Searched refs:FixupOffset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMachObjectWriter.cpp | 147 const uint32_t FixupOffset, const uint32_t Index, in makeRelocationInfo() argument 150 MRE.r_word0 = FixupOffset; in makeRelocationInfo() 179 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in getFixupOffset() local 183 FixupOffset &= ~uint32_t(3); in getFixupOffset() 184 return FixupOffset; in getFixupOffset() 196 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in recordScatteredRelocation() local 241 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 243 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation() 291 if (FixupOffset > 0xffffff) in recordScatteredRelocation() 329 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in RecordPPCRelocation() local [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 148 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local 150 if (FixupOffset & 0xff000000) { in RecordARMScatteredHalfRelocation() 153 to_hexString(FixupOffset) + in RecordARMScatteredHalfRelocation() 244 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation() 263 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local 265 if (FixupOffset & 0xff000000) { in RecordARMScatteredRelocation() 268 to_hexString(FixupOffset) + in RecordARMScatteredRelocation() 321 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation() 427 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local 472 MRE.r_word0 = FixupOffset; in recordRelocation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 159 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation() local 167 FixupOffset += Fixup.getOffset(); in recordRelocation() 171 FixedValue += FixupOffset; in recordRelocation() 238 MRE.r_word0 = FixupOffset; in recordRelocation() 295 MRE.r_word0 = FixupOffset; in recordRelocation() 380 MRE.r_word0 = FixupOffset; in recordRelocation() 401 MRE.r_word0 = FixupOffset; in recordRelocation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 112 uint32_t FixupOffset = in RecordX86_64Relocation() local 207 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 359 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 374 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordScatteredRelocation() local 421 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 423 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation() 448 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 455 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation() 551 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local 595 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 1418 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local 1454 uint64_t K = SymBOffset - FixupOffset; in recordRelocation() 1499 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation() 1515 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, in recordRelocation()
|
| H A D | WasmObjectWriter.cpp | 424 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local 467 uint64_t K = SymBOffset - FixupOffset; in recordRelocation() 524 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()
|