Searched refs:Elf_Ehdr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp39 typedef Elf_Ehdr_Impl<target_endianness, is64Bits> Elf_Ehdr; typedef in class:__anon10329::DyldELFObject
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h419 typedef Elf_Ehdr_Impl<target_endianness, is64Bits> Elf_Ehdr; typedef in class:llvm::object::ELFObjectFile
444 const Elf_Ehdr *Header;
1902 if (sizeof(Elf_Ehdr) > FileSize)
1906 Header = reinterpret_cast<const Elf_Ehdr *>(base());

Completed in 251 milliseconds