HomeSort by relevance Sort by last modified time
    Searched refs:Elf32_Ehdr (Results 26 - 50 of 100) sorted by null

12 3 4

  /system/core/libunwindstack/tests/
ElfInterfaceTest.cpp 164 SinglePtLoad<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>();
233 MultipleExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>();
302 MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn,
363 NonExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>();
437 ElfInterfaceTest::ManyPhdrs<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>();
447 Elf32_Ehdr ehdr;
559 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>();
581 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_DTNULL_AFTER);
603 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_DTSIZE_SMALL);
627 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_MISSING_MAP)
    [all...]
MapInfoGetLoadBiasTest.cpp 132 Elf32_Ehdr ehdr;
  /external/elfutils/libdwfl/
elf-from-memory.c 82 sizeof (Elf32_Ehdr), initial_bufsize);
105 Elf32_Ehdr e32;
130 xlatefrom.d_size = sizeof (Elf32_Ehdr);
  /external/syslinux/com32/mboot/
map.c 106 Elf32_Ehdr *eh = ptr;
143 if (len < sizeof(Elf32_Ehdr) ||
148 eh->e_ehsize < sizeof(Elf32_Ehdr) || eh->e_ehsize >= len ||
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 83 } Elf32_Ehdr;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 83 } Elf32_Ehdr;
  /external/elfutils/tests/
update1.c 38 Elf32_Ehdr *ehdr;
update2.c 38 Elf32_Ehdr *ehdr;
update3.c 40 Elf32_Ehdr *ehdr;
alldts.c 90 Elf32_Ehdr *ehdr = elf32_newehdr (elf);
  /external/syslinux/gpxe/src/image/
elf.c 38 typedef Elf32_Ehdr Elf_Ehdr;
  /external/syslinux/gpxe/src/util/
iccfix.c 64 #define ELF_EHDR Elf32_Ehdr
  /system/core/debuggerd/libdebuggerd/
elf_utils.cpp 115 return get_build_id<Elf32_Ehdr, Elf32_Phdr, Elf32_Nhdr>(memory, addr, e_ident, build_id);
  /external/elfutils/libelf/
libelf.h 229 extern Elf32_Ehdr *elf32_getehdr (Elf *__elf);
234 extern Elf32_Ehdr *elf32_newehdr (Elf *__elf);
  /external/syslinux/efi/
wrapper.c 28 typedef Elf32_Ehdr Elf_Ehdr;
164 Elf32_Ehdr e32_hdr;
  /system/core/libunwindstack/include/unwindstack/
ElfInterface.h 169 return ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(load_bias);
188 GetMaxSizeWithTemplate<Elf32_Ehdr>(memory, size);
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 46 const llvm::ELF::Elf32_Ehdr* hdr =
47 reinterpret_cast<const llvm::ELF::Elf32_Ehdr*>(pELFHeader);
261 const llvm::ELF::Elf32_Ehdr* hdr =
262 reinterpret_cast<const llvm::ELF::Elf32_Ehdr*>(pELFHeader);
269 const llvm::ELF::Elf32_Ehdr* hdr =
270 reinterpret_cast<const llvm::ELF::Elf32_Ehdr*>(pELFHeader);
279 const llvm::ELF::Elf32_Ehdr* hdr =
280 reinterpret_cast<const llvm::ELF::Elf32_Ehdr*>(pELFHeader);
305 const llvm::ELF::Elf32_Ehdr* ehdr =
306 reinterpret_cast<const llvm::ELF::Elf32_Ehdr*>(pELFHeader)
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols_unittest.cc 82 Elf32_Ehdr header;
synth_elf.cc 67 D16(addr_size_ == 8 ? sizeof(Elf64_Ehdr) : sizeof(Elf32_Ehdr));
  /external/syslinux/gpxe/src/include/
elf.h 186 } Elf32_Ehdr;
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 51 typedef llvm::ELF::Elf32_Ehdr Ehdr;
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 39 typedef llvm::ELF::Elf32_Ehdr ELFHeader;
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.cpp 659 Elf32_Ehdr header32;
660 /* Elf32_Ehdr and ELF64_Ehdr are identical for the necessary fields. */
719 if(length<(int32_t)sizeof(Elf32_Ehdr)) {
791 static Elf32_Ehdr header32={
804 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */
806 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */
    [all...]
  /external/elfutils/src/
xelf.h 30 # define XElf_Ehdr Elf32_Ehdr
43 # define XElf_Ehdr_vardef(name) Elf32_Ehdr *name
137 case ELF_T_EHDR: fsize = sizeof (Elf32_Ehdr); break; \
  /external/valgrind/coregrind/
launcher-linux.c 134 Elf32_Ehdr ehdr32;
202 if (n_bytes >= sizeof(Elf32_Ehdr) && header.c[EI_CLASS] == ELFCLASS32) {

Completed in 567 milliseconds

12 3 4