Lines Matching refs:offset_rel
9955 Elf_Internal_Rela *offset_rel, *extra_rel; in relax_property_section() local
9963 offset_rel = NULL; in relax_property_section()
9972 offset_rel = irel; in relax_property_section()
9981 if (offset_rel) in relax_property_section()
9983 for (irel = offset_rel + 1; irel < rel_end; irel++) in relax_property_section()
9998 if (offset_rel) in relax_property_section()
10000 if (offset_rel->r_offset >= offset + entry_size) in relax_property_section()
10002 next_rel = offset_rel; in relax_property_section()
10005 offset_rel = NULL; in relax_property_section()
10007 else if (offset_rel->r_offset > offset in relax_property_section()
10013 next_rel = offset_rel; in relax_property_section()
10018 BFD_ASSERT (offset_rel->r_offset == offset); in relax_property_section()
10019 offset_rel->r_offset -= removed_bytes; in relax_property_section()
10020 next_rel = offset_rel + 1; in relax_property_section()
10042 if (offset_rel) in relax_property_section()
10045 else if (offset_rel in relax_property_section()
10046 && ELF32_R_TYPE (offset_rel->r_info) == R_XTENSA_32) in relax_property_section()
10057 (offset_rel->r_addend in relax_property_section()
10065 if ((ELF32_R_SYM (offset_rel->r_info) in relax_property_section()
10079 last_irel = offset_rel; in relax_property_section()
10082 last_irel = offset_rel; in relax_property_section()
10087 offset_rel->r_info = ELF32_R_INFO (0, R_XTENSA_NONE); in relax_property_section()
10088 offset_rel->r_offset = 0; in relax_property_section()