Searched defs:isfunc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c191 const char *csymname, int isfunc, void **ptr,
222 if (isfunc) {
190 krb5int_get_plugin_sym(struct plugin_file_handle *h, const char *csymname, int isfunc, void **ptr, struct errinfo *ep) argument
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c644 size_t *size, int *isfunc)
652 if (isfunc != NULL)
653 *isfunc = 0;
662 if (isfunc != NULL)
663 *isfunc = (GELF_ST_TYPE(sym->se_sym.st_info) ==
723 if (isfunc)
724 *isfunc = (GELF_ST_TYPE(sym->se_sym.st_info) == STT_FUNC);
643 dis_tgt_lookup(dis_tgt_t *tgt, uint64_t addr, off_t *offset, int cache_result, size_t *size, int *isfunc) argument
H A Ddis_main.c134 int isfunc; local
206 &isfunc);
223 if (!g_quiet && symoffset == 0 && symbol != NULL && isfunc)
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h239 #define isfunc(n) ((n)->tval & FCN) macro

Completed in 66 milliseconds