Searched refs:ELFPltEntry (Results 1 – 2 of 2) sorted by relevance
776 std::vector<ELFPltEntry> ELFObjectFileBase::getPltEntries() const { in getPltEntries()848 std::vector<ELFPltEntry> Result; in getPltEntries()859 ELFPltEntry{PltSec, std::nullopt, PltEntryIter->second}); in getPltEntries()861 Result.push_back(ELFPltEntry{PltSec, Sym->getRawDataRefImpl(), in getPltEntries()
51 struct ELFPltEntry { struct110 std::vector<ELFPltEntry> getPltEntries() const;