Home
last modified time | relevance | path

Searched refs:getPltEntries (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp776 std::vector<ELFPltEntry> ELFObjectFileBase::getPltEntries() const { in getPltEntries() function in ELFObjectFileBase
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2959 Entries getPltEntries() const;
3212 MipsGOTParser<ELFT>::getPltEntries() const { in getPltEntries() function in MipsGOTParser
3227 int64_t Offset = std::distance(getPltEntries().data(), E); in getPltSym()
6936 if (!Parser.getPltEntries().empty()) { in printMipsPLT()
6942 for (auto &E : Parser.getPltEntries()) { in printMipsPLT()
8239 for (auto &E : Parser.getPltEntries()) { in printMipsPLT()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h110 std::vector<ELFPltEntry> getPltEntries() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1250 for (auto Plt : ElfObj->getPltEntries()) { in addPltEntries()