Home
last modified time | relevance | path

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

/netbsd/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; in ccllookup()
141 static struct hash_entry *findsym (const char *sym, hash_table table, int table_size) in findsym() function
197 return findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val; in ndlookup()
251 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val; in sclookup()
/netbsd/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, in main()
305 findsym(FUNC_BYNAME, funcname, &le.le_csstart, &le.le_csend, true); in main()
502 findsym(findsym_t find, char *name, uintptr_t *start, uintptr_t *end, bool chg) in findsym() function
594 findsym(FUNC_BYADDR, NULL, &lb->lb_callsite, NULL, in collapse()
598 findsym(LOCK_BYADDR, NULL, &lb->lb_lock, NULL, in collapse()
784 findsym(LOCK_BYADDR, l->name, &l->lock, NULL, false); in display()
801 findsym(FUNC_BYADDR, fname, &lb->lb_callsite, NULL, in display()
H A Delf32.c167 NAME(findsym)(findsym_t find, char *name, uintptr_t *start, uintptr_t *end) argument
/netbsd/usr.bin/unifdef/
H A Dunifdef.c247 static int findsym(const char *);
619 if ((cursym = findsym(cp)) < 0) in get_line()
759 sym = findsym(cp); in eval_unary()
770 sym = findsym(cp); in eval_unary()
940 findsym(const char *str) in findsym() function
969 symind = findsym(sym); in addsym()
/netbsd/sys/kern/
H A Dkern_ksyms.c192 findsym(const char *name, struct ksyms_symtab *table, int type) in findsym() function
651 if ((es = findsym(sym, st, type)) != NULL) { in ksyms_getval_unlocked()
1511 if ((sym = findsym(str, st, KSYMS_ANY)) == NULL) in ksymsioctl()
1552 if ((sym = findsym(str, st, KSYMS_ANY)) == NULL) in ksymsioctl()