Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h42 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 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 …]
/llvm-project/llvm/test/tools/llvm-readobj/MachO/
H A Duniversal-x86_64.i386.test67 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 Dsections.test340 # 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 Dsections-ext.test38 # 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 Dbss.s19 # 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 Dcstring-dedup.s50 # HEADER-NEXT: RelocationOffset:
H A Dliteral-dedup.s45 # HEADER-NEXT: RelocationOffset:
/llvm-project/bolt/lib/Core/
H A DBinarySection.cpp95 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 Dadd-multiple-sections.test69 # 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 Dadd-section-64.test68 # COMMON-NEXT: RelocationOffset: 0x0
101 # COMMON-NEXT: RelocationOffset: 0x0
H A Dadd-section-32.test65 # COMMON-NEXT: RelocationOffset: 0x0
97 # COMMON-NEXT: RelocationOffset: 0x0
H A Dremove-section.test25 # REMOVE-TEXT-ONLY-NEXT: RelocationOffset: 0x0
47 # COMMON-NEXT: RelocationOffset: 0x0
H A Donly-section.test24 # ONLY-TEXT-SECTION-NEXT: RelocationOffset: 0x0
/llvm-project/llvm/test/MC/MachO/ARM/
H A Ddarwin-ARM-reloc.s48 @ CHECK: RelocationOffset: 0x1A8
69 @ CHECK: RelocationOffset: 0x1B8
88 @ CHECK: RelocationOffset: 0x0
H A Ddarwin-Thumb-reloc.s49 @ CHECK: RelocationOffset: 0x160
70 @ CHECK: RelocationOffset: 0x0
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp50 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 DCOFFDumper.cpp264 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 DARMWinEHPrinter.cpp257 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local
258 if (RelocationOffset == Offset) in getRelocatedSymbol()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp182 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol()
184 if (RelocationOffset == Offset) { in resolveSymbol()
187 uint64_t RelocationOffset = Relocation.getOffset(); resolveSymbol() local
H A DLVCodeViewVisitor.cpp703 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 DLVCodeViewVisitor.h149 uint32_t RelocationOffset);