Searched refs:PltSec (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 758 uint32_t RelType, StringRef PltSec) { in getPltEntries() argument 767 ELFPltEntry{PltSec, std::nullopt, PltEntryIter->second}); in getPltEntries() 769 Result.push_back(ELFPltEntry{PltSec, Sym->getRawDataRefImpl(), in getPltEntries()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3000 const Elf_Shdr *PltSec; member in __anonb9a7a8321111::MipsGOTParser 3017 Dumper(D), GotSec(nullptr), LocalNum(0), GlobalNum(0), PltSec(nullptr), in MipsGOTParser() 3118 PltSec = findNotEmptySectionByAddress(Obj, FileName, *DtMipsPltGot); in findPLT() 3119 if (!PltSec) in findPLT() 3129 Obj.getSectionContents(*PltSec)) in findPLT() 3245 return PltSec->sh_addr + Offset; in getPltAddress()
|