Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h45 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) in processRelocationRef()
113 case MachO::GENERIC_RELOC_LOCAL_SECTDIFF: { in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp409 : (unsigned)MachO::GENERIC_RELOC_LOCAL_SECTDIFF; in recordScatteredRelocation()
416 Type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) { in recordScatteredRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h414 GENERIC_RELOC_LOCAL_SECTDIFF = 4, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp520 case MachO::GENERIC_RELOC_LOCAL_SECTDIFF: { in getMachORelocationValueString()
858 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)) || in PrintRelocationEntries()
2855 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) { in SymbolizerGetOpInfo()
2885 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)) { in SymbolizerGetOpInfo()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5407 RelocType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF; in isMachOPairedReloc()