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

/netbsd-current/sys/ddb/
H A Ddb_sym.c52 const db_symformat_t *db_symformat; variable
69 db_symformat = &db_symformat_elf;
70 if ((*db_symformat->sym_init)(symsize, vss, vse, TBLNAME) != true)
104 ssym = (*db_symformat->sym_lookup)(NULL, name);
195 (*db_symformat->sym_forall)(NULL, db_sift, &dsa);
230 ssym = (*db_symformat->sym_search)
272 (*db_symformat->sym_value)(NULL, sym, namep, &value);
334 if ((*db_symformat->sym_line_at_pc)
417 if ((*db_symformat->sym_line_at_pc)
484 return ((*db_symformat
[all...]

Completed in 114 milliseconds