Searched refs:section_argument (Results 1 – 2 of 2) sorted by relevance
218 static struct section_argument *dump_data_sections;219 static struct section_argument **dump_data_sections_tail = &dump_data_sections;222 static struct section_argument *string_sections;223 static struct section_argument **string_sections_tail = &string_sections;225 struct section_argument struct227 struct section_argument *next; argument313 struct section_argument *a = xmalloc (sizeof *a); in parse_opt()317 struct section_argument ***tailp in parse_opt()9412 for_each_section_argument (Elf *elf, const struct section_argument *list, in for_each_section_argument()9422 for (const struct section_argument *a = list; a != NULL; a = a->next) in for_each_section_argument()
1349 * readelf.c (struct section_argument): Add bool member 'implicit'.