Searched refs:stringsSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp493 size_t stringsSize = dataSize - areaCount * entrySize; local
494 if (stringsSize == 0 || strings[stringsSize - 1] != '\0') {
512 if (stringsSize == 0) {
520 stringsSize -= nameSize;
573 size_t stringsSize = dataSize - imageCount * entrySize; local
574 if (stringsSize == 0 || strings[stringsSize - 1] != '\0') {
600 if (stringsSize == 0) {
608 stringsSize
726 size_t stringsSize = dataSize - threadCount * totalEntrySize; local
[all...]
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1340 uint64 stringsSize = mainOffset - cachedStringsOffset; local
1343 fListener->OnTOCSizeInfo(stringsSize, mainSize, tocSize);
1347 header.toc_strings_length = B_HOST_TO_BENDIAN_INT64(stringsSize);

Completed in 28 milliseconds