Searched refs:findsym (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Dsym.c65 static struct hash_entry *findsym PROTO ((register const char *sym,
145 return findsym ((char *) ccltxt, ccltab, CCL_HASH_SIZE)->int_val;
149 /* findsym - find symbol in symbol table */
151 static struct hash_entry *findsym (sym, table, table_size) function
216 return (Char *) findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val;
273 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val;
/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Dmain.c147 static void findsym(findsym_t, char *, uintptr_t *, uintptr_t *, bool);
284 findsym(LOCK_BYNAME, lockname, &le.le_lockstart,
295 findsym(FUNC_BYNAME, funcname, &le.le_csstart, &le.le_csend, true);
487 findsym(findsym_t find, char *name, uintptr_t *start, uintptr_t *end, bool chg) function
579 findsym(FUNC_BYADDR, NULL, &lb->lb_callsite, NULL,
583 findsym(LOCK_BYADDR, NULL, &lb->lb_lock, NULL,
765 findsym(LOCK_BYADDR, l->name, &l->lock, NULL, false);
782 findsym(FUNC_BYADDR, fname, &lb->lb_callsite, NULL,
H A Delf32.c167 NAME(findsym)(findsym_t find, char *name, uintptr_t *start, uintptr_t *end) function
/netbsd-6-1-5-RELEASE/usr.bin/unifdef/
H A Dunifdef.c247 static int findsym(const char *);
619 if ((cursym = findsym(cp)) < 0)
762 sym = findsym(cp);
773 sym = findsym(cp);
943 findsym(const char *str) function
955 debug("findsym %s %s", symname[symind],
972 symind = findsym(sym);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_ksyms.c161 findsym(const char *name, struct ksyms_symtab *table, int type) function
566 if ((es = findsym(sym, st, type)) != NULL) {
1106 if ((sym = findsym(str, st, KSYMS_ANY)) == NULL)

Completed in 138 milliseconds