Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp113 uint32_t FixupOffset = in RecordX86_64Relocation() local
194 MRE.Word0 = FixupOffset; in RecordX86_64Relocation()
331 MRE.Word0 = FixupOffset; in RecordX86_64Relocation()
348 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordScatteredRelocation() local
388 if (FixupOffset > 0xffffff) { in RecordScatteredRelocation()
390 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in RecordScatteredRelocation()
415 if (FixupOffset > 0xffffff) in RecordScatteredRelocation()
420 MRE.Word0 = ((FixupOffset << 0) | in RecordScatteredRelocation()
523 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local
569 MRE.Word0 = FixupOffset; in RecordX86Relocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp154 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local
242 MRE.Word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation()
260 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local
306 MRE.Word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation()
402 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordRelocation() local
449 MRE.Word0 = FixupOffset; in RecordRelocation()