Searched refs:GENERIC_RELOC_LOCAL_SECTDIFF (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp398 (unsigned)MachO::GENERIC_RELOC_LOCAL_SECTDIFF;
405 Type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp317 case MachO::GENERIC_RELOC_LOCAL_SECTDIFF: {
676 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)
/external/llvm/include/llvm/Support/
H A DMachO.h439 GENERIC_RELOC_LOCAL_SECTDIFF = 4, enumerator in enum:llvm::MachO::RelocationInfoType
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c247 GENERIC_RELOC_LOCAL_SECTDIFF = 4, enumerator in enum:macho_reloc::reloc_type_x86_64
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp912 "GENERIC_RELOC_LOCAL_SECTDIFF",
1106 case MachO::GENERIC_RELOC_LOCAL_SECTDIFF: {
1116 "GENERIC_RELOC_LOCAL_SECTDIFF.");

Completed in 139 milliseconds