Searched refs:getAnyRelocationLength (Results 1 – 8 of 8) sorted by relevance
73 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
67 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
294 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()488 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
157 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
166 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
357 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
482 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
2270 return getAnyRelocationLength(RE); in getRelocationLength()4224 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile