Searched refs:sectionCount (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/headers/private/storage/
H A DPef.h20 uint16 sectionCount; member in struct:PEFContainerHeader
/haiku-fatelf/src/tools/restest/
H A DPef.h20 uint16 sectionCount; member in struct:PEFContainerHeader
H A DResourceFile.cpp794 uint16 sectionCount = _GetUInt16(pefHeader.sectionCount); local
798 = sectionHeaderTableOffset + sectionCount * kPEFSectionHeaderSize;
800 for (int32 i = 0; i < (int32)sectionCount; i++) {
/haiku-fatelf/src/apps/debugger/elf/
H A DElfFile.cpp237 int sectionCount = elfHeader.e_shnum; local
238 size_t sectionHeaderTableSize = sectionHeaderSize * sectionCount;
279 for (int i = 0; i < sectionCount; i++) {
/haiku-fatelf/src/kits/debug/
H A DImage.cpp300 int32 sectionCount = elfHeader->e_shnum; local
303 || (off_t)(elfHeader->e_shoff + sectionCount * elfHeader->e_shentsize)
/haiku-fatelf/src/kits/storage/
H A DResourceFile.cpp736 uint16 sectionCount = _GetInt(pefHeader.sectionCount); local
740 = sectionHeaderTableOffset + sectionCount * kPEFSectionHeaderSize;
742 for (int32 i = 0; i < (int32)sectionCount; i++) {
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex98 uint16 sectionCount;

Completed in 35 milliseconds