Searched refs:opt_c_struct (Results 1 – 1 of 1) sorted by relevance
/external/ltrace/ |
D | summary.c | 47 struct opt_c_struct { struct 74 fill_struct(const char **namep, struct opt_c_struct *st, void *u) in fill_struct() 126 DICT_EACH(dict_opt_c, const char *, struct opt_c_struct, NULL, in show_summary() 170 DICT_INIT(dict_opt_c, char *, struct opt_c_struct, in summary_account_call() 174 struct opt_c_struct *st = DICT_FIND_REF(dict_opt_c, &libsym->name, in summary_account_call() 175 struct opt_c_struct); in summary_account_call() 178 struct opt_c_struct new_st = {.count = 0, .tv = {0, 0}}; in summary_account_call() 183 struct opt_c_struct, in summary_account_call() 188 struct opt_c_struct); in summary_account_call()
|