Searched refs:PrintRelocationEntries (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 868 static void PrintRelocationEntries(const MachOObjectFile *O, in PrintRelocationEntries() function 1051 PrintRelocationEntries(O, O->extrel_begin(), O->extrel_end(), cputype, in PrintRelocations() 1059 PrintRelocationEntries(O, O->locrel_begin(), O->locrel_end(), cputype, in PrintRelocations() 1079 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations() 1099 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
|