Lines Matching refs:rel
230 const Relocation& rel = *ri;
231 if (rel.targetRef().getOutputOffset() ==
234 cie->setPersonalityName(rel.symInfo()->outSymbol()->name());
235 cie->setRelocation(rel);
259 const Relocation& rel = *ri;
260 if (rel.targetRef().getOutputOffset() ==
262 bool has_section = rel.symInfo()->outSymbol()->hasFragRef();
286 Relocation& rel = const_cast<Relocation&>(*ri++);
287 if (rel.targetRef().getOutputOffset() >= fde.getOffset() &&
288 rel.targetRef().getOutputOffset() < fde.getOffset() + fde.size()) {
289 const_cast<RelocData*>(reloc_data)->remove(rel);
300 Relocation* rel = const_cast<Relocation*>(pInCIE.getRelocation());
301 if (rel && rel_sect)
302 const_cast<RelocData*>(rel_sect->getRelocData())->remove(*rel);