Home
last modified time | relevance | path

Searched refs:ARM_RELOC_SECTDIFF (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp285 Type = MachO::ARM_RELOC_SECTDIFF; in RecordARMScatteredRelocation()
291 if (Type == MachO::ARM_RELOC_SECTDIFF || in RecordARMScatteredRelocation()
/external/llvm/test/tools/llvm-readobj/
Drelocations.test96 MACHO-ARM-NEXT: Type: ARM_RELOC_SECTDIFF (2)
159 MACHO-ARM-NEXT: Type: ARM_RELOC_SECTDIFF (2)
Dsections-ext.test620 MACHO-ARM-NEXT: Type: ARM_RELOC_SECTDIFF (2)
683 MACHO-ARM-NEXT: Type: ARM_RELOC_SECTDIFF (2)
Dreloc-types.test616 MACHO-ARM: Type: ARM_RELOC_SECTDIFF (2)
/external/llvm/include/llvm/Support/
DMachO.h467 ARM_RELOC_SECTDIFF = GENERIC_RELOC_SECTDIFF, enumerator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp407 case MachO::ARM_RELOC_SECTDIFF: in resolveARMRelocation()