Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
Dcorefile.c173 int core_sym_bytes; in core_init() local
207 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()
DChangeLog-200457 core_sym_bytes, to make the units from bfd_get_symtab_upper_bound