Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h45 if (RelType == MachO::GENERIC_RELOC_SECTDIFF || in processRelocationRef()
100 case MachO::GENERIC_RELOC_SECTDIFF: in resolveRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp382 Type = A_SD->isExternal() ? (unsigned)MachO::GENERIC_RELOC_SECTDIFF : in RecordScatteredRelocation()
389 if (Type == MachO::GENERIC_RELOC_SECTDIFF || in RecordScatteredRelocation()
/external/llvm/include/llvm/Support/
DMachO.h443 GENERIC_RELOC_SECTDIFF = 2, enumerator
473 ARM_RELOC_SECTDIFF = GENERIC_RELOC_SECTDIFF,
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test648 MACHO-32: Type: GENERIC_RELOC_SECTDIFF (2)
/external/llvm/lib/Object/
DMachOObjectFile.cpp907 case MachO::GENERIC_RELOC_SECTDIFF: { in getRelocationValueString()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1793 if (r_type == MachO::GENERIC_RELOC_SECTDIFF || in SymbolizerGetOpInfo()
1825 if (reloc_found && (r_type == MachO::GENERIC_RELOC_SECTDIFF || in SymbolizerGetOpInfo()