Searched refs:core_sym_bytes (Results 1 – 2 of 2) sorted by relevance
173 int core_sym_bytes; in core_init() local207 core_sym_bytes = bfd_get_symtab_upper_bound (core_bfd); in core_init()208 if (core_sym_bytes < 0) in core_init()215 core_syms = (asymbol **) xmalloc (core_sym_bytes); in core_init()
57 core_sym_bytes, to make the units from bfd_get_symtab_upper_bound