Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h74 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
DRuntimeDyldMachO.cpp65 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h155 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
DRuntimeDyldMachOI386.h139 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h218 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h265 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp560 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()
581 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
/external/llvm/include/llvm/Object/
DMachO.h325 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp756 return getAnyRelocationLength(RE); in getRelocationLength()
1933 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp715 bool isUpper = Obj->getAnyRelocationLength(RE) >> 1; in getRelocationValueString()
DMachODump.cpp1895 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1889 unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc); in findValidRelocsMachO()