Searched refs:symtab_t (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/lib/libexecinfo/ |
| HD | symtab.h | 41 typedef struct symtab symtab_t; typedef 43 void symtab_destroy(symtab_t *); 44 symtab_t * symtab_create(int, int, int); 45 int symtab_find(const symtab_t *, const void *, Dl_info *);
|
| HD | symtab.c | 75 symtab_destroy(symtab_t *s) in symtab_destroy() 85 symtab_t * 89 symtab_t *st; in symtab_create() 168 symtab_find(const symtab_t *st, const void *p, Dl_info *dli) in symtab_find()
|
| HD | backtrace.c | 154 format_address(symtab_t *st, char **buf, size_t *bufsiz, size_t offs, in format_address() 181 symtab_t *st; in backtrace_symbols_fmt()
|
| /dragonfly/usr.sbin/moused/ |
| HD | moused.c | 140 } symtab_t; typedef 176 static symtab_t rifs[] = { 212 static symtab_t rmodels[] = { 231 static symtab_t pnpprod[] = { 502 static symtab_t *pnpproto(pnpid_t *id); 504 static symtab_t *gettoken(symtab_t *tab, char *s, int len); 505 static char *gettokenname(symtab_t *tab, int val); 1268 symtab_t *t; in r_identify() 2913 static symtab_t * 2916 symtab_t *t; in pnpproto() [all …]
|