Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
154 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h108 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
360 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.h41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp404 MO->getAnyRelocationType(MachOReloc), MO->getArch())) { in collectRelocationsToApplyToSwiftReflectionSections()
800 if (object::MachOObjectFile::isMachOPairedReloc(Obj.getAnyRelocationType(MachOReloc), in findValidRelocsMachO()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp102 unsigned Type = MachOObj.getAnyRelocationType(R.Info); in extractSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp413 if (O->getAnyRelocationType(RE) == MachO::ARM64_RELOC_ADDEND && in printRelocationTargetName()
458 unsigned Type = Obj->getAnyRelocationType(RE); in getMachORelocationValueString()
483 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
531 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
553 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
593 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
838 const unsigned r_type = O->getAnyRelocationType(RE); in PrintRelocationEntries()
2888 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
3016 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
3021 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h639 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp108 R.type = Obj.getAnyRelocationType(RE); in constructSectionCommon()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp581 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2265 return getAnyRelocationType(RE); in getRelocationType()
4590 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile