Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h68 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp66 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h294 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()
488 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
H A DRuntimeDyldMachOX86_64.h165 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
H A DRuntimeDyldMachOI386.h156 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h356 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp580 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()
601 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h647 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2388 return getAnyRelocationLength(RE); in getRelocationLength()
4592 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp549 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getMachORelocationValueString()
811 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries()
3037 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()