Searched refs:ElfFile (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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() 403 Expected<const uint8_t *> SecPtr = ElfFile.toMappedAddr(EntAddr); in getDynamicData() 408 Expected<const uint8_t *> SecEndPtr = ElfFile.toMappedAddr(EntAddr + Size); in getDynamicData() 416 const ELFFile<ELFT> &ElfFile; member in llvm::ifs::__anond14b5f550111::DynSym [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1366 : ElfFile(ElfObj.getELFFile()), Obj(Obj), in ELFBuilder() 1368 Obj.IsMips64EL = ElfFile.isMips64EL(); in ELFBuilder() 1522 Expected<const Elf_Shdr *> Shdr = ElfFile.getSection(SymTab->Index); in initSymbolTable() 1526 Expected<StringRef> StrTabData = ElfFile.getStringTableForSymtab(**Shdr); in initSymbolTable() 1533 ElfFile.symbols(*Shdr); in initSymbolTable() 1552 ElfFile.getSection(SymTab->getShndxTable()->Index); in initSymbolTable() 1557 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable() 1666 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1677 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() 1687 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection() [all …]
|
| H A D | ELFObject.h | 957 const ELFFile<ELFT> &ElfFile; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | RawMemProfReader.cpp | 269 const llvm::object::ELF64LEFile& ElfFile = Elf64LEObject->getELFFile(); in initialize() local 270 auto PHdrsOr = ElfFile.program_headers(); in initialize()
|