Home
last modified time | relevance | path

Searched refs:Elf_Ehdr (Results 1 – 22 of 22) sorted by relevance

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp101 typedef typename object::ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef in __anonfe6449970311::ELFState
120 void initELFHeader(Elf_Ehdr &Header);
159 void ELFState<ELFT>::initELFHeader(Elf_Ehdr &Header) { in initELFHeader()
177 Header.e_ehsize = sizeof(Elf_Ehdr); in initELFHeader()
508 Elf_Ehdr Header; in writeELF()
/external/llvm/include/llvm/Object/
DELF.h43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef
74 const Elf_Ehdr *Header;
190 const Elf_Ehdr *getHeader() const { return Header; } in getHeader()
336 if (sizeof(Elf_Ehdr) > FileSize) { in ELFFile()
342 Header = reinterpret_cast<const Elf_Ehdr *>(base()); in ELFFile()
DELFObjectFile.h196 typedef typename ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef
390 const Elf_Ehdr *Header = EF.getHeader(); in getSymbolValueImpl()
411 const Elf_Ehdr *Header = EF.getHeader(); in getSymbolAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h76 using Elf_Ehdr = typename ELFT::Ehdr; variable
119 const Elf_Ehdr *getHeader() const { in getHeader()
120 return reinterpret_cast<const Elf_Ehdr *>(base()); in getHeader()
502 if (sizeof(Elf_Ehdr) > Object.size()) in create()
505 Twine(sizeof(Elf_Ehdr)) + ")"); in create()
DELFObjectFile.h237 using Elf_Ehdr = typename ELFT::Ehdr; variable
504 const Elf_Ehdr *Header = EF.getHeader(); in getSymbolValueImpl()
525 const Elf_Ehdr *Header = EF.getHeader(); in getSymbolAddress()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h94 using Elf_Ehdr = typename ELFT::Ehdr; variable
137 const Elf_Ehdr &getHeader() const { in getHeader()
138 return *reinterpret_cast<const Elf_Ehdr *>(base()); in getHeader()
549 if (sizeof(Elf_Ehdr) > Object.size()) in create()
552 Twine(sizeof(Elf_Ehdr)) + ")"); in create()
DELFObjectFile.h240 using Elf_Ehdr = typename ELFT::Ehdr; variable
550 const Elf_Ehdr &Header = EF.getHeader(); in getSymbolValueImpl()
/external/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp172 using Elf_Ehdr = typename ELFT::Ehdr; typedef in llvm::elfabi::__anon2a7db18e0111::ELFStubBuilder
236 uint64_t CurrentOffset = sizeof(Elf_Ehdr); in ELFStubBuilder()
276 Elf_Ehdr ElfHeader;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc872 typedef ElfW(Ehdr) Elf_Ehdr; in ForEachMappedRegion() typedef
875 Elf_Ehdr *ehdr = (Elf_Ehdr *)base; in ForEachMappedRegion()
/external/compiler-rt/lib/cfi/
Dcfi.cc21 typedef ElfW(Ehdr) Elf_Ehdr; typedef
/external/llvm-project/compiler-rt/lib/cfi/
Dcfi.cpp27 typedef ElfW(Ehdr) Elf_Ehdr; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp105 typedef typename ELFT::Ehdr Elf_Ehdr; typedef in __anon0a8ae79e0111::ELFState
275 Elf_Ehdr Header; in writeELFHeader()
292 Header.e_ehsize = sizeof(Elf_Ehdr); in writeELFHeader()
1425 sizeof(Elf_Ehdr) + sizeof(Elf_Phdr) * Doc.ProgramHeaders.size(); in writeELF()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp1889 const typename ELFFile<ELFT>::Elf_Ehdr &Ehdr = HeadersFile->getHeader(); in build()
1974 Elf_Ehdr &Ehdr = *reinterpret_cast<Elf_Ehdr *>(Buf.getBufferStart()); in writeEhdr()
1997 Ehdr.e_ehsize = sizeof(Elf_Ehdr); in writeEhdr()
2354 ElfHdr.FileSize = ElfHdr.MemSize = sizeof(Elf_Ehdr); in initEhdrSegment()
2375 sizeof(Elf_Ehdr) + llvm::size(Obj.segments()) * sizeof(Elf_Phdr); in assignOffsets()
DObject.h323 using Elf_Ehdr = typename ELFT::Ehdr; variable
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp1161 typedef ElfW(Ehdr) Elf_Ehdr; in ForEachMappedRegion() typedef
1164 Elf_Ehdr *ehdr = (Elf_Ehdr *)base; in ForEachMappedRegion()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp62 typedef typename ELFO::Elf_Ehdr Elf_Ehdr; \
145 typedef typename ELFO::Elf_Ehdr Elf_Ehdr; typedef in __anon07d3185e0111::ELFDumper
2372 const Elf_Ehdr *e = Obj->getHeader(); in printFileHeaders()
2899 const Elf_Ehdr *Header = Obj->getHeader(); in printProgramHeaders()
3164 const Elf_Ehdr *e = Obj->getHeader(); in printFileHeaders()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp171 typedef typename ELFT::Ehdr Elf_Ehdr; typedef in __anon77577a0a0111::ELFState
390 Elf_Ehdr Header; in writeELFHeader()
411 Header.e_ehsize = sizeof(Elf_Ehdr); in writeELFHeader()
1914 sizeof(Elf_Ehdr) + sizeof(Elf_Phdr) * Doc.ProgramHeaders.size(); in writeELF()
/external/llvm-project/lld/ELF/
DWriter.cpp50 using Elf_Ehdr = typename ELFT::Ehdr; typedef in __anon8730917e0111::Writer
2837 writePhdrs<ELFT>(Out::bufferStart + sizeof(Elf_Ehdr), *mainPart); in writeHeader()
2839 auto *eHdr = reinterpret_cast<Elf_Ehdr *>(Out::bufferStart); in writeHeader()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp98 using Elf_Ehdr = typename ELFT::Ehdr; \
3507 const Elf_Ehdr &e = this->Obj.getHeader(); in printFileHeaders()
4436 const Elf_Ehdr &Header = this->Obj.getHeader(); in printProgramHeaders()
6278 const Elf_Ehdr &E = this->Obj.getHeader(); in printFileHeaders()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in __anon5796c0730111::DyldELFObject
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp65 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in __anon3583f4150111::DyldELFObject
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp65 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in __anon3d0f42010111::DyldELFObject