Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h73 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
DRuntimeDyldMachO.cpp67 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h294 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()
488 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
DRuntimeDyldMachOI386.h156 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h165 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
DRuntimeDyldMachOARM.h356 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DMachODumper.cpp580 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()
601 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h638 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dmacho2yaml.cpp107 R.length = Obj.getAnyRelocationLength(RE); in constructSectionCommon()
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp809 unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc); in findValidRelocsMachO()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp2380 return getAnyRelocationLength(RE); in getRelocationLength()
4582 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp579 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getMachORelocationValueString()
841 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries()
3071 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()