HomeSort by relevance Sort by last modified time
    Searched defs:Elf_Ehdr (Results 1 - 9 of 9) sorted by null

  /development/ndk/platforms/android-3/arch-arm/include/asm/
module.h 22 #define Elf_Ehdr Elf32_Ehdr
  /development/ndk/platforms/android-9/arch-x86/include/asm/
module_32.h 27 #define Elf_Ehdr Elf32_Ehdr
  /development/ndk/platforms/android-9/arch-mips/include/asm/
module.h 55 #define Elf_Ehdr Elf32_Ehdr
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 50 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr;
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 103 typedef typename object::ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr;
122 void initELFHeader(Elf_Ehdr &Header);
156 void ELFState<ELFT>::initELFHeader(Elf_Ehdr &Header) {
174 Header.e_ehsize = sizeof(Elf_Ehdr);
418 Elf_Ehdr Header;
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 47 typedef typename ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr;
266 const Elf_Ehdr *Header = EF.getHeader();
576 const Elf_Ehdr *Header = EF.getHeader();
    [all...]
ELF.h 124 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr;
240 const Elf_Ehdr *Header;
405 const Elf_Ehdr *getHeader() const { return Header; }
633 if (sizeof(Elf_Ehdr) > FileSize)
637 Header = reinterpret_cast<const Elf_Ehdr *>(base());
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 739 typedef ElfW(Ehdr) Elf_Ehdr;
742 Elf_Ehdr *ehdr = (Elf_Ehdr *)base;
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 544 #define Elf_Ehdr Elf32_Ehdr
570 #define Elf_Ehdr Elf64_Ehdr

Completed in 115 milliseconds