Searched refs:ihdr (Results 1 – 1 of 1) sorted by relevance
6545 Elf_Internal_Shdr *ihdr, *ohdr; in _bfd_elf_init_private_section_data() local6585 ihdr = &elf_section_data (isec)->this_hdr; in _bfd_elf_init_private_section_data()6590 if ((ihdr->sh_flags & SHF_LINK_ORDER) != 0) in _bfd_elf_init_private_section_data()6611 Elf_Internal_Shdr *ihdr, *ohdr; in _bfd_elf_copy_private_section_data() local6617 ihdr = &elf_section_data (isec)->this_hdr; in _bfd_elf_copy_private_section_data()6620 ohdr->sh_entsize = ihdr->sh_entsize; in _bfd_elf_copy_private_section_data()6622 if (ihdr->sh_type == SHT_SYMTAB in _bfd_elf_copy_private_section_data()6623 || ihdr->sh_type == SHT_DYNSYM in _bfd_elf_copy_private_section_data()6624 || ihdr->sh_type == SHT_GNU_verneed in _bfd_elf_copy_private_section_data()6625 || ihdr->sh_type == SHT_GNU_verdef) in _bfd_elf_copy_private_section_data()[all …]