Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Drdb.h242 extern retc_t str_to_sym(struct ps_prochandle *, const char *,
H A Dgram.y262 if (str_to_sym(&proch, $1, &sym) == RET_OK)
H A Dsyms.c220 str_to_sym(struct ps_prochandle *ph, const char *name, GElf_Sym *symp) in str_to_sym() function