Home
last modified time | relevance | path

Searched refs:ARM_RELOC_HALF (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp123 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo()
128 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo()
134 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo()
139 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo()
155 unsigned Type = MachO::ARM_RELOC_HALF; in RecordARMScatteredHalfRelocation()
376 if (RelocType == MachO::ARM_RELOC_HALF) in RecordRelocation()
457 if (Type == MachO::ARM_RELOC_HALF) { in RecordRelocation()
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp313 case MachO::ARM_RELOC_HALF: in resolveARMRelocation()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DMachO.h403 ARM_RELOC_HALF = 8, enumerator
/freebsd-9-stable/contrib/llvm/lib/Object/
DMachOObjectFile.cpp1101 case MachO::ARM_RELOC_HALF: in getRelocationValueString()