Searched refs:max_sym_shndx_count (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delflink.c7118 bfd_size_type max_sym_shndx_count;
7186 max_sym_shndx_count = 0;
7254 if (sym_count > max_sym_shndx_count
7256 max_sym_shndx_count = sym_count;
7527 if (max_sym_shndx_count != 0)
7529 amt = max_sym_shndx_count * sizeof (Elf_External_Sym_Shndx);
7108 bfd_size_type max_sym_shndx_count; local
H A Delflink.h5102 bfd_size_type max_sym_shndx_count;
5178 max_sym_shndx_count = 0;
5247 if (sym_count > max_sym_shndx_count
5249 max_sym_shndx_count = sym_count;
5524 if (max_sym_shndx_count != 0)
5526 amt = max_sym_shndx_count * sizeof (Elf_External_Sym_Shndx);
5093 bfd_size_type max_sym_shndx_count; variable
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c8146 bfd_size_type max_sym_shndx_count;
8213 max_sym_shndx_count = 0;
8281 if (sym_count > max_sym_shndx_count
8283 max_sym_shndx_count = sym_count;
8537 if (max_sym_shndx_count != 0)
8539 amt = max_sym_shndx_count * sizeof (Elf_External_Sym_Shndx);
8136 bfd_size_type max_sym_shndx_count; local

Completed in 118 milliseconds