Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/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 …]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp112 uint32_t FixupOffset = in RecordX86_64Relocation() local
204 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
348 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
365 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordScatteredRelocation() local
407 if (FixupOffset > 0xffffff) { in RecordScatteredRelocation()
409 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in RecordScatteredRelocation()
434 if (FixupOffset > 0xffffff) in RecordScatteredRelocation()
439 MRE.r_word0 = ((FixupOffset << 0) | in RecordScatteredRelocation()
542 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local
588 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp153 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local
241 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation()
259 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local
305 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation()
401 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordRelocation() local
448 MRE.r_word0 = FixupOffset; in RecordRelocation()