Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c7411 unsigned rel_idx = ebb->start_reloc_idx; in compute_ebb_proposed_actions() local
7467 while (rel_idx < ebb->end_reloc_idx in compute_ebb_proposed_actions()
7468 && (ebb->relocs[rel_idx].r_offset < offset in compute_ebb_proposed_actions()
7469 || (ebb->relocs[rel_idx].r_offset == offset in compute_ebb_proposed_actions()
7470 && (ELF32_R_TYPE (ebb->relocs[rel_idx].r_info) in compute_ebb_proposed_actions()
7472 rel_idx++; in compute_ebb_proposed_actions()
7475 irel = &ebb->relocs[rel_idx]; in compute_ebb_proposed_actions()