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

/netbsd-current/external/bsd/flex/dist/src/
H A Dsym.c66 static struct hash_entry *findsym (const char *sym, hash_table table,
135 return findsym (ccltxt, ccltab, CCL_HASH_SIZE)->int_val;
139 /* findsym - find symbol in symbol table */
141 static struct hash_entry *findsym (const char *sym, hash_table table, int table_size) function
197 return findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val;
251 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val;
/netbsd-current/usr.sbin/lockstat/
H A Dmain.c154 static void findsym(findsym_t, char *, uintptr_t *, uintptr_t *, bool);
294 findsym(LOCK_BYNAME, lockname, &le.le_lockstart,
305 findsym(FUNC_BYNAME, funcname, &le.le_csstart, &le.le_csend, true);
502 findsym(findsym_t find, char *name, uintptr_t *start, uintptr_t *end, bool chg) function
594 findsym(FUNC_BYADDR, NULL, &lb->lb_callsite, NULL,
598 findsym(LOCK_BYADDR, NULL, &lb->lb_lock, NULL,
784 findsym(LOCK_BYADDR, l->name, &l->lock, NULL, false);
801 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-current/usr.bin/unifdef/
H A Dunifdef.c247 static int findsym(const char *);
619 if ((cursym = findsym(cp)) < 0)
759 sym = findsym(cp);
770 sym = findsym(cp);
940 findsym(const char *str) function
952 debug("findsym %s %s", symname[symind],
969 symind = findsym(sym);
/netbsd-current/sys/kern/
H A Dkern_ksyms.c192 findsym(const char *name, struct ksyms_symtab *table, int type) function
651 if ((es = findsym(sym, st, type)) != NULL) {
1511 if ((sym = findsym(str, st, KSYMS_ANY)) == NULL)
1552 if ((sym = findsym(str, st, KSYMS_ANY)) == NULL)

Completed in 207 milliseconds