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

12

/external/valgrind/VEX/unused/
H A Dlinker.c331 Elf_Shdr* shdr = (Elf_Shdr*)(ehdrC + ehdr->e_shoff);
715 Elf_Shdr* shdr = (Elf_Shdr*) (ehdrC + ehdr->e_shoff);
826 ehdr->e_shoff, ehdr->e_shnum, ehdr->e_shentsize );
830 shdr = (Elf_Shdr*) (ehdrC + ehdr->e_shoff);
959 Elf_Shdr* shdr = (Elf_Shdr*) (ehdrC + ehdr->e_shoff);
/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/elfutils/src/libdwfl/
H A Ddwfl_segment_report_module.c365 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
378 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
H A Drelocate.c318 GElf_Off shdrs_start = ehdr->e_shoff;
/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc244 GetOffset<ElfClass, Shdr>(elf_header, elf_header->e_shoff);
606 GetOffset<ElfClass, Shdr>(elf_header, elf_header->e_shoff);
/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c119 file, (int) ehdr.e_shoff);
121 fseek (f, ehdr.e_shoff, SEEK_SET);
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py287 e_shoff = f.word()
298 f.seek(e_shoff + index * e_shentsize)
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c132 ok &= (ehdr->e_shoff != 0 && ehdr->e_shnum != 0);
1117 ehdr.e_shoff + i * ehdr.e_shentsize, sizeof(shdr));
1590 shdr_mioff = ehdr_mioff + ehdr_m.e_shoff;
2521 DiOffT shdr_dioff = ehdr_dimg.e_shoff;
2763 DiOffT shdr_aioff = ehdr_aimg.e_shoff;
/external/elfutils/src/src/
H A Dstrip.c1938 newehdr->e_shoff = ((shdr_info[shdridx].shdr.sh_offset
2003 offsetof (Elf32_Ehdr, e_shoff)) != sizeof zero_off
2023 offsetof (Elf64_Ehdr, e_shoff)) != sizeof zero_off
H A Delflint.c427 /* Check the e_shoff field. */
430 if (ehdr->e_shoff == 0)
508 else if (ehdr->e_shoff + shnum * ehdr->e_shentsize > size)
525 else if (ehdr->e_shoff + ehdr->e_shnum * ehdr->e_shentsize > size)
3453 if (ehdr->e_shoff == 0)
H A Dunstrip.c1821 ehdr->e_shoff = offset;
H A Dreadelf.c985 ehdr->e_shoff, gettext ("(bytes into file)"));
1080 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/src/libelf/
H A Dabstract.h40 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \
H A Delf.h75 Elf32_Off e_shoff; /* Section header table file offset */ member in struct:__anon4630
93 Elf64_Off e_shoff; /* Section header table file offset */ member in struct:__anon4631
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc439 reinterpret_cast<GElf_Shdr *>(elf_header->e_shoff + base);
/external/llvm/include/llvm/Object/
H A DELFTypes.h448 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.cpp175 Header.e_shoff = sizeof(Header);
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp439 WriteWord(0); // e_shoff = sec hdr table off in bytes
1641 offsetof(ELF::Elf64_Ehdr, e_shoff));
1647 offsetof(ELF::Elf32_Ehdr, e_shoff));
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c101 ehdr->e_shoff = 0;
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp551 W.printHex ("SectionHeaderOffset", Header->e_shoff);
/external/valgrind/perf/
H A Dtinycc.c158 Elf32_Off e_shoff; /* Section header table file offset */ member in struct:__anon16804
176 Elf64_Off e_shoff; /* Section header table file offset */ member in struct:__anon16805
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 1583 milliseconds

12