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