Searched refs:input_elf_sec (Results 1 – 2 of 2) sorted by relevance
3591 struct bfd_elf_section_data *input_elf_sec = elf_section_data (elt); in bfd_elf_set_group_contents() local3595 || (input_elf_sec->rel.hdr != NULL in bfd_elf_set_group_contents()3596 && input_elf_sec->rel.hdr->sh_flags & SHF_GROUP) != 0)) in bfd_elf_set_group_contents()3604 || (input_elf_sec->rela.hdr != NULL in bfd_elf_set_group_contents()3605 && input_elf_sec->rela.hdr->sh_flags & SHF_GROUP) != 0)) in bfd_elf_set_group_contents()
4095 struct bfd_elf_section_data *input_elf_sec = elf_section_data (elt); in bfd_elf_set_group_contents() local4099 || (input_elf_sec->rel.hdr != NULL in bfd_elf_set_group_contents()4100 && input_elf_sec->rel.hdr->sh_flags & SHF_GROUP) != 0)) in bfd_elf_set_group_contents()4110 || (input_elf_sec->rela.hdr != NULL in bfd_elf_set_group_contents()4111 && input_elf_sec->rela.hdr->sh_flags & SHF_GROUP) != 0)) in bfd_elf_set_group_contents()