Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c295 unsigned int gsd_sym_count; member
1121 if (PRIV (gsd_sym_count) >= PRIV (max_sym_count)) in add_symbol_entry()
1140 PRIV (syms)[PRIV (gsd_sym_count)++] = sym; in add_symbol_entry()
1452 if (PRIV (gsd_sym_count) > 0) in _bfd_vms_slurp_egsd()
3411 if (PRIV (gsd_sym_count) != 0) in alpha_vms_write_exec()
3416 bfd_putl32 ((PRIV (gsd_sym_count) + 4) / 5 + 4, eihs->gstsize); in alpha_vms_write_exec()
3502 for (i = 0; i < PRIV (gsd_sym_count); i++) in alpha_vms_write_exec()
5221 abfd, PRIV (gsd_sym_count))); in alpha_vms_get_symtab_upper_bound()
5223 return (PRIV (gsd_sym_count) + 1) * sizeof (asymbol *); in alpha_vms_get_symtab_upper_bound()
5241 (abfd, PRIV (gsd_sym_count) * sizeof (asymbol *)); in alpha_vms_canonicalize_symtab()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c294 unsigned int gsd_sym_count; member
1120 if (PRIV (gsd_sym_count) >= PRIV (max_sym_count)) in add_symbol_entry()
1139 PRIV (syms)[PRIV (gsd_sym_count)++] = sym; in add_symbol_entry()
1451 if (PRIV (gsd_sym_count) > 0) in _bfd_vms_slurp_egsd()
3408 if (PRIV (gsd_sym_count) != 0) in alpha_vms_write_exec()
3413 bfd_putl32 ((PRIV (gsd_sym_count) + 4) / 5 + 4, eihs->gstsize); in alpha_vms_write_exec()
3496 for (i = 0; i < PRIV (gsd_sym_count); i++) in alpha_vms_write_exec()
5063 abfd, PRIV (gsd_sym_count))); in alpha_vms_get_symtab_upper_bound()
5065 return (PRIV (gsd_sym_count) + 1) * sizeof (asymbol *); in alpha_vms_get_symtab_upper_bound()
5083 (abfd, PRIV (gsd_sym_count) * sizeof (asymbol *)); in alpha_vms_canonicalize_symtab()
[all …]