Searched refs:sectionSize (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.cpp34 AbbreviationTable::Init(const void* section, off_t sectionSize) argument
36 if (fOffset < 0 || fOffset >= sectionSize)
40 fSize = sectionSize - fOffset;
H A DAbbreviationTable.h106 status_t Init(const void* section, off_t sectionSize);
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp484 uint64 sectionSize = fHeapWriter->UncompressedHeapSize() - startOffset; local
486 fListener->OnPackageAttributesSectionDone(stringsCount, sectionSize);
489 header.packages_length = B_HOST_TO_BENDIAN_INT64(sectionSize);
493 _length = sectionSize;
/haiku/src/system/runtime_loader/
H A Delf.cpp1137 int32 programSize, sectionSize; local
1142 return parse_elf_header((elf_ehdr *)header, &programSize, &sectionSize);
1151 int32 programSize, sectionSize; local
1156 return parse_elf32_header((Elf32_Ehdr *)header, &programSize, &sectionSize);
1162 int32 programSize, sectionSize; local
1167 return parse_elf64_header((Elf64_Ehdr *)header, &programSize, &sectionSize);

Completed in 44 milliseconds