Home | History | Annotate | Download | only in bfd

Lines Matching refs:SHT_GROUP

501 /* Elf_Internal_Shdr->contents is an array of these for SHT_GROUP
546 /* If num_group is zero, read in all SHT_GROUP sections. The count
547 is set to -1 if there are no SHT_GROUP sections. */
552 /* First count the number of groups. If we have a SHT_GROUP
558 ( (shdr)->sh_type == SHT_GROUP \
657 (_("%B: invalid SHT_GROUP entry"), abfd));
885 if (hdr->sh_type == SHT_GROUP)
2008 case SHT_GROUP:
2735 sh_type = SHT_GROUP;
2818 case SHT_GROUP:
2910 /* Fill in the contents of a SHT_GROUP section. Called from
3044 /* SHT_GROUP sections are in relocatable files only. */
3047 /* Put SHT_GROUP sections first. */
3052 if (d->this_hdr.sh_type == SHT_GROUP)
3056 /* Remove the linker created SHT_GROUP sections. */
3070 if (d->this_hdr.sh_type != SHT_GROUP)
3342 case SHT_GROUP:
3457 eg. SHT_GROUP sections will not, and we need the section symbol mapped
6572 SHT_GROUP section will have its elf_next_in_group pointing back
6634 /* Look at all the SHT_GROUP sections in IBFD, making any adjustments
6635 necessary if we are removing either the SHT_GROUP section or any of
6647 if (elf_section_type (isec) == SHT_GROUP)
6656 SHT_GROUP section is not, then clear the group info
6665 but the SHT_GROUP section is, then adjust its size. */