HomeSort by: relevance | last modified time | path
    Searched refs:db_symtab_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ddb/
db_sym.h 51 } db_symtab_t; typedef in typeref:struct:__anon6d41b3680108
64 (db_symtab_t *, db_sym_t, char *, char *, int, void *);
73 db_sym_t (*sym_lookup)(db_symtab_t *, const char *);
74 db_sym_t (*sym_search)(db_symtab_t *, db_addr_t, db_strategy_t,
76 void (*sym_value)(db_symtab_t *, db_sym_t, const char **,
78 bool (*sym_line_at_pc)(db_symtab_t *, db_sym_t, char **,
80 bool (*sym_numargs)(db_symtab_t *, db_sym_t, int *, char **);
81 void (*sym_forall)(db_symtab_t *,
db_elf.c 49 static char *db_elf_find_strtab(db_symtab_t *);
57 static db_sym_t db_elf_lookup(db_symtab_t *, const char *);
58 static db_sym_t db_elf_search_symbol(db_symtab_t *, db_addr_t, db_strategy_t,
60 static void db_elf_symbol_values(db_symtab_t *, db_sym_t, const char **,
62 static bool db_elf_line_at_pc(db_symtab_t *, db_sym_t, char **, int *,
64 static bool db_elf_sym_numargs(db_symtab_t *, db_sym_t, int *, char **);
65 static void db_elf_forall(db_symtab_t *, db_forall_func_t db_forall_func,
79 static db_symtab_t db_symtabs;
213 db_elf_find_strtab(db_symtab_t *stab)
241 db_elf_lookup(db_symtab_t *stab, const char *symstr
    [all...]
db_sym.c 142 db_sift(db_symtab_t *stab, db_sym_t sym, char *name,

Completed in 43 milliseconds