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

/haiku/headers/private/storage/
H A DElfX.h60 ElfX(Off) sh_offset; member in struct:__anon1184
/haiku/src/tools/restest/
H A DElf.h79 Elf32_Off sh_offset; member in struct:__anon6122
H A DResourceFile.cpp743 uint32 offset = _GetUInt32(sectionHeader.sh_offset);
/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)
362 fSymbolTable = (elf_sym*)(fMappedFile + sectionHeader->sh_offset);
363 fStringTable = (char*)(fMappedFile + stringHeader.sh_offset);
/haiku/src/system/runtime_loader/
H A Delf_haiku_version.cpp54 length = _kern_read(fd, sectionHeader->sh_offset, sectionStrings,
70 commentOffset = sectionHeader->sh_offset;
H A Druntime_loader.cpp544 if ((off_t)sectionHeader->sh_offset + (off_t)sectionHeader->sh_size
550 + sectionHeader->sh_offset;
610 + sectionHeader->sh_offset;
/haiku/src/tools/
H A Dset_haiku_revision.cpp144 Elf32_Off sh_offset; member in struct:__anon5
157 Elf64_Off sh_offset; member in struct:__anon6
627 off_t offset = GetValue(sectionHeader.sh_offset);
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp434 if (!_CheckRange(Get(stringSectionHeader->sh_offset),
443 Get(stringSectionHeader->sh_offset), sectionStringSize,
467 || !_CheckRange(Get(sectionHeader->sh_offset),
475 Get(sectionHeader->sh_type), fFD, Get(sectionHeader->sh_offset),
/haiku/headers/build/os/kernel/
H A Delf.h230 Elf32_Off sh_offset; member in struct:__anon3
243 Elf64_Off sh_offset; member in struct:__anon4
/haiku/headers/os/kernel/
H A Delf.h241 Elf32_Off sh_offset; member in struct:__anon34
254 Elf64_Off sh_offset; member in struct:__anon35
/haiku/src/system/boot/loader/
H A Delf.cpp525 length = read_pos(fd, sectionHeaders[i].sh_offset, symbolTable,
553 length = read_pos(fd, stringHeader->sh_offset, stringTable, size);
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp205 error = read_exactly(*file, fHeader->sh_offset, fData,
/haiku/src/system/kernel/
H A Delf.cpp1206 = read_pos(fd, sectionHeaders[i].sh_offset, symbolTable, size);
1232 length = read_pos(fd, stringHeader->sh_offset, stringTable, size);
/haiku/src/kits/storage/
H A DResourceFile.cpp628 uint64 offset = _GetInt(sectionHeader.sh_offset);

Completed in 106 milliseconds