Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-xtensa.c5134 Elf_Internal_Rela *irel, *next_irel; local
5139 next_irel = NULL;
5163 next_irel = &internal_relocs[nexti];
5177 BFD_ASSERT (!next_irel || next_irel->r_offset > irel->r_offset);
5185 else if (next_irel && next_irel->r_offset == offset + 4)
5189 next_irel->r_offset -= removed_bytes;
5190 last_irel_offset = next_irel->r_offset;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c8966 Elf_Internal_Rela *irel, *next_irel; in relax_property_section() local
8972 next_irel = NULL; in relax_property_section()
8996 next_irel = &internal_relocs[nexti]; in relax_property_section()
9015 BFD_ASSERT (!next_irel || next_irel->r_offset > irel->r_offset); in relax_property_section()
9025 else if (next_irel && (next_irel->r_offset == offset + 4 in relax_property_section()
9027 && next_irel->r_offset == offset + 8))) in relax_property_section()
9031 next_irel->r_offset -= removed_bytes; in relax_property_section()
9032 last_irel_offset = next_irel->r_offset; in relax_property_section()