Searched refs:FixupOffset (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
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() 295 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Value); in recordScatteredRelocation() [all …]
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 151 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation() local 159 FixupOffset += Fixup.getOffset(); in recordRelocation() 163 FixedValue += FixupOffset; in recordRelocation() 230 MRE.r_word0 = FixupOffset; in recordRelocation() 287 MRE.r_word0 = FixupOffset; in recordRelocation() 398 MRE.r_word0 = FixupOffset; in recordRelocation() 419 MRE.r_word0 = FixupOffset; in recordRelocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 111 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() 553 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local 597 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 129 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMMovwMovtRelocation() local 209 MRE.Word0 = ((FixupOffset << 0) | in RecordARMMovwMovtRelocation() 227 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local 271 MRE.Word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation() 325 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordRelocation() local 371 MRE.Word0 = FixupOffset; in RecordRelocation()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 146 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local 233 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation() 252 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local 301 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation() 399 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local 444 MRE.r_word0 = FixupOffset; in recordRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 111 uint32_t FixupOffset = in RecordX86_64Relocation() local 192 MRE.Word0 = FixupOffset; in RecordX86_64Relocation() 329 MRE.Word0 = FixupOffset; in RecordX86_64Relocation() 346 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordScatteredRelocation() local 395 MRE.Word0 = ((FixupOffset << 0) | in RecordScatteredRelocation() 491 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local 537 MRE.Word0 = FixupOffset; in RecordX86Relocation()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 629 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local 668 uint64_t K = SymBOffset - FixupOffset; in recordRelocation() 710 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation() 726 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, in recordRelocation()
|