Home
last modified time | relevance | path

Searched refs:isfunc (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/dis/
H A Ddis_target.c644 size_t *size, int *isfunc) in dis_tgt_lookup() argument
652 if (isfunc != NULL) in dis_tgt_lookup()
653 *isfunc = 0; in dis_tgt_lookup()
662 if (isfunc != NULL) in dis_tgt_lookup()
663 *isfunc = (GELF_ST_TYPE(sym->se_sym.st_info) == in dis_tgt_lookup()
723 if (isfunc) in dis_tgt_lookup()
724 *isfunc = (GELF_ST_TYPE(sym->se_sym.st_info) == STT_FUNC); in dis_tgt_lookup()
H A Ddis_main.c133 int isfunc; in dis_data() local
205 &isfunc); in dis_data()
222 if (!g_quiet && symoffset == 0 && symbol != NULL && isfunc) in dis_data()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c191 const char *csymname, int isfunc, void **ptr, in krb5int_get_plugin_sym() argument
222 if (isfunc) { in krb5int_get_plugin_sym()
/titanic_41/usr/src/cmd/awk/
H A Dparse.c212 if (isfunc(cp)) in makearr()
H A Dawk.h239 #define isfunc(n) ((n)->tval & FCN) macro
H A Dawk.g.y442 else if (isfunc(p))
H A Drun.c193 if (!isfunc(fcn)) in call()
224 if (isfunc(y)) { in call()