Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dnlmcode.h898 bfd_size_type totsymcount; /* Number of NLM symbols. */ in nlm_slurp_symbol_table() local
921 totsymcount = (i_fxdhdrp->numberOfPublics in nlm_slurp_symbol_table()
924 if (totsymcount == 0) in nlm_slurp_symbol_table()
930 amt = totsymcount * sizeof (nlm_symbol_type); in nlm_slurp_symbol_table()