Home
last modified time | relevance | path

Searched refs:isRelocationScattered (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h46 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
H A DRuntimeDyldMachOI386.h43 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
H A DRuntimeDyldMachOARM.h132 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h282 if (Obj.isRelocationScattered(RelInfo)) in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp103 R.Scattered = MachOObj.isRelocationScattered(R.Info); in extractSections()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2247 if (isRelocationScattered(RE)) in getRelocationSymbol()
4543 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile
4581 if (isRelocationScattered(RE)) in getAnyRelocationAddress()
4588 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()
4595 if (isRelocationScattered(RE)) in getAnyRelocationLength()
4603 if (isRelocationScattered(RE)) in getAnyRelocationType()
4611 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h630 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp559 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp357 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()
813 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()
2851 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
2860 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
3034 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
3055 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
3552 if (info->O->isRelocationScattered(RE)) in get_symbol_64()
6850 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1974 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()