Searched refs:sh_size (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_haiku_version.cpp47 if (sheaderSize + sectionHeader->sh_size > bufferSize) {
53 char* sectionStrings = buffer + bufferSize - sectionHeader->sh_size;
55 sectionHeader->sh_size);
56 if (length != (int)sectionHeader->sh_size) {
71 commentSize = sectionHeader->sh_size;
H A Druntime_loader.cpp544 if ((off_t)sectionHeader->sh_offset + (off_t)sectionHeader->sh_size
555 if (sectionHeader->sh_size < (off_t)sizeof(symbolHash[0]))
559 = sectionHeader->sh_size / sizeof(symbolHash[0]);
566 symbolTableSize = sectionHeader->sh_size;
574 stringTableSize = (off_t)sectionHeader->sh_size;
608 <= sectionHeader->sh_addr + sectionHeader->sh_size) {
/haiku/headers/private/storage/
H A DElfX.h61 ElfX(Xword) sh_size; member in struct:__anon1184
/haiku/src/tools/restest/
H A DElf.h80 Elf32_Word sh_size; member in struct:__anon6122
H A DResourceFile.cpp744 uint32 size = _GetUInt32(sectionHeader.sh_size);
/haiku/src/kits/debug/
H A DImage.cpp355 if ((off_t)(sectionHeader->sh_offset + sectionHeader->sh_size)
357 || (off_t)(stringHeader.sh_offset + stringHeader.sh_size)
364 fSymbolCount = sectionHeader->sh_size / sizeof(elf_sym);
365 fStringTableSize = stringHeader.sh_size;
/haiku/src/tools/
H A Dset_haiku_revision.cpp145 Elf32_Word sh_size; member in struct:__anon5
158 Elf64_Xword sh_size; member in struct:__anon6
628 size_t size = GetValue(sectionHeader.sh_size);
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp148 return fHeader->sh_size;
201 fData = new uint8[fHeader->sh_size];
206 fHeader->sh_size, "Failed to read section!\n");
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp435 Get(stringSectionHeader->sh_size))) {
439 size_t sectionStringSize = Get(stringSectionHeader->sh_size);
468 Get(sectionHeader->sh_size))
476 Get(sectionHeader->sh_size), Get(sectionHeader->sh_addr),
/haiku/headers/build/os/kernel/
H A Delf.h231 Elf32_Word sh_size; member in struct:__anon3
244 Elf64_Xword sh_size; member in struct:__anon4
/haiku/headers/os/kernel/
H A Delf.h242 Elf32_Word sh_size; member in struct:__anon34
255 Elf64_Xword sh_size; member in struct:__anon35
/haiku/src/system/boot/loader/
H A Delf.cpp518 size = sectionHeaders[i].sh_size;
546 size = stringHeader->sh_size;
/haiku/src/system/kernel/
H A Delf.cpp1198 size = sectionHeaders[i].sh_size;
1226 stringTable = (char *)malloc(size = stringHeader->sh_size);
/haiku/src/kits/storage/
H A DResourceFile.cpp629 uint64 size = _GetInt(sectionHeader.sh_size);

Completed in 113 milliseconds