Searched defs:printPLTEntry (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1909 void printPLTEntry(uint64_t PLTAddr, const GOTEntry *BeginIt,
1911 void printPLTEntry(uint64_t PLTAddr, const GOTEntry *BeginIt,
2061 printPLTEntry(PLTShdr->sh_addr, PLTBegin, It++, "PLT lazy resolver");
2063 printPLTEntry(PLTShdr->sh_addr, PLTBegin, It++, "Module pointer");
2074 printPLTEntry(PLTShdr->sh_addr, PLTBegin, It, StrTable, Sym);
2082 printPLTEntry(PLTShdr->sh_addr, PLTBegin, It, StrTable, Sym);
2132 void MipsGOTParser<ELFT>::printPLTEntry(uint64_t PLTAddr, function in class:MipsGOTParser
2143 void MipsGOTParser<ELFT>::printPLTEntry(uint64_t PLTAddr, function in class:MipsGOTParser

Completed in 70 milliseconds