Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dbacktrace.c215 const char **symbolp) in isc_backtrace_getsymbolfromindex() argument
218 REQUIRE(symbolp != NULL && *symbolp == NULL); in isc_backtrace_getsymbolfromindex()
224 *symbolp = isc__backtrace_symtable[idx].symbol; in isc_backtrace_getsymbolfromindex()
255 isc_backtrace_getsymbol(const void *addr, const char **symbolp, in isc_backtrace_getsymbol() argument
265 if (symbolp == NULL || *symbolp != NULL || offsetp == NULL) in isc_backtrace_getsymbol()
280 *symbolp = found->symbol; in isc_backtrace_getsymbol()
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dbacktrace.h89 const char **symbolp);
109 isc_backtrace_getsymbol(const void *addr, const char **symbolp,