Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h42 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
165 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
178 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
205 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
H A DRuntimeDyldMachOI386.h42 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
150 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
163 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h109 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
349 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
375 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h281 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
300 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
487 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp63 Obj.getRelocation(RelI->getRawDataRefImpl()); in processScatteredVANILLA()
105 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef()
H A DRuntimeDyldMachO.h71 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp696 MachO::any_relocation_info RE = Obj->getRelocation(Rel); in getRelocationValueString()
722 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
771 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
793 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
833 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
H A DMachODump.cpp1152 RE = O->getRelocation(Rel); in DumpLiteralPointerSection()
1299 RE = O->getRelocation(Rel); in DumpInitTermPointerSection()
2283 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2293 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2358 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2398 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2476 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2497 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
3000 RE = info->O->getRelocation(Rel); in get_symbol_64()
6534 RE = info->O->getRelocation(Rel); in GuessLiteralPointer()
[all …]
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2079 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset()
2085 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol()
2106 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
2110 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType()
2224 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationLength()
4385 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h550 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp535 MachO::any_relocation_info RE = Obj->getRelocation(DR); in printRelocation()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1224 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()