| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 42 static constexpr uint32_t RelocationOffset = 32; variable 50 return RecordOffset + RelocationOffset; in getRelocationOffset() 458 static constexpr uint32_t RelocationOffset = 8; variable 467 return RecordOffset + RelocationOffset; in getRelocationOffset() 479 static constexpr uint32_t RelocationOffset = 12; variable 488 return RecordOffset + RelocationOffset; in getRelocationOffset() 551 static constexpr uint32_t RelocationOffset = 8; variable 561 return RecordOffset + RelocationOffset; in getRelocationOffset() 622 static constexpr uint32_t RelocationOffset = 16; variable 630 return RecordOffset + RelocationOffset; in getRelocationOffset() [all …]
|
| /llvm-project/llvm/test/tools/dsymutil/X86/ |
| H A D | dsym-companion.test | 40 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 …]
|
| /llvm-project/llvm/test/tools/llvm-readobj/MachO/ |
| H A D | universal-x86_64.i386.test | 67 MULTISECTIONS: RelocationOffset: 0x0 85 MULTISECTIONS: RelocationOffset: 0x0 101 MULTISECTIONS: RelocationOffset: 0x0 123 MULTISECTIONS: RelocationOffset: 0x0 141 MULTISECTIONS: RelocationOffset: 0x0 199 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x2B8 217 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x0 233 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x2C8 250 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x0 276 MULTISECTIONS-ARCHIVE: RelocationOffset: 0x0 [all …]
|
| H A D | sections.test | 340 # MACHO-I386-NEXT: RelocationOffset: 0x174 358 # MACHO-I386-NEXT: RelocationOffset: 0x0 376 # MACHO-X86-64-NEXT: RelocationOffset: 0x194 395 # MACHO-X86-64-NEXT: RelocationOffset: 0x0 415 # MACHO-PPC-NEXT: RelocationOffset: 0x27C 433 # MACHO-PPC-NEXT: RelocationOffset: 0x2A4 451 # MACHO-PPC-NEXT: RelocationOffset: 0x0 467 # MACHO-PPC-NEXT: RelocationOffset: 0x0 483 # MACHO-PPC-NEXT: RelocationOffset: 0x2C4 502 # MACHO-PPC64-NEXT: RelocationOffset: 0x2D4 [all …]
|
| H A D | sections-ext.test | 38 # MACHO-I386-NEXT: RelocationOffset: 0x174 81 # MACHO-X86-64-NEXT: RelocationOffset: 0x194 121 # MACHO-X86-64-NEXT: RelocationOffset: 0x0 157 # MACHO-PPC-NEXT: RelocationOffset: 0x27C 230 # MACHO-PPC-NEXT: RelocationOffset: 0x2A4 284 # MACHO-PPC-NEXT: RelocationOffset: 0x0 317 # MACHO-PPC-NEXT: RelocationOffset: 0x0 340 # MACHO-PPC-NEXT: RelocationOffset: 0x2C4 373 # MACHO-PPC64-NEXT: RelocationOffset: 0x2D4 447 # MACHO-PPC64-NEXT: RelocationOffset: 0x2FC [all …]
|
| /llvm-project/lld/test/MachO/ |
| H A D | bss.s | 19 # CHECK-NEXT: RelocationOffset: 0x0 35 # CHECK-NEXT: RelocationOffset: 0x0 51 # CHECK-NEXT: RelocationOffset: 0x0 67 # CHECK-NEXT: RelocationOffset: 0x0 83 # CHECK-NEXT: RelocationOffset: 0x0
|
| H A D | cstring-dedup.s | 50 # HEADER-NEXT: RelocationOffset:
|
| H A D | literal-dedup.s | 45 # HEADER-NEXT: RelocationOffset:
|
| /llvm-project/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 95 auto RelocationOffset = RI->Offset; in emitAsData() local 96 assert(RelocationOffset < SectionContents.size() && "overflow detected"); in emitAsData() 98 if (SectionOffset < RelocationOffset) { in emitAsData() 100 SectionOffset, RelocationOffset - SectionOffset)); in emitAsData() 101 SectionOffset = RelocationOffset; in emitAsData() 108 auto ROE = Relocations.upper_bound(RelocationOffset); in emitAsData()
|
| /llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | add-multiple-sections.test | 69 # CASE1-NEXT: RelocationOffset: 0x0 91 # CASE1-NEXT: RelocationOffset: 0x0 111 # CASE1-NEXT: RelocationOffset: 0x0 134 # CASE3-NEXT: RelocationOffset: 0x0 156 # CASE3-NEXT: RelocationOffset: 0x0 176 # CASE3-NEXT: RelocationOffset: 0x0
|
| H A D | add-section-64.test | 68 # COMMON-NEXT: RelocationOffset: 0x0 101 # COMMON-NEXT: RelocationOffset: 0x0
|
| H A D | add-section-32.test | 65 # COMMON-NEXT: RelocationOffset: 0x0 97 # COMMON-NEXT: RelocationOffset: 0x0
|
| H A D | remove-section.test | 25 # REMOVE-TEXT-ONLY-NEXT: RelocationOffset: 0x0 47 # COMMON-NEXT: RelocationOffset: 0x0
|
| H A D | only-section.test | 24 # ONLY-TEXT-SECTION-NEXT: RelocationOffset: 0x0
|
| /llvm-project/llvm/test/MC/MachO/ARM/ |
| H A D | darwin-ARM-reloc.s | 48 @ CHECK: RelocationOffset: 0x1A8 69 @ CHECK: RelocationOffset: 0x1B8 88 @ CHECK: RelocationOffset: 0x0
|
| H A D | darwin-Thumb-reloc.s | 49 @ CHECK: RelocationOffset: 0x160 70 @ CHECK: RelocationOffset: 0x0
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolDumper.cpp | 50 uint32_t RelocationOffset); 79 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument 82 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
|
| /llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 264 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local 266 if (RelocationOffset == Offset) { in resolveSymbol() 335 uint64_t RelocationOffset = Relocation.getOffset(); in printBinaryBlockWithRelocs() local 336 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
|
| H A D | ARMWinEHPrinter.cpp | 257 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local 258 if (RelocationOffset == Offset) in getRelocatedSymbol()
|
| /llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 182 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() 184 if (RelocationOffset == Offset) { in resolveSymbol() 187 uint64_t RelocationOffset = Relocation.getOffset(); resolveSymbol() local
|
| H A D | LVCodeViewVisitor.cpp | 703 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { 706 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in getStringTable() 709 printLocalVariableAddrRange(const LocalVariableAddrRange & Range,uint32_t RelocationOffset) printLocalVariableAddrRange() argument
|
| /llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 149 uint32_t RelocationOffset);
|