Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
155 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
361 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h291 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()
302 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR) in processRelocationRef()
H A DRuntimeDyldMachOX86_64.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h76 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp65 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp394 if (O->getAnyRelocationType(RE) == MachO::ARM64_RELOC_ADDEND && in printRelocationTargetName()
439 unsigned Type = Obj->getAnyRelocationType(RE); in getMachORelocationValueString()
464 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
512 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
534 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
574 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
819 const unsigned r_type = O->getAnyRelocationType(RE); in PrintRelocationEntries()
2631 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
2759 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
2764 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h484 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp515 if (isMachOPairedReloc(Obj.getAnyRelocationType(MachOReloc), in findValidRelocsMachO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp102 R.type = Obj.getAnyRelocationType(RE); in constructSectionCommon()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp572 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2167 return getAnyRelocationType(RE); in getRelocationType()
4243 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile