Home
last modified time | relevance | path

Searched refs:GENERIC_RELOC_PAIR (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp283 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR, in RecordScatteredRelocation()
/external/llvm/include/llvm/Support/
DMachO.h442 GENERIC_RELOC_PAIR = 1, enumerator
452 PPC_RELOC_PAIR = GENERIC_RELOC_PAIR,
472 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR,
/external/llvm/lib/Object/
DMachOObjectFile.cpp905 case MachO::GENERIC_RELOC_PAIR: // prints no info in getRelocationValueString()
916 if (RType != MachO::GENERIC_RELOC_PAIR) in getRelocationValueString()
937 if (RType != MachO::GENERIC_RELOC_PAIR) in getRelocationValueString()
1019 if (Type == MachO::GENERIC_RELOC_PAIR) Result = true; in getRelocationHidden()
/external/llvm/test/tools/llvm-readobj/
Drelocations.test48 MACHO-I386-NEXT: 0x0 0 2 n/a GENERIC_RELOC_PAIR 1 0x8
Dreloc-types.test647 MACHO-32: Type: GENERIC_RELOC_PAIR (1)
Dsections-ext.test186 MACHO-I386-NEXT: 0x0 0 2 n/a GENERIC_RELOC_PAIR 1 0x8
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp406 (MachO::GENERIC_RELOC_PAIR << 24) | // r_type in RecordScatteredRelocation()