Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp617 if (isRelocationScattered(RE)) in getRelocationSymbol()
1883 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile
1921 if (isRelocationScattered(RE)) in getAnyRelocationAddress()
1928 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()
1935 if (isRelocationScattered(RE)) in getAnyRelocationLength()
1943 if (isRelocationScattered(RE)) in getAnyRelocationType()
1951 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h47 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
DRuntimeDyldMachOI386.h44 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
DRuntimeDyldMachOARM.h63 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
DRuntimeDyldMachOAArch64.h255 assert(!Obj.isRelocationScattered(RelInfo) && ""); in processRelocationRef()
/external/llvm/include/llvm/Object/
DMachO.h313 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp755 if (MObj->isRelocationScattered(RelocInfo)) { in DWARFContextInMemory()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp536 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp520 bool IsScattered = O->isRelocationScattered(RE); in printRelocationTargetName()
DMachODump.cpp1736 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
1745 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
1896 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
1917 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2419 if (info->O->isRelocationScattered(RE)) in get_symbol_64()
5586 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()