Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h44 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
H A DRuntimeDyldMachOX86_64.h47 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
H A DRuntimeDyldMachOARM.h133 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h282 if (Obj.isRelocationScattered(RelInfo)) in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp105 R.Scattered = MachOObj.isRelocationScattered(R.Info); in extractSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2142 if (isRelocationScattered(RE)) in getRelocationSymbol()
4185 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile
4223 if (isRelocationScattered(RE)) in getAnyRelocationAddress()
4230 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()
4237 if (isRelocationScattered(RE)) in getAnyRelocationLength()
4245 if (isRelocationScattered(RE)) in getAnyRelocationType()
4253 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h471 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp538 if (Obj.isRelocationScattered(MachOReloc)) { in findValidRelocsMachO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp103 R.is_scattered = Obj.isRelocationScattered(RE); in constructSectionCommon()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp547 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp364 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()
820 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()
2632 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
2641 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2815 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
2836 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
3333 if (info->O->isRelocationScattered(RE)) in get_symbol_64()
6884 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1497 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()