Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 to_hexString(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 to_hexString(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()
/netbsd-src/external/apache2/llvm/dist/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()
549 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local
593 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp267 size_t FixupOffset = FixupAddress - BlockToFix->getAddress(); in addRelocations() local
304 if (FixupOffset < 3) in addRelocations()
306 formatv("{0}", FixupOffset)); in addRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp1427 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
1449 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
1490 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
1505 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()
H A DWasmObjectWriter.cpp446 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
476 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
564 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()