Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c7289 unsigned int alt_count; in bfd_elf_final_link() local
7303 alt_count = NUM_SHDR_ENTRIES (esdi->rel_hdr2); in bfd_elf_final_link()
7304 *rel_count2 += alt_count; in bfd_elf_final_link()
7305 reloc_count -= alt_count; in bfd_elf_final_link()
Delflink.h5284 unsigned int alt_count; local
5298 alt_count = NUM_SHDR_ENTRIES (esdi->rel_hdr2);
5299 *rel_count2 += alt_count;
5300 reloc_count -= alt_count;
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delflink.c8316 unsigned int alt_count; in bfd_elf_final_link() local
8330 alt_count = NUM_SHDR_ENTRIES (esdi->rel_hdr2); in bfd_elf_final_link()
8331 *rel_count2 += alt_count; in bfd_elf_final_link()
8332 reloc_count -= alt_count; in bfd_elf_final_link()