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

  /art/libelffile/elf/
elf_debug_reader.h 38 typedef typename ElfTypes::Ehdr ALIGNED(1) Elf_Ehdr;
63 header_ = Read<Elf_Ehdr>(/*offset=*/ 0);
68 CHECK_EQ(header_->e_ehsize, sizeof(Elf_Ehdr));
91 const Elf_Ehdr* GetHeader() { return header_; }
164 const Elf_Ehdr* header_;
elf_builder.h 37 // Elf_Ehdr - The ELF header.
81 using Elf_Ehdr = typename ElfTypes::Ehdr;
516 int size = sizeof(Elf_Ehdr);
568 Elf_Ehdr elf_header = MakeElfHeader(isa_);
578 elf_header.e_phoff = sizeof(Elf_Ehdr);
802 static Elf_Ehdr MakeElfHeader(InstructionSet isa) {
803 Elf_Ehdr elf_header = Elf_Ehdr();
849 elf_header.e_ehsize = sizeof(Elf_Ehdr);
865 phdr.p_offset = phdr.p_vaddr = phdr.p_paddr = sizeof(Elf_Ehdr)
    [all...]
  /art/runtime/
elf_file_impl.h 38 using Elf_Ehdr = typename ElfTypes::Ehdr;
74 Elf_Ehdr& GetHeader() const;
203 Elf_Ehdr* header_;
elf_file.cc 110 if (file_length < sizeof(Elf_Ehdr)) {
112 "%zd bytes: '%s'", file_length, sizeof(Elf_Ehdr),
119 size_t elf_header_size = sizeof(Elf_Ehdr);
137 sizeof(Elf_Ehdr), file->GetPath().c_str());
425 header_ = reinterpret_cast<Elf_Ehdr*>(map_.Begin());
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 101 typedef typename object::ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr;
120 void initELFHeader(Elf_Ehdr &Header);
159 void ELFState<ELFT>::initELFHeader(Elf_Ehdr &Header) {
177 Header.e_ehsize = sizeof(Elf_Ehdr);
508 Elf_Ehdr Header;
  /external/llvm/include/llvm/Object/
ELF.h 43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr;
74 const Elf_Ehdr *Header;
194 const Elf_Ehdr *getHeader() const { return Header; }
340 if (sizeof(Elf_Ehdr) > FileSize) {
346 Header = reinterpret_cast<const Elf_Ehdr *>(base());
ELFObjectFile.h 196 typedef typename ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr;
390 const Elf_Ehdr *Header = EF.getHeader();
411 const Elf_Ehdr *Header = EF.getHeader();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2elf.cpp 111 typedef typename ELFT::Ehdr Elf_Ehdr;
138 void initELFHeader(Elf_Ehdr &Header);
187 void ELFState<ELFT>::initELFHeader(Elf_Ehdr &Header) {
206 Header.e_ehsize = sizeof(Elf_Ehdr);
632 Elf_Ehdr Header;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELF.h 57 using Elf_Ehdr = typename ELFT::Ehdr;
95 const Elf_Ehdr *getHeader() const {
96 return reinterpret_cast<const Elf_Ehdr *>(base());
450 if (sizeof(Elf_Ehdr) > Object.size())
ELFObjectFile.h 216 using Elf_Ehdr = typename ELFT::Ehdr;
464 const Elf_Ehdr *Header = EF.getHeader();
485 const Elf_Ehdr *Header = EF.getHeader();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 195 using Elf_Ehdr = typename ELFT::Ehdr;
630 using Elf_Ehdr = typename ELFT::Ehdr;
Object.cpp 643 ElfHdr.FileSize = ElfHdr.MemSize = sizeof(Elf_Ehdr);
    [all...]
  /external/compiler-rt/lib/cfi/
cfi.cc 21 typedef ElfW(Ehdr) Elf_Ehdr;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 81 typedef Elf32_Ehdr Elf_Ehdr;
93 STATIC Elf_Ehdr *mEhdr;
134 mEhdr = (Elf_Ehdr*) FileBuffer;
    [all...]
Elf64Convert.c 81 typedef Elf64_Ehdr Elf_Ehdr;
94 STATIC Elf_Ehdr *mEhdr;
136 mEhdr = (Elf_Ehdr*) FileBuffer;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 872 typedef ElfW(Ehdr) Elf_Ehdr;
875 Elf_Ehdr *ehdr = (Elf_Ehdr *)base;
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 62 typedef typename ELFO::Elf_Ehdr Elf_Ehdr; \
145 typedef typename ELFO::Elf_Ehdr Elf_Ehdr;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 266 struct Elf_Ehdr {
293 const Elf_Ehdr *Header;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp 95 using Elf_Ehdr = typename ELFT::Ehdr; \
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 66 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr;
    [all...]

Completed in 1200 milliseconds