Searched refs:df (Results 1 – 3 of 3) sorted by relevance
| /scripts/gendwarfksyms/ |
| A D | die.c | 74 struct die_fragment *df; in reset_die() local 78 free(df->data.str); in reset_die() 79 free(df); in reset_die() 124 struct die_fragment *df; in append_item() local 126 df = xmalloc(sizeof(*df)); in append_item() 129 return df; in append_item() 134 struct die_fragment *df; in die_map_add_string() local 139 df = append_item(cd); in die_map_add_string() 146 struct die_fragment *df; in die_map_add_linebreak() local 151 df = append_item(cd); in die_map_add_linebreak() [all …]
|
| A D | types.c | 361 struct die_fragment *df; in __type_expand() local 365 list_for_each_entry(df, &cache->fragments, list) { in __type_expand() 366 switch (df->type) { in __type_expand() 368 type_expansion_append(type, df->data.str, NULL); in __type_expand() 372 if (__die_map_get(df->data.addr, DIE_COMPLETE, in __type_expand() 374 __die_map_get(df->data.addr, DIE_UNEXPANDED, in __type_expand() 377 df->data.addr); in __type_expand() 391 if (list_is_last(&df->list, &cache->fragments) || in __type_expand() 392 list_next_entry(df, list)->type != in __type_expand()
|
| A D | dwarf.c | 807 struct die_fragment *df; in process_cached() local 810 list_for_each_entry(df, &cache->fragments, list) { in process_cached() 811 switch (df->type) { in process_cached() 814 df->data.str); in process_cached() 815 process(NULL, df->data.str); in process_cached() 818 process_linebreak(NULL, df->data.linebreak); in process_cached() 822 (void *)df->data.addr, &child)) in process_cached() 825 cache, df->data.addr, dwarf_tag(&child)); in process_cached()
|
Completed in 7 milliseconds