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

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c7812 bfd_size_type max_sym_shndx_count;
7879 max_sym_shndx_count = 0;
7947 if (sym_count > max_sym_shndx_count
7949 max_sym_shndx_count = sym_count;
8203 if (max_sym_shndx_count != 0)
8205 amt = max_sym_shndx_count * sizeof (Elf_External_Sym_Shndx);
7802 bfd_size_type max_sym_shndx_count; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c11291 bfd_size_type max_sym_shndx_count;
11390 max_sym_shndx_count = 0;
11442 if (sym_count > max_sym_shndx_count
11444 max_sym_shndx_count = sym_count;
11702 if (max_sym_shndx_count != 0)
11704 amt = max_sym_shndx_count * sizeof (Elf_External_Sym_Shndx);
11279 bfd_size_type max_sym_shndx_count; local

Completed in 193 milliseconds