Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp147 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/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp147 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp159 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()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp151 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp112 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()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp111 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/
DARMMachObjectWriter.cpp129 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/
DARMMachObjectWriter.cpp146 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-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp146 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()
407 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local
452 MRE.r_word0 = FixupOffset; in recordRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp111 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/
DELFObjectWriter.cpp629 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp1392 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
1428 uint64_t K = SymBOffset - FixupOffset; in recordRelocation()
1473 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation()
1489 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, in recordRelocation()
DWasmObjectWriter.cpp416 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
459 uint64_t K = SymBOffset - FixupOffset; in recordRelocation()
516 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()