Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.h73 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
HDRuntimeDyldMachO.cpp67 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOAArch64.h294 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()
488 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
HDRuntimeDyldMachOX86_64.h165 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
HDRuntimeDyldMachOI386.h156 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
HDRuntimeDyldMachOARM.h356 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDMachODumper.cpp580 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()
601 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h642 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp2387 return getAnyRelocationLength(RE); in getRelocationLength()
4593 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp553 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getMachORelocationValueString()
815 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries()
3033 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()