Lines Matching refs:hdr2
1743 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; in bfd_section_from_shdr() local
1744 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()
1745 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
1751 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; in bfd_section_from_shdr() local
1752 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()
1753 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
1843 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; in bfd_section_from_shdr() local
1844 if (hdr2->sh_link == shindex) in bfd_section_from_shdr()
1866 Elf_Internal_Shdr *hdr2, **p_hdr; in bfd_section_from_shdr() local
1960 amt = sizeof (*hdr2); in bfd_section_from_shdr()
1961 hdr2 = (Elf_Internal_Shdr *) bfd_alloc (abfd, amt); in bfd_section_from_shdr()
1962 if (hdr2 == NULL) in bfd_section_from_shdr()
1964 *hdr2 = *hdr; in bfd_section_from_shdr()
1965 *p_hdr = hdr2; in bfd_section_from_shdr()
1966 elf_elfsections (abfd)[shindex] = hdr2; in bfd_section_from_shdr()