Searched refs:PrintRelocationEntries (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 806 static void PrintRelocationEntries(const MachOObjectFile *O, in PrintRelocationEntries() function 989 PrintRelocationEntries(O, O->extrel_begin(), O->extrel_end(), cputype, in PrintRelocations() 997 PrintRelocationEntries(O, O->locrel_begin(), O->locrel_end(), cputype, in PrintRelocations() 1017 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations() 1037 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
|