Searched refs:PltSec (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 895 uint32_t RelType, StringRef PltSec) { in getPltEntries() argument 904 ELFPltEntry{PltSec, std::nullopt, PltEntryIter->second}); in getPltEntries() 906 Result.push_back(ELFPltEntry{PltSec, Sym->getRawDataRefImpl(), in getPltEntries()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3039 const Elf_Shdr *PltSec; member in __anonbcadc77c1111::MipsGOTParser 3056 Dumper(D), GotSec(nullptr), LocalNum(0), GlobalNum(0), PltSec(nullptr), in MipsGOTParser() 3157 PltSec = findNotEmptySectionByAddress(Obj, FileName, *DtMipsPltGot); in findPLT() 3158 if (!PltSec) in findPLT() 3168 Obj.getSectionContents(*PltSec)) in findPLT() 3284 return PltSec->sh_addr + Offset; in getPltAddress()
|