Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
153 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h62 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
236 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h264 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()
275 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR) in processRelocationRef()
DRuntimeDyldMachOX86_64.h43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
DRuntimeDyldMachO.cpp64 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp729 unsigned Type = Obj->getAnyRelocationType(RE); in getRelocationValueString()
756 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
804 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
826 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
866 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
DMachODump.cpp1854 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
1965 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
1970 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()
2035 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
2168 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
6130 unsigned Type = info->O->getAnyRelocationType(RE); in GuessLiteralPointer()
/external/llvm/include/llvm/Object/
DMachO.h330 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp562 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
/external/llvm/lib/Object/
DMachOObjectFile.cpp780 return getAnyRelocationType(RE); in getRelocationType()
2041 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1923 if (isMachOPairedReloc(Obj.getAnyRelocationType(MachOReloc), in findValidRelocsMachO()