Searched refs:getAnyRelocationLength (Results 1 – 12 of 12) sorted by relevance
74 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
66 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
267 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()429 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
167 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
155 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
231 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
561 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()582 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
329 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
894 return getAnyRelocationLength(RE); in getRelocationLength()2033 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
852 bool isUpper = Obj->getAnyRelocationLength(RE) >> 1; in getRelocationValueString()
2029 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()
1930 unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc); in findValidRelocsMachO()