Searched refs:str_map_sym (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | syms.c | 53 str_map_sym(const char *symname, map_info_t *mp, GElf_Sym *symptr, char **str) in str_map_sym() function 225 if (str_map_sym(name, &(ph->pp_ldsomap), symp, NULL) == RET_OK) in str_to_sym() 228 return (str_map_sym(name, &(ph->pp_execmap), symp, NULL)); in str_to_sym() 232 if (str_map_sym(name, mip, symp, NULL) == RET_OK) in str_to_sym()
|
H A D | ps.c | 287 if (str_map_sym(sym_name, mip, &gsym, NULL) == RET_FAILED) in ps_pglobal_sym() 309 if (str_map_sym(sym_name, mip, &sym, NULL) == RET_FAILED) in ps_pglobal_lookup()
|
H A D | rdb.h | 239 extern retc_t str_map_sym(const char *, map_info_t *, GElf_Sym *,
|