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

/haiku/headers/private/storage/
H A DPef.h20 uint16 sectionCount; member in struct:PEFContainerHeader
/haiku/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/src/kits/debugger/elf/
H A DElfFile.cpp413 int sectionCount = Get(elfHeader.e_shnum); local
414 size_t sectionHeaderTableSize = sectionHeaderSize * sectionCount;
461 for (int i = 0; i < sectionCount; i++) {
/haiku/src/kits/debug/
H A DImage.cpp300 int32 sectionCount = elfHeader->e_shnum; local
303 || (off_t)(elfHeader->e_shoff + sectionCount * elfHeader->e_shentsize)
/haiku/src/kits/storage/
H A DResourceFile.cpp694 uint16 sectionCount = _GetInt(pefHeader.sectionCount); local
698 = sectionHeaderTableOffset + sectionCount * kPEFSectionHeaderSize;
700 for (int32 i = 0; i < (int32)sectionCount; i++) {
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex98 uint16 sectionCount;

Completed in 57 milliseconds