Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
134 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
148 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
194 Obj.getRelocation(RelI->getRawDataRefImpl()); in processI386ScatteredVANILLA()
H A DRuntimeDyldMachOARM.h58 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
207 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
229 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h252 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
269 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
H A DRuntimeDyldMachOX86_64.h40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation()
77 Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h69 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp59 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef()
94 Obj.getRelocation(RI->getRawDataRefImpl()); in makeValueAddendPCRel()
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp652 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset()
659 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol()
680 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType()
800 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationValueString()
827 MachO::any_relocation_info RENext = getRelocation(RelNext); in getRelocationValueString()
875 MachO::any_relocation_info RENext = getRelocation(RelNext); in getRelocationValueString()
897 MachO::any_relocation_info RENext = getRelocation(RelNext); in getRelocationValueString()
936 MachO::any_relocation_info RENext = getRelocation(RelNext); in getRelocationValueString()
2354 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation() function in MachOObjectFile
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp781 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
791 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
858 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
882 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
926 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
947 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
1077 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
1082 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
1472 RE = info->O->getRelocation(Rel); in get_symbol_64()
1724 RE = info->O->getRelocation(Rel); in GuessLiteralPointer()
[all …]
/minix3/external/bsd/llvm/dist/llvm/tools/macho-dump/
H A Dmacho-dump.cpp102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl()); in DumpSectionData()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h386 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp495 MachO::any_relocation_info RE = Obj->getRelocation(DR); in printRelocation()