Home
last modified time | relevance | path

Searched refs:FixupOffset (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp147 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local
149 if (FixupOffset & 0xff000000) { in RecordARMScatteredHalfRelocation()
152 utohexstr(FixupOffset) + in RecordARMScatteredHalfRelocation()
243 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation()
262 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local
264 if (FixupOffset & 0xff000000) { in RecordARMScatteredRelocation()
267 utohexstr(FixupOffset) + in RecordARMScatteredRelocation()
320 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation()
426 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local
471 MRE.r_word0 = FixupOffset; in recordRelocation()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp158 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation() local
166 FixupOffset += Fixup.getOffset(); in recordRelocation()
170 FixedValue += FixupOffset; in recordRelocation()
237 MRE.r_word0 = FixupOffset; in recordRelocation()
294 MRE.r_word0 = FixupOffset; in recordRelocation()
383 MRE.r_word0 = FixupOffset; in recordRelocation()
404 MRE.r_word0 = FixupOffset; in recordRelocation()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp111 uint32_t FixupOffset = in RecordX86_64Relocation() local
206 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
357 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
372 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordScatteredRelocation() local
419 if (FixupOffset > 0xffffff) { in recordScatteredRelocation()
421 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation()
446 if (FixupOffset > 0xffffff) { in recordScatteredRelocation()
453 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation()
550 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local
596 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp269 size_t FixupOffset = FixupAddress - BlockToFix->getAddress(); in addRelocations() local
306 if (FixupOffset < 3) in addRelocations()
308 formatv("{0}", FixupOffset)); in addRelocations()
325 if (FixupOffset < 3) in addRelocations()
327 formatv("{0}", FixupOffset)); in addRelocations()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp1436 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
1458 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
1503 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
1518 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()
H A DWasmObjectWriter.cpp494 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
524 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
625 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()