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