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

/haiku-buildtools/legacy/binutils/bfd/
H A Dnlmcode.h898 bfd_size_type totsymcount; /* Number of NLM symbols. */ local
921 totsymcount = (i_fxdhdrp->numberOfPublics
924 if (totsymcount == 0)
930 amt = totsymcount * sizeof (nlm_symbol_type);
/haiku-buildtools/binutils/bfd/
H A Dnlmcode.h897 bfd_size_type totsymcount; /* Number of NLM symbols. */ local
920 totsymcount = (i_fxdhdrp->numberOfPublics
923 if (totsymcount == 0)
929 amt = totsymcount * sizeof (nlm_symbol_type);

Completed in 95 milliseconds