Home
last modified time | relevance | path

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

/external/llvm/test/tools/dsymutil/X86/
Ddsym-companion.test40 CHECK: RelocationOffset: 0x0
58 CHECK: RelocationOffset: 0x0
73 CHECK32: RelocationOffset: 0x0
89 CHECK: RelocationOffset: 0x0
105 CHECK: RelocationOffset: 0x0
121 CHECK: RelocationOffset: 0x0
136 CHECK64: RelocationOffset: 0x0
151 CHECK64: RelocationOffset: 0x0
166 CHECK64: RelocationOffset: 0x0
181 CHECK64: RelocationOffset: 0x0
[all …]
/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
185 MACHO-X86-64-NEXT: RelocationOffset: 0x0
205 MACHO-PPC-NEXT: RelocationOffset: 0x27C
223 MACHO-PPC-NEXT: RelocationOffset: 0x2A4
241 MACHO-PPC-NEXT: RelocationOffset: 0x0
257 MACHO-PPC-NEXT: RelocationOffset: 0x0
273 MACHO-PPC-NEXT: RelocationOffset: 0x2C4
292 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
257 MACHO-X86-64-NEXT: RelocationOffset: 0x0
293 MACHO-PPC-NEXT: RelocationOffset: 0x27C
366 MACHO-PPC-NEXT: RelocationOffset: 0x2A4
420 MACHO-PPC-NEXT: RelocationOffset: 0x0
453 MACHO-PPC-NEXT: RelocationOffset: 0x0
476 MACHO-PPC-NEXT: RelocationOffset: 0x2C4
510 MACHO-PPC64-NEXT: RelocationOffset: 0x2D4
584 MACHO-PPC64-NEXT: RelocationOffset: 0x2FC
[all …]
/external/llvm/test/MC/MachO/ARM/
Ddarwin-ARM-reloc.s48 @ CHECK: RelocationOffset: 0x1A8
69 @ CHECK: RelocationOffset: 0x1B8
88 @ CHECK: RelocationOffset: 0x0
Ddarwin-Thumb-reloc.s49 @ CHECK: RelocationOffset: 0x160
70 @ CHECK: RelocationOffset: 0x0
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp48 uint32_t RelocationOffset);
61 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument
64 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp210 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local
212 if (RelocationOffset == Offset) { in resolveSymbol()
281 uint64_t RelocationOffset = Relocation.getOffset(); in printBinaryBlockWithRelocs() local
282 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
DARMWinEHPrinter.cpp220 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local
221 if (RelocationOffset == Offset) in getRelocatedSymbol()