Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dnlmcode.h897 bfd_size_type totsymcount; /* Number of NLM symbols. */ in nlm_slurp_symbol_table() local
920 totsymcount = (i_fxdhdrp->numberOfPublics in nlm_slurp_symbol_table()
923 if (totsymcount == 0) in nlm_slurp_symbol_table()
929 amt = totsymcount * sizeof (nlm_symbol_type); in nlm_slurp_symbol_table()