Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf.c3591 struct bfd_elf_section_data *input_elf_sec = elf_section_data (elt); in bfd_elf_set_group_contents() local
3595 || (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()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf.c4095 struct bfd_elf_section_data *input_elf_sec = elf_section_data (elt); in bfd_elf_set_group_contents() local
4099 || (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()