Searched refs:getAnyRelocationLength (Results 1 – 12 of 12) sorted by relevance
74 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
65 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
155 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
139 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
218 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
265 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()
560 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()581 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
325 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
756 return getAnyRelocationLength(RE); in getRelocationLength()1933 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
715 bool isUpper = Obj->getAnyRelocationLength(RE) >> 1; in getRelocationValueString()
1895 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()
1889 unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc); in findValidRelocsMachO()