Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp146 const uint32_t FixupOffset, const uint32_t Index, in makeRelocationInfo() argument
149 MRE.r_word0 = FixupOffset; in makeRelocationInfo()
178 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in getFixupOffset() local
182 FixupOffset &= ~uint32_t(3); in getFixupOffset()
183 return FixupOffset; in getFixupOffset()
195 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in recordScatteredRelocation() local
240 if (FixupOffset > 0xffffff) { in recordScatteredRelocation()
242 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation()
290 if (FixupOffset > 0xffffff) in recordScatteredRelocation()
294 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Value); in recordScatteredRelocation()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
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()
379 MRE.r_word0 = FixupOffset; in recordRelocation()
400 MRE.r_word0 = FixupOffset; in recordRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp1429 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
1451 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
1492 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
1507 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()
DWasmObjectWriter.cpp436 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local
508 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()