Searched refs:e_shoff (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/private/storage/
H A DElfX.h27 ElfX(Off) e_shoff; member in struct:__anon1182
/haiku/src/tools/restest/
H A DElf.h32 Elf32_Off e_shoff; member in struct:__anon6120
H A DResourceFile.cpp651 uint32 sectionHeaderTableOffset = _GetUInt32(fileHeader.e_shoff);
/haiku/src/kits/debug/
H A DImage.cpp301 if (elfHeader->e_shoff < sizeof(elf_ehdr)
303 || (off_t)(elfHeader->e_shoff + sectionCount * elfHeader->e_shentsize)
340 = (elf_shdr*)(fMappedFile + elfHeader->e_shoff);
/haiku/src/tools/
H A Dset_haiku_revision.cpp69 Elf32_Off e_shoff; member in struct:__anon1
86 Elf64_Off e_shoff; member in struct:__anon2
557 fSectionHeaderTableOffset = GetValue(fileHeader.e_shoff);
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp523 if (elfHeader.e_shoff == 0 || elfHeader.e_shentsize < sizeof(Elf32_Shdr))
527 if (elfHeader.e_shoff + (off_t)sectionHeadersSize > st.st_size)
530 void* sectionHeaders = (uint8*)fileBaseAddress + elfHeader.e_shoff;
H A Delf_haiku_version.cpp36 ssize_t length = _kern_read(fd, eheader.e_shoff, buffer, sheaderSize);
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp411 uint64 sectionHeadersOffset = Get(elfHeader.e_shoff);
570 if (Get(elfHeader.e_shoff) == 0
/haiku/headers/build/os/kernel/
H A Delf.h43 Elf32_Off e_shoff; member in struct:__anon1
64 Elf64_Off e_shoff; member in struct:__anon2
/haiku/headers/os/kernel/
H A Delf.h54 Elf32_Off e_shoff; member in struct:__anon32
75 Elf64_Off e_shoff; member in struct:__anon33
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp643 uint32 sectionHeaderTableOffset = fHeader.e_shoff;
/haiku/src/system/boot/loader/
H A Delf.cpp498 ssize_t length = read_pos(fd, elfHeader.e_shoff, sectionHeaders, size);
/haiku/src/kits/storage/
H A DResourceFile.cpp518 uint64 sectionHeaderTableOffset = _GetInt(fileHeader.e_shoff);
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp1147 header.e_shoff = 0;
/haiku/src/system/kernel/
H A Delf.cpp1178 length = read_pos(fd, elfHeader->e_shoff, sectionHeaders, size);

Completed in 189 milliseconds