Searched refs:section_groups (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | Opts.td | 54 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>; 114 def : FF<"elf-section-groups", "Alias for --section-groups">, Alias<section_groups>, Flags<[HelpHid… 126 def : F<"g", "Alias for --section-groups">, Alias<section_groups>, Group<grp_elf>;
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | ChangeLog-2004 | 580 * readelf.c (section_groups): New. 583 (process_section_groups): Populate group_count, section_groups 587 section_groups and section_headers_groups.
|
H A D | readelf.c | 182 static struct group *section_groups; variable 4682 section_groups = calloc (group_count, sizeof (struct group)); in process_section_groups() 4684 if (section_groups == NULL) in process_section_groups() 4695 for (i = 0, section = section_headers, group = section_groups; in process_section_groups() 9669 if (section_groups) in process_object() 9675 for (g = section_groups [i].root; g != NULL; g = next) in process_object() 9682 free (section_groups); in process_object() 9683 section_groups = NULL; in process_object()
|