Searched refs:RelocationOffset (Results 1 – 5 of 5) sorted by relevance
129 MACHO-I386-NEXT: RelocationOffset: 0x174147 MACHO-I386-NEXT: RelocationOffset: 0x0166 MACHO-X86-64-NEXT: RelocationOffset: 0x194184 MACHO-X86-64-NEXT: RelocationOffset: 0x0203 MACHO-PPC-NEXT: RelocationOffset: 0x27C221 MACHO-PPC-NEXT: RelocationOffset: 0x2A4239 MACHO-PPC-NEXT: RelocationOffset: 0x0255 MACHO-PPC-NEXT: RelocationOffset: 0x0271 MACHO-PPC-NEXT: RelocationOffset: 0x2C4290 MACHO-PPC64-NEXT: RelocationOffset: 0x2D4[all …]
65 MULTISECTIONS: RelocationOffset: 0x083 MULTISECTIONS: RelocationOffset: 0x099 MULTISECTIONS: RelocationOffset: 0x0121 MULTISECTIONS: RelocationOffset: 0x0139 MULTISECTIONS: RelocationOffset: 0x0194 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x2B8212 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x0228 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x2C8245 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x0270 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x0[all …]
173 MACHO-I386-NEXT: RelocationOffset: 0x174217 MACHO-X86-64-NEXT: RelocationOffset: 0x194256 MACHO-X86-64-NEXT: RelocationOffset: 0x0291 MACHO-PPC-NEXT: RelocationOffset: 0x27C334 MACHO-PPC-NEXT: RelocationOffset: 0x2A4364 MACHO-PPC-NEXT: RelocationOffset: 0x0397 MACHO-PPC-NEXT: RelocationOffset: 0x0420 MACHO-PPC-NEXT: RelocationOffset: 0x2C4448 MACHO-PPC64-NEXT: RelocationOffset: 0x2D4491 MACHO-PPC64-NEXT: RelocationOffset: 0x2FC[all …]
222 uint64_t RelocationOffset; in getRelocatedSymbol() local223 if (auto Error = Relocation.getOffset(RelocationOffset)) in getRelocatedSymbol()225 if (RelocationOffset == Offset) in getRelocatedSymbol()
123 uint64_t RelocationOffset; in resolveSymbol() local124 if (std::error_code EC = Relocation.getOffset(RelocationOffset)) in resolveSymbol()127 if (RelocationOffset == Offset) { in resolveSymbol()