Searched defs:check_sym (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c116 check_sym(ctf_file_t *ctfp, symtab_sym_t *ss) function
161 walk_symtab(elf, argv[1], ctfp, check_sym);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dinput.c389 int check_sym = (type == STT_OBJECT || type == STT_FUNC); local
403 if (check_sym && ignore_symbol(&sym, si->si_curname))
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c60 static int check_sym = 1; variable
282 if (check_sym && ((res == 0) && (i->file_type == SYM_LINK_T))) {
366 check_sym && e->symsrc != NULL ? e->symsrc : "-", perm,
699 check_sym = 0;

Completed in 51 milliseconds