Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp670 void printRelr(const Elf_Shdr &Sec);
3956 printRelr(Sec); in printRelocations()
3975 template <class ELFT> void GNUELFDumper<ELFT>::printRelr(const Elf_Shdr &Sec) { in printRelr() function in GNUELFDumper