Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-readobj/
Dsections.test129 MACHO-I386-NEXT: RelocationOffset: 0x174
147 MACHO-I386-NEXT: RelocationOffset: 0x0
166 MACHO-X86-64-NEXT: RelocationOffset: 0x194
184 MACHO-X86-64-NEXT: RelocationOffset: 0x0
203 MACHO-PPC-NEXT: RelocationOffset: 0x27C
221 MACHO-PPC-NEXT: RelocationOffset: 0x2A4
239 MACHO-PPC-NEXT: RelocationOffset: 0x0
255 MACHO-PPC-NEXT: RelocationOffset: 0x0
271 MACHO-PPC-NEXT: RelocationOffset: 0x2C4
290 MACHO-PPC64-NEXT: RelocationOffset: 0x2D4
[all …]
Dmacho-universal-x86_64.i386.test65 MULTISECTIONS: RelocationOffset: 0x0
83 MULTISECTIONS: RelocationOffset: 0x0
99 MULTISECTIONS: RelocationOffset: 0x0
121 MULTISECTIONS: RelocationOffset: 0x0
139 MULTISECTIONS: RelocationOffset: 0x0
194 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x2B8
212 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x0
228 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x2C8
245 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x0
270 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x0
[all …]
Dsections-ext.test173 MACHO-I386-NEXT: RelocationOffset: 0x174
217 MACHO-X86-64-NEXT: RelocationOffset: 0x194
256 MACHO-X86-64-NEXT: RelocationOffset: 0x0
291 MACHO-PPC-NEXT: RelocationOffset: 0x27C
334 MACHO-PPC-NEXT: RelocationOffset: 0x2A4
364 MACHO-PPC-NEXT: RelocationOffset: 0x0
397 MACHO-PPC-NEXT: RelocationOffset: 0x0
420 MACHO-PPC-NEXT: RelocationOffset: 0x2C4
448 MACHO-PPC64-NEXT: RelocationOffset: 0x2D4
491 MACHO-PPC64-NEXT: RelocationOffset: 0x2FC
[all …]
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp222 uint64_t RelocationOffset; in getRelocatedSymbol() local
223 if (auto Error = Relocation.getOffset(RelocationOffset)) in getRelocatedSymbol()
225 if (RelocationOffset == Offset) in getRelocatedSymbol()
DCOFFDumper.cpp123 uint64_t RelocationOffset; in resolveSymbol() local
124 if (std::error_code EC = Relocation.getOffset(RelocationOffset)) in resolveSymbol()
127 if (RelocationOffset == Offset) { in resolveSymbol()