Home
last modified time | relevance | path

Searched refs:RelocationOffset (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/tools/llvm-readobj/
Dsections.test96 MACHO-I386-NEXT: RelocationOffset: 0x174
114 MACHO-I386-NEXT: RelocationOffset: 0x0
133 MACHO-X86-64-NEXT: RelocationOffset: 0x194
151 MACHO-X86-64-NEXT: RelocationOffset: 0x0
170 MACHO-PPC-NEXT: RelocationOffset: 0x27C
188 MACHO-PPC-NEXT: RelocationOffset: 0x2A4
206 MACHO-PPC-NEXT: RelocationOffset: 0x0
222 MACHO-PPC-NEXT: RelocationOffset: 0x0
238 MACHO-PPC-NEXT: RelocationOffset: 0x2C4
257 MACHO-PPC64-NEXT: RelocationOffset: 0x2D4
[all …]
Dsections-ext.test174 MACHO-I386-NEXT: RelocationOffset: 0x174
218 MACHO-X86-64-NEXT: RelocationOffset: 0x194
257 MACHO-X86-64-NEXT: RelocationOffset: 0x0
292 MACHO-PPC-NEXT: RelocationOffset: 0x27C
335 MACHO-PPC-NEXT: RelocationOffset: 0x2A4
365 MACHO-PPC-NEXT: RelocationOffset: 0x0
398 MACHO-PPC-NEXT: RelocationOffset: 0x0
421 MACHO-PPC-NEXT: RelocationOffset: 0x2C4
449 MACHO-PPC64-NEXT: RelocationOffset: 0x2D4
492 MACHO-PPC64-NEXT: RelocationOffset: 0x2FC
[all …]
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp227 uint64_t RelocationOffset; in getRelocatedSymbol() local
228 if (auto Error = Relocation.getOffset(RelocationOffset)) in getRelocatedSymbol()
230 if (RelocationOffset == Offset) in getRelocatedSymbol()
DCOFFDumper.cpp107 uint64_t RelocationOffset; in resolveSymbol() local
108 if (std::error_code EC = Relocation.getOffset(RelocationOffset)) in resolveSymbol()
111 if (RelocationOffset == Offset) { in resolveSymbol()