Searched refs:section_argument (Results 1 – 2 of 2) sorted by relevance
224 static struct section_argument *dump_data_sections;225 static struct section_argument **dump_data_sections_tail = &dump_data_sections;228 static struct section_argument *string_sections;229 static struct section_argument **string_sections_tail = &string_sections;231 struct section_argument struct233 struct section_argument *next; argument319 struct section_argument *a = xmalloc (sizeof *a); in parse_opt()323 struct section_argument ***tailp in parse_opt()9595 for_each_section_argument (Elf *elf, const struct section_argument *list, in for_each_section_argument()9605 for (const struct section_argument *a = list; a != NULL; a = a->next) in for_each_section_argument()
1834 * readelf.c (struct section_argument): Add bool member 'implicit'.