Searched refs:printRelocation (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp71 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc);
84 void WasmDumper::printRelocation(const SectionRef &Section, function in class:__anon4874::WasmDumper
138 printRelocation(Section, Reloc);
207 printRelocation(Section, Reloc);
H A DMachODumper.cpp57 void printRelocation(const RelocationRef &Reloc);
59 void printRelocation(const MachOObjectFile *Obj, const RelocationRef &Reloc);
495 printRelocation(Reloc);
528 printRelocation(Reloc);
538 void MachODumper::printRelocation(const RelocationRef &Reloc) { function in class:MachODumper
539 return printRelocation(Obj, Reloc);
542 void MachODumper::printRelocation(const MachOObjectFile *Obj, function in class:MachODumper
H A DCOFFDumper.cpp114 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
340 printRelocation(Sec, Relocation, OffsetStart);
1366 printRelocation(Sec, Reloc);
1403 printRelocation(Section, Reloc);
1413 void COFFDumper::printRelocation(const SectionRef &Section, function in class:COFFDumper
H A DELFDumper.cpp911 void printRelocation(const ELFO *Obj, unsigned SecIndex,
914 void printRelocation(const ELFO *Obj, const Elf_Sym *Sym,
979 void printRelocation(const ELFO *Obj, unsigned SecIndex, Elf_Rela Rel,
3608 void GNUStyle<ELFT>::printRelocation(const ELFO *Obj, unsigned SecIndex, function in class:GNUStyle
3618 printRelocation(Obj, /*Sym=*/Target->first, /*Name=*/Target->second, R,
3623 void GNUStyle<ELFT>::printRelocation(const ELFO *Obj, const Elf_Sym *Sym, function in class:GNUStyle
3727 printRelocation(Obj, SecNdx, SymTab, Rela, ++RelNdx, false);
3732 printRelocation(Obj, SecNdx, SymTab, R, ++RelNdx, true);
3742 printRelocation(Obj, SecNdx, SymTab, R, ++RelNdx, false);
3747 printRelocation(Ob
6257 void LLVMStyle<ELFT>::printRelocation(const ELFO *Obj, unsigned SecIndex, function in class:LLVMStyle
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1099 static void printRelocation(formatted_raw_ostream &OS, StringRef FileName,
1198 printRelocation(OS, ObjectFilename, *RelCur, Address.Address, false);
2053 printRelocation(FOS, Obj->getFileName(), *RelCur,

Completed in 182 milliseconds