Home
last modified time | relevance | path

Searched refs:getPlainRelocationExternal (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
179 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
206 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
H A DRuntimeDyldMachOAArch64.h292 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()
332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
H A DRuntimeDyldMachOARM.h114 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp548 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
596 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h474 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp391 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()
825 O->getPlainRelocationExternal(RE)); in PrintRelocationEntries()
1456 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1606 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()
2647 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2704 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2742 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2821 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2956 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()
3335 isExtern = info->O->getPlainRelocationExternal(RE); in get_symbol_64()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2152 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
4205 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile
4259 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()