Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c290 unsigned int gsd_sym_count; member
1050 if (PRIV (gsd_sym_count) >= PRIV (max_sym_count)) in add_symbol_entry()
1069 PRIV (syms)[PRIV (gsd_sym_count)++] = sym; in add_symbol_entry()
1303 if (PRIV (gsd_sym_count) > 0) in _bfd_vms_slurp_egsd()
3059 if (PRIV (gsd_sym_count) != 0) in alpha_vms_write_exec()
3064 bfd_putl32 ((PRIV (gsd_sym_count) + 4) / 5 + 4, eihs->gstsize); in alpha_vms_write_exec()
3147 for (i = 0; i < PRIV (gsd_sym_count); i++) in alpha_vms_write_exec()
4698 abfd, PRIV (gsd_sym_count))); in alpha_vms_get_symtab_upper_bound()
4700 return (PRIV (gsd_sym_count) + 1) * sizeof (asymbol *); in alpha_vms_get_symtab_upper_bound()
4718 (abfd, PRIV (gsd_sym_count) * sizeof (asymbol *)); in alpha_vms_canonicalize_symtab()
[all …]