Searched refs:symtab_size (Results 1 – 3 of 3) sorted by relevance
4065 bfd_size_type symtab_size; in som_build_and_write_symbol_table() local4069 symtab_size = num_syms; in som_build_and_write_symbol_table()4070 symtab_size *= sizeof (struct symbol_dictionary_record); in som_build_and_write_symbol_table()4071 som_symtab = bfd_zmalloc (symtab_size); in som_build_and_write_symbol_table()4072 if (som_symtab == NULL && symtab_size != 0) in som_build_and_write_symbol_table()4106 if (bfd_bwrite ((void *) som_symtab, symtab_size, abfd) != symtab_size) in som_build_and_write_symbol_table()
865 long symtab_size = 0; in nlm_get_symtab_upper_bound() local871 symtab_size = (symcount + 1) * (sizeof (asymbol)); in nlm_get_symtab_upper_bound()872 return symtab_size; in nlm_get_symtab_upper_bound()
6045 long symtab_size; in _bfd_elf_get_symtab_upper_bound() local6049 symtab_size = (symcount + 1) * (sizeof (asymbol *)); in _bfd_elf_get_symtab_upper_bound()6051 symtab_size -= sizeof (asymbol *); in _bfd_elf_get_symtab_upper_bound()6053 return symtab_size; in _bfd_elf_get_symtab_upper_bound()6060 long symtab_size; in _bfd_elf_get_dynamic_symtab_upper_bound() local6070 symtab_size = (symcount + 1) * (sizeof (asymbol *)); in _bfd_elf_get_dynamic_symtab_upper_bound()6072 symtab_size -= sizeof (asymbol *); in _bfd_elf_get_dynamic_symtab_upper_bound()6074 return symtab_size; in _bfd_elf_get_dynamic_symtab_upper_bound()