Home
last modified time | relevance | path

Searched refs:check_sym (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c116 check_sym(ctf_file_t *ctfp, symtab_sym_t *ss) in check_sym() function
161 walk_symtab(elf, argv[1], ctfp, check_sym); in main()
/titanic_41/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))) { in elem_compare()
366 check_sym && e->symsrc != NULL ? e->symsrc : "-", perm, in print_elem()
699 check_sym = 0; in main()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dinput.c389 int check_sym = (type == STT_OBJECT || type == STT_FUNC); in symit_next() local
403 if (check_sym && ignore_symbol(&sym, si->si_curname)) in symit_next()