Searched refs:RelocationOffset (Results 1 – 4 of 4) sorted by relevance
96 MACHO-I386-NEXT: RelocationOffset: 0x174114 MACHO-I386-NEXT: RelocationOffset: 0x0133 MACHO-X86-64-NEXT: RelocationOffset: 0x194151 MACHO-X86-64-NEXT: RelocationOffset: 0x0170 MACHO-PPC-NEXT: RelocationOffset: 0x27C188 MACHO-PPC-NEXT: RelocationOffset: 0x2A4206 MACHO-PPC-NEXT: RelocationOffset: 0x0222 MACHO-PPC-NEXT: RelocationOffset: 0x0238 MACHO-PPC-NEXT: RelocationOffset: 0x2C4257 MACHO-PPC64-NEXT: RelocationOffset: 0x2D4[all …]
174 MACHO-I386-NEXT: RelocationOffset: 0x174218 MACHO-X86-64-NEXT: RelocationOffset: 0x194257 MACHO-X86-64-NEXT: RelocationOffset: 0x0292 MACHO-PPC-NEXT: RelocationOffset: 0x27C335 MACHO-PPC-NEXT: RelocationOffset: 0x2A4365 MACHO-PPC-NEXT: RelocationOffset: 0x0398 MACHO-PPC-NEXT: RelocationOffset: 0x0421 MACHO-PPC-NEXT: RelocationOffset: 0x2C4449 MACHO-PPC64-NEXT: RelocationOffset: 0x2D4492 MACHO-PPC64-NEXT: RelocationOffset: 0x2FC[all …]
227 uint64_t RelocationOffset; in getRelocatedSymbol() local228 if (auto Error = Relocation.getOffset(RelocationOffset)) in getRelocatedSymbol()230 if (RelocationOffset == Offset) in getRelocatedSymbol()
107 uint64_t RelocationOffset; in resolveSymbol() local108 if (std::error_code EC = Relocation.getOffset(RelocationOffset)) in resolveSymbol()111 if (RelocationOffset == Offset) { in resolveSymbol()