Searched refs:irelaend (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-vxworks.c159 Elf_Internal_Rela *irelaend; local
165 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
167 while (irela < irelaend)
H A Delf32-spu.c892 Elf_Internal_Rela *internal_relocs, *irelaend, *irela; local
916 irelaend = irela + section->reloc_count;
917 for (; irela < irelaend; irela++)
1903 Elf_Internal_Rela *internal_relocs, *irelaend, *irela; local
1918 irelaend = irela + sec->reloc_count;
1919 for (; irela < irelaend; irela++)
H A Delflink.c2286 Elf_Internal_Rela *irelaend;
2330 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
2332 while (irela < irelaend)
8729 Elf_Internal_Rela *irelaend;
8745 irelaend = irela + o->reloc_count * bed->s->int_rels_per_ext_rel;
8753 for (next_erel = 0; irela < irelaend; irela++, next_erel++)
2280 Elf_Internal_Rela *irelaend; local
8719 Elf_Internal_Rela *irelaend; local
H A Delf64-ppc.c9407 Elf_Internal_Rela *internal_relocs, *irelaend, *irela;
9433 irelaend = irela + section->reloc_count;
9434 for (; irela < irelaend; irela++)
9403 Elf_Internal_Rela *internal_relocs, *irelaend, *irela; local

Completed in 330 milliseconds