Searched refs:e_shoff (Results 26 - 42 of 42) sorted by relevance

12

/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py287 e_shoff = f.word()
298 f.seek(e_shoff + index * e_shentsize)
/external/qemu/include/
H A Delf.h1256 Elf32_Off e_shoff; member in struct:elf32_hdr
1273 Elf64_Off e_shoff; /* Section header table file offset */ member in struct:elf64_hdr
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c132 ok &= (ehdr->e_shoff != 0 && ehdr->e_shnum != 0);
1063 ehdr.e_shoff + i * ehdr.e_shentsize, sizeof(shdr));
1529 shdr_mioff = ehdr_mioff + ehdr_m.e_shoff;
2416 DiOffT shdr_dioff = ehdr_dimg.e_shoff;
2653 DiOffT shdr_aioff = ehdr_aimg.e_shoff;
/external/elfutils/0.153/src/
H A Dstrip.c1913 newehdr->e_shoff = ((shdr_info[shdridx].shdr.sh_offset
1978 offsetof (Elf32_Ehdr, e_shoff)) != sizeof zero_off
1998 offsetof (Elf64_Ehdr, e_shoff)) != sizeof zero_off
H A Delflint.c426 /* Check the e_shoff field. */
429 if (ehdr->e_shoff == 0)
507 else if (ehdr->e_shoff + shnum * ehdr->e_shentsize > size)
524 else if (ehdr->e_shoff + ehdr->e_shnum * ehdr->e_shentsize > size)
3397 if (ehdr->e_shoff == 0)
H A Dunstrip.c1817 ehdr->e_shoff = offset;
H A Dreadelf.c798 ehdr->e_shoff, gettext ("(bytes into file)"));
893 ehdr->e_shnum, ehdr->e_shoff);
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp338 size_t section_header_end = header.e_shoff + header.e_shnum * header.e_shentsize;
739 const elf_off sh_offset = header.e_shoff;
1563 s->Printf("e_shoff = 0x%8.8" PRIx64 "\n", header.e_shoff);
/external/elfutils/0.153/libelf/
H A Dabstract.h61 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \
H A Delf.h79 Elf32_Off e_shoff; /* Section header table file offset */ member in struct:__anon21218
97 Elf64_Off e_shoff; /* Section header table file offset */ member in struct:__anon21219
/external/llvm/include/llvm/Object/
H A DELFTypes.h416 Elf_Off e_shoff; // Section header table's file offset, in bytes member in struct:llvm::object::Elf_Ehdr_Impl
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp177 Header.e_shoff = sizeof(Header);
/external/llvm/include/llvm/Support/
H A DELF.h70 Elf32_Off e_shoff; // Section header table's file offset, in bytes member in struct:llvm::ELF::Elf32_Ehdr
94 Elf64_Off e_shoff; member in struct:llvm::ELF::Elf64_Ehdr
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c102 ehdr->e_shoff = 0;
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp548 W.printHex ("SectionHeaderOffset", Header->e_shoff);
/external/qemu/tcg/
H A Dtcg.c2773 .e_shoff = offsetof(struct ElfImage, shdr),
/external/valgrind/main/perf/
H A Dtinycc.c158 Elf32_Off e_shoff; /* Section header table file offset */ member in struct:__anon33279
176 Elf64_Off e_shoff; /* Section header table file offset */ member in struct:__anon33280
19782 ehdr.e_shoff = file_offset;
19806 while (offset < ehdr.e_shoff) {
19895 shdr = load_data(fd, file_offset + ehdr.e_shoff,
20234 shdr = load_data(fd, ehdr.e_shoff, sizeof(Elf32_Shdr) * ehdr.e_shnum);

Completed in 1486 milliseconds

12