Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
425 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local
472 MRE.r_word0 = FixupOffset; in recordRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp156 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation() local
164 FixupOffset += Fixup.getOffset(); in recordRelocation()
168 FixedValue += FixupOffset; in recordRelocation()
235 MRE.r_word0 = FixupOffset; in recordRelocation()
292 MRE.r_word0 = FixupOffset; in recordRelocation()
381 MRE.r_word0 = FixupOffset; in recordRelocation()
402 MRE.r_word0 = FixupOffset; in recordRelocation()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp290 size_t FixupOffset = FixupAddress - BlockToFix->getAddress(); in addRelocations() local
327 if (FixupOffset < 3) in addRelocations()
329 formatv("{0}", FixupOffset)); in addRelocations()
346 if (FixupOffset < 3) in addRelocations()
348 formatv("{0}", FixupOffset)); in addRelocations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1447 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
1469 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
1514 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
1529 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()