Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6281 PrintEntry(Parser.getGotLazyResolver(), "Lazy resolver"); in printMipsGOT()
6293 PrintEntry(&E, ""); in printMipsGOT()
7341 auto PrintEntry = [&](const Elf_Addr *E) { in printMipsGOT() local
7354 PrintEntry(Parser.getGotLazyResolver()); in printMipsGOT()
7360 PrintEntry(Parser.getGotModulePointer()); in printMipsGOT()
7368 PrintEntry(&E); in printMipsGOT()
7380 PrintEntry(&E); in printMipsGOT()
7403 auto PrintEntry = [&](const Elf_Addr *E) { in printMipsPLT() local
7414 PrintEntry(Parser.getPltLazyResolver()); in printMipsPLT()
7420 PrintEntry(E); in printMipsPLT()
[all …]