Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6716 PrintEntry(Parser.getGotLazyResolver(), "Lazy resolver"); in printMipsGOT()
6728 PrintEntry(&E, ""); in printMipsGOT()
7911 auto PrintEntry = [&](const Elf_Addr *E) { in printMipsGOT() local
7924 PrintEntry(Parser.getGotLazyResolver()); in printMipsGOT()
7930 PrintEntry(Parser.getGotModulePointer()); in printMipsGOT()
7938 PrintEntry(&E); in printMipsGOT()
7950 PrintEntry(&E); in printMipsGOT()
7973 auto PrintEntry = [&](const Elf_Addr *E) { in printMipsPLT() local
7984 PrintEntry(Parser.getPltLazyResolver()); in printMipsPLT()
7990 PrintEntry(E); in printMipsPLT()
[all …]