HomeSort by relevance Sort by last modified time
    Searched refs:e_shentsize (Results 126 - 148 of 148) sorted by null

1 2 3 4 56

  /art/runtime/
elf_file.cc 211 CHECK_NE(0U, header_->e_shentsize) << file_->GetPath();
355 byte* section_header = GetSectionHeadersStart() + (i * GetHeader().e_shentsize);
  /external/elfutils/libelf/
elf32_updatefile.c 219 char *const shdr_end = shdr_start + ehdr->e_shnum * ehdr->e_shentsize;
417 + ehdr->e_shentsize * shnum);
elf_begin.c 372 CONVERT (elf->state.elf32.ehdr_mem.e_shentsize);
460 CONVERT (elf->state.elf64.ehdr_mem.e_shentsize);
    [all...]
abstract.h 66 TYPE_NAME (ElfW2(Bits, Ext##Half), e_shentsize) \
elf.h 90 Elf32_Half e_shentsize; /* Section header table entry size */ member in struct:__anon18126
108 Elf64_Half e_shentsize; /* Section header table entry size */ member in struct:__anon18127
    [all...]
  /external/elfutils/src/
elflint.c 473 /* Check e_ehsize, e_phentsize, and e_shentsize fields. */
485 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf32_Shdr))
487 ehdr->e_shentsize);
488 else if (ehdr->e_shoff + ehdr->e_shnum * ehdr->e_shentsize > size)
502 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf64_Shdr))
504 ehdr->e_shentsize);
505 else if (ehdr->e_shoff + ehdr->e_shnum * ehdr->e_shentsize > size)
    [all...]
strip.c     [all...]
unstrip.c     [all...]
readelf.c 760 ehdr->e_shentsize, gettext ("(bytes)"));
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 74 Elf32_Half e_shentsize; // Size of an entry in the section header table member in struct:llvm::ELF::Elf32_Ehdr
98 Elf64_Half e_shentsize; member in struct:llvm::ELF::Elf64_Ehdr
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 292 e_shentsize = f.uint16()
298 f.seek(e_shoff + index * e_shentsize)
    [all...]
  /external/qemu/
elf.h 1013 Elf32_Half e_shentsize; member in struct:elf32_hdr
1030 Elf64_Half e_shentsize; member in struct:elf64_hdr
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 987 ehdr->e_shnum, ehdr->e_shentsize );
989 assert (ehdr->e_shentsize == sizeof(Elf_Shdr));
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 826 ehdr->e_shoff, ehdr->e_shnum, ehdr->e_shentsize );
828 assert (ehdr->e_shentsize == sizeof(Elf_Shdr));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 81 Elf32_Half e_shentsize; /* Section header table entry size */ member in struct:__anon37355
99 Elf64_Half e_shentsize; /* Section header table entry size */ member in struct:__anon37356
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 81 Elf32_Half e_shentsize; /* Section header table entry size */ member in struct:__anon38945
99 Elf64_Half e_shentsize; /* Section header table entry size */ member in struct:__anon38946
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 81 Elf32_Half e_shentsize; /* Section header table entry size */ member in struct:__anon40460
99 Elf64_Half e_shentsize; /* Section header table entry size */ member in struct:__anon40461
    [all...]
  /art/compiler/
elf_writer_quick.cc 340 elf_header.e_shentsize = sizeof(llvm::ELF::Elf32_Shdr);
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 453 W.printNumber("SectionHeaderEntrySize", Header->e_shentsize);
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 107 ehdr->e_shentsize = 0;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 239 header->e_shentsize = sizeof(ElfXX_Shdr);
  /external/valgrind/main/perf/
tinycc.c 163 Elf32_Half e_shentsize; /* Section header table entry size */ member in struct:__anon28480
181 Elf64_Half e_shentsize; /* Section header table entry size */ member in struct:__anon28481
    [all...]

Completed in 1447 milliseconds

1 2 3 4 56