Home
last modified time | relevance | path

Searched refs:section_argument (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dreadelf.c261 static struct section_argument *dump_data_sections;
262 static struct section_argument **dump_data_sections_tail = &dump_data_sections;
265 static struct section_argument *string_sections;
266 static struct section_argument **string_sections_tail = &string_sections;
268 struct section_argument struct
270 struct section_argument *next; argument
367 struct section_argument *a = xmalloc (sizeof *a); in parse_opt()
371 struct section_argument ***tailp in parse_opt()
12487 for_each_section_argument (Elf *elf, const struct section_argument *list, in for_each_section_argument()
12497 for (const struct section_argument *a = list; a != NULL; a = a->next) in for_each_section_argument()
DChangeLog2897 * readelf.c (struct section_argument): Add bool member 'implicit'.