Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp755 if (isRelocationScattered(RE)) in getRelocationSymbol()
1983 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile
2021 if (isRelocationScattered(RE)) in getAnyRelocationAddress()
2028 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()
2035 if (isRelocationScattered(RE)) in getAnyRelocationLength()
2043 if (isRelocationScattered(RE)) in getAnyRelocationType()
2051 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h48 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
DRuntimeDyldMachOI386.h45 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
DRuntimeDyldMachOARM.h64 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
DRuntimeDyldMachOAArch64.h255 if (Obj.isRelocationScattered(RelInfo)) in processRelocationRef()
/external/llvm/include/llvm/Object/
DMachO.h317 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp825 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/
DMachODump.cpp1855 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
1864 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2030 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
2051 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2573 if (info->O->isRelocationScattered(RE)) in get_symbol_64()
6115 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
Dllvm-objdump.cpp647 bool IsScattered = O->isRelocationScattered(RE); in printRelocationTargetName()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1942 if (Obj.isRelocationScattered(MachOReloc)) { in findValidRelocsMachO()