Searched refs:PrintRelocationEntries (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 825 static void PrintRelocationEntries(const MachOObjectFile *O, in PrintRelocationEntries() function 1008 PrintRelocationEntries(O, O->extrel_begin(), O->extrel_end(), cputype, in PrintRelocations() 1016 PrintRelocationEntries(O, O->locrel_begin(), O->locrel_end(), cputype, in PrintRelocations() 1036 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations() 1056 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
|