Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp148 const uint32_t FixupOffset, const uint32_t Index, in makeRelocationInfo() argument
151 MRE.r_word0 = FixupOffset; in makeRelocationInfo()
180 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in getFixupOffset() local
184 FixupOffset &= ~uint32_t(3); in getFixupOffset()
185 return FixupOffset; in getFixupOffset()
197 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in RecordScatteredRelocation() local
244 if (FixupOffset > 0xffffff) { in RecordScatteredRelocation()
246 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in RecordScatteredRelocation()
294 if (FixupOffset > 0xffffff) in RecordScatteredRelocation()
298 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Value); in RecordScatteredRelocation()
[all …]
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp108 uint32_t FixupOffset = in RecordX86_64Relocation() local
197 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
336 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
351 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordScatteredRelocation() local
393 if (FixupOffset > 0xffffff) { in RecordScatteredRelocation()
395 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in RecordScatteredRelocation()
420 if (FixupOffset > 0xffffff) { in RecordScatteredRelocation()
427 MRE.r_word0 = ((FixupOffset << 0) | in RecordScatteredRelocation()
527 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local
572 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
/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()
231 MRE.r_word0 = FixupOffset; in RecordRelocation()
282 MRE.r_word0 = FixupOffset; in RecordRelocation()
389 MRE.r_word0 = FixupOffset; in RecordRelocation()
410 MRE.r_word0 = FixupOffset; in RecordRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp149 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local
234 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation()
253 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local
299 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation()
396 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordRelocation() local
442 MRE.r_word0 = FixupOffset; in RecordRelocation()
/external/llvm/lib/MC/
DELFObjectWriter.cpp782 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in RecordRelocation() local
820 uint64_t K = SymBOffset - FixupOffset; in RecordRelocation()
856 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend); in RecordRelocation()
870 ELFRelocationEntry Rec(FixupOffset, SymA, Type, Addend); in RecordRelocation()