Searched refs:fragments (Results 1 – 5 of 5) sorted by relevance
| /scripts/gendwarfksyms/ |
| A D | die.c | 29 INIT_LIST_HEAD(&cd->fragments); in init_die() 76 list_for_each_entry_safe(df, tmp, &cd->fragments, list) { in reset_die() 128 list_add_tail(&df->list, &cd->fragments); in append_item()
|
| A D | types.c | 365 list_for_each_entry(df, &cache->fragments, list) { in __type_expand() 391 if (list_is_last(&df->list, &cache->fragments) || in __type_expand()
|
| A D | gendwarfksyms.h | 189 struct list_head fragments; member
|
| A D | dwarf.c | 810 list_for_each_entry(df, &cache->fragments, list) { in process_cached()
|
| /scripts/kconfig/ |
| A D | Makefile | 105 all-config-fragments = $(call configfiles,*.config) 106 config-fragments = $(call configfiles,$@) 108 …rge_fragments = $(srctree)/scripts/kconfig/merge_config.sh -m $(KCONFIG_CONFIG) $(config-fragments) 111 $(if $(config-fragments),, $(error $@ fragment does not exists on this architecture)) 159 @$(foreach f, $(all-config-fragments), \
|
Completed in 9 milliseconds