HomeSort by relevance Sort by last modified time
    Searched refs:e_shoff (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 390 Off e_shoff; member in struct:__anon35361::Elf32::Header
431 Off e_shoff; member in struct:__anon35361::Elf64::Header
496 table_offset_ = parser_.GetOffAt(offsetof(ElfHeader, e_shoff));
    [all...]
  /bionic/linker/
linker_phdr.cpp 298 if (!CheckFileRange(header_.e_shoff, size)) {
303 if (!shdr_fragment_.Map(fd_, file_offset_, header_.e_shoff, size)) {
    [all...]
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 373 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
386 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
relocate.c 549 GElf_Off shdrs_start = ehdr->e_shoff;
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 244 GetOffset<ElfClass, Shdr>(elf_header, elf_header->e_shoff);
606 GetOffset<ElfClass, Shdr>(elf_header, elf_header->e_shoff);
    [all...]
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 124 file, (int) ehdr.e_shoff);
126 fseek (f, ehdr.e_shoff, SEEK_SET);
  /external/llvm/include/llvm/Support/
ELF.h 70 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
    [all...]
  /external/elfutils/libelf/
abstract.h 40 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \
elf.h 75 Elf32_Off e_shoff; /* Section header table file offset */ member in struct:__anon11652
93 Elf64_Off e_shoff; /* Section header table file offset */ member in struct:__anon11653
    [all...]
  /external/elfutils/tests/
elfstrmerge.c 633 newehdr.e_shoff = ((last_offset + offsize - 1)
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 439 reinterpret_cast<GElf_Shdr *>(elf_header->e_shoff + base);
  /external/llvm/include/llvm/Object/
ELFTypes.h 426 Elf_Off e_shoff; // Section header table's file offset, in bytes
  /art/runtime/
elf.h 76 Elf32_Off e_shoff; // Section header table's file offset, in bytes member in struct:Elf32_Ehdr
100 Elf64_Off e_shoff; member in struct:Elf64_Ehdr
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 339 WriteWord(0); // e_shoff = sec hdr table off in bytes
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 287 e_shoff = f.word()
298 f.seek(e_shoff + index * e_shentsize)
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 403 ehdr->e_shoff = ehdr->e_phoff + ehdr->e_phentsize * num_phdrs;
408 ehdr->e_shoff = 0;
    [all...]
coredump-elf.c 101 ehdr->e_shoff = 0;
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 1056 { return Convert<size, big_endian>::convert_host(this->p_->e_shoff); }
1126 { this->p_->e_shoff = Convert<size, big_endian>::convert_host(v); }
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 135 ok &= (ehdr->e_shoff != 0 && ehdr->e_shnum != 0);
    [all...]
  /external/elfutils/src/
strip.c     [all...]
elfcompress.c 410 adding the section offsets and headers (e_shoff) in that case
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 77 Elf32_Off e_shoff; /* Section header table file offset */ member in struct:__anon37350
95 Elf64_Off e_shoff; /* Section header table file offset */ member in struct:__anon37351
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 77 Elf32_Off e_shoff; /* Section header table file offset */ member in struct:__anon39143
95 Elf64_Off e_shoff; /* Section header table file offset */ member in struct:__anon39144
    [all...]
  /art/compiler/
elf_builder.h 594 elf_header.e_shoff = section_headers_offset;
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 180 Header.e_shoff = sizeof(Header);

Completed in 3559 milliseconds

1 2 3 4 56 7