Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.cc128 str_dthresh = NULL; in Settings()
200 str_dthresh = dbe_strdup (_settings->str_dthresh); in Settings()
335 free (str_dthresh); in ~Settings()
587 if (!str_dthresh || override) in set_rc()
589 str_dthresh = dbe_strdup (arglist[0]); in set_rc()
H A DSettings.h367 char *str_dthresh; variable
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DSettings.cc128 str_dthresh = NULL; in Settings()
200 str_dthresh = dbe_strdup (_settings->str_dthresh); in Settings()
335 free (str_dthresh); in ~Settings()
587 if (!str_dthresh || override) in set_rc()
589 str_dthresh = dbe_strdup (arglist[0]); in set_rc()
H A DSettings.h367 char *str_dthresh; variable