Searched refs:getAnyRelocationLength (Results 1 – 11 of 11) sorted by relevance
74 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
68 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
295 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()489 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
155 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
167 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
355 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
561 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()582 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
489 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
2225 return getAnyRelocationLength(RE); in getRelocationLength()4202 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
823 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getRelocationValueString()
563 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries()2477 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()