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

1 23 4

  /system/core/libunwindstack/tests/
ElfTest.cpp 48 Elf32_Ehdr ehdr;
49 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, machine_type);
238 TestInitGnuDebugdata<Elf32_Ehdr, Elf32_Shdr>(ELFCLASS32, EM_ARM, false,
266 TestInitGnuDebugdata<Elf32_Ehdr, Elf32_Shdr>(ELFCLASS32, EM_ARM, true,
ElfCacheTest.cpp 44 Elf32_Ehdr ehdr32;
MapInfoCreateMemoryTest.cpp 72 InitElf<Elf32_Ehdr, Elf32_Shdr>(elf32_at_map_.fd, 0x1000, 0x2000, ELFCLASS32);
  /external/elfutils/libebl/
eblopenbackend.c 295 assert (offsetof (Elf32_Ehdr, e_machine)
297 assert (sizeof (((Elf32_Ehdr *) 0)->e_machine)
  /bionic/libc/kernel/uapi/linux/
elf.h 185 } Elf32_Ehdr;
  /external/elfutils/tests/
update4.c 40 Elf32_Ehdr *ehdr;
  /external/kernel-headers/original/uapi/linux/
elf.h 219 } Elf32_Ehdr;
  /external/libunwind/src/coredump/
_UCD_create.c 80 Elf32_Ehdr h32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 227 } Elf32_Ehdr;
  /system/core/libunwindstack/
Elf.cpp 302 return ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(memory);
  /system/update_engine/common/
utils.cc 771 const Elf32_Ehdr* hdr = reinterpret_cast<const Elf32_Ehdr*>(buffer);
774 if (size < offsetof(Elf32_Ehdr, e_machine) + sizeof(hdr->e_machine))
    [all...]
  /external/elfutils/src/
strip.c     [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 340 write16(is64Bit() ? sizeof(ELF::Elf64_Ehdr) : sizeof(ELF::Elf32_Ehdr));
    [all...]
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 338 Elf32_Ehdr e32;
364 xlatefrom.d_size = sizeof (Elf32_Ehdr);
core-file.c 66 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr))
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 505 Str.writeLE16(IsELF64 ? sizeof(Elf64_Ehdr) : sizeof(Elf32_Ehdr)); // e_ehsize
506 static_assert(sizeof(Elf64_Ehdr) == 64 && sizeof(Elf32_Ehdr) == 52,
  /external/syslinux/com32/tools/
relocs.c 21 static Elf32_Ehdr ehdr;
294 if (ehdr.e_ehsize != sizeof(Elf32_Ehdr)) {
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 112 sizeof(ELF::Elf32_Ehdr))); // e_shoff = sec hdr table off in bytes
118 Write16(is64Bit() ? sizeof(ELF::Elf64_Ehdr) : sizeof(ELF::Elf32_Ehdr));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 62 struct Elf32_Ehdr {
    [all...]
  /art/runtime/
elf.h 72 struct Elf32_Ehdr {
    [all...]
  /external/kmod/libkmod/
libkmod-elf.c 103 if (size <= sizeof(Elf32_Ehdr))
310 const Elf32_Ehdr *hdr _unused_ = elf_get_mem(elf, 0);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 81 typedef Elf32_Ehdr Elf_Ehdr;
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc     [all...]
  /external/llvm/include/llvm/Support/
ELF.h 63 struct Elf32_Ehdr {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 63 struct Elf32_Ehdr {
    [all...]

Completed in 1487 milliseconds

1 23 4