Searched refs:ElfFile (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 360 static Expected<DynSym> create(const ELFFile<ELFT> &ElfFile, in create() argument 362 Expected<Elf_Shdr_Range> Shdrs = ElfFile.sections(); in create() 365 return DynSym(ElfFile, DynEnt, *Shdrs); in create() 370 return ElfFile.base() + DynSymHdr->sh_offset; in getDynSym() 376 return ElfFile.getStringTableForSymtab(*DynSymHdr, Shdrs); in getDynStr() 386 DynSym(const ELFFile<ELFT> &ElfFile, const DynamicEntries &DynEnt, in DynSym() argument 388 : ElfFile(ElfFile), DynEnt(DynEnt), Shdrs(Shdrs), in DynSym() 416 const ELFFile<ELFT> &ElfFile; member in llvm::ifs::__anonbf5849940111::DynSym 581 const ELFFile<ELFT> &ElfFile = ElfObj.getELFFile(); in buildStub() local 583 Expected<Elf_Dyn_Range> DynTable = ElfFile.dynamicEntries(); in buildStub() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1381 : ElfFile(ElfObj.getELFFile()), Obj(Obj), in ELFBuilder() 1383 Obj.IsMips64EL = ElfFile.isMips64EL(); in ELFBuilder() 1548 ElfFile.symbols(*Shdr); in initSymbolTable() 1758 ElfFile.sections(); in readSectionHeaders() 1788 ElfFile.base() + Shdr.sh_offset, in readSectionHeaders() 1796 uint32_t ShstrIndex = ElfFile.getHeader().e_shstrndx; in readSections() 1798 Expected<const Elf_Shdr *> Sec = ElfFile.getSection(0); in readSections() 1851 ElfFile.sections(); in readSections() 1859 ElfFile.rels(*Shdr); in readSections() 1867 ElfFile.relas(*Shdr); in readSections() [all …]
|
| H A D | ELFObject.h | 966 const ELFFile<ELFT> &ElfFile; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | RawMemProfReader.cpp | 298 const llvm::object::ELF64LEFile& ElfFile = Elf64LEObject->getELFFile(); in initialize() local 299 auto PHdrsOr = ElfFile.program_headers(); in initialize()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | windows | 258 0 string ElfFile\0 MS Windows
|