str_map_sym
if (str_map_sym(sym_name, mip, &gsym, NULL) == RET_FAILED)
if (str_map_sym(sym_name, mip, &sym, NULL) == RET_FAILED)
extern retc_t str_map_sym(const char *, map_info_t *, GElf_Sym *,
if (str_map_sym(name, &(ph->pp_ldsomap), symp, NULL) == RET_OK)
return (str_map_sym(name, &(ph->pp_execmap), symp, NULL));
if (str_map_sym(name, mip, symp, NULL) == RET_OK)