Searched refs:sectionHeaderCount (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp645 uint32 sectionHeaderCount = fHeader.e_shnum; local
665 sectionHeaderTableSize = sectionHeaderSize * sectionHeaderCount;
674 fSectionCount = sectionHeaderCount;
/haiku/src/kits/storage/
H A DResourceFile.cpp520 uint32 sectionHeaderCount = _GetInt(fileHeader.e_shnum); local
600 sectionHeaderTableSize = (uint64)sectionHeaderSize * sectionHeaderCount;
612 sectionHeaderCount * sectionHeaderSize);
618 sectionHeaderCount * sectionHeaderSize,
622 for (uint32 i = 0; i < sectionHeaderCount; i++) {
/haiku/src/tools/restest/
H A DResourceFile.cpp653 uint32 sectionHeaderCount = _GetUInt16(fileHeader.e_shnum); local
662 //printf("sectionHeaderCount : %lu\n", sectionHeaderCount);
726 sectionHeaderTableSize = sectionHeaderSize * sectionHeaderCount;
736 for (int32 i = 0; i < (int32)sectionHeaderCount; i++) {

Completed in 56 milliseconds