Searched refs:ELFPltEntry (Results 1 – 2 of 2) sorted by relevance
684 std::vector<ELFPltEntry> ELFObjectFileBase::getPltEntries() const { in getPltEntries()756 std::vector<ELFPltEntry> Result; in getPltEntries()767 ELFPltEntry{PltSec, std::nullopt, PltEntryIter->second}); in getPltEntries()769 Result.push_back(ELFPltEntry{PltSec, Sym->getRawDataRefImpl(), in getPltEntries()
50 struct ELFPltEntry { struct106 std::vector<ELFPltEntry> getPltEntries() const;