Lines Matching refs:rel
243 const Relocation& rel = *ri; in setupAttributes() local
244 if (rel.targetRef().getOutputOffset() == cie->getOffset() + in setupAttributes()
247 cie->setPersonalityName(rel.symInfo()->outSymbol()->name()); in setupAttributes()
248 cie->setRelocation(rel); in setupAttributes()
271 const Relocation& rel = *ri; in removeDiscardedFDE() local
272 if (rel.targetRef().getOutputOffset() == fde.getOffset() + in removeDiscardedFDE()
274 bool has_section = rel.symInfo()->outSymbol()->hasFragRef(); in removeDiscardedFDE()
295 Relocation& rel = const_cast<Relocation&>(*ri++); in removeDiscardedFDE() local
296 if (rel.targetRef().getOutputOffset() >= fde.getOffset() && in removeDiscardedFDE()
297 rel.targetRef().getOutputOffset() < fde.getOffset() + fde.size()) { in removeDiscardedFDE()
298 const_cast<RelocData*>(reloc_data)->remove(rel); in removeDiscardedFDE()
308 Relocation* rel = const_cast<Relocation*>(pInCIE.getRelocation()); in removeAndUpdateCIEForFDE() local
309 if (rel && rel_sect) in removeAndUpdateCIEForFDE()
310 const_cast<RelocData*>(rel_sect->getRelocData())->remove(*rel); in removeAndUpdateCIEForFDE()