Home
last modified time | relevance | path

Searched refs:offset_rel (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c9955 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()
[all …]