Home
last modified time | relevance | path

Searched refs:PltSec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp850 uint32_t RelType, StringRef PltSec) { in getPltEntries() argument
859 ELFPltEntry{PltSec, std::nullopt, PltEntryIter->second}); in getPltEntries()
861 Result.push_back(ELFPltEntry{PltSec, Sym->getRawDataRefImpl(), in getPltEntries()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2976 const Elf_Shdr *PltSec; member in __anonbcadc77c1111::MipsGOTParser
2993 Dumper(D), GotSec(nullptr), LocalNum(0), GlobalNum(0), PltSec(nullptr), in MipsGOTParser()
3094 PltSec = findNotEmptySectionByAddress(Obj, FileName, *DtMipsPltGot); in findPLT()
3095 if (!PltSec) in findPLT()
3105 Obj.getSectionContents(*PltSec)) in findPLT()
3221 return PltSec->sh_addr + Offset; in getPltAddress()