Lines Matching defs:hdr2
2088 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2090 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
2091 && hdr2->sh_link == shindex)
2098 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2100 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
2101 && hdr2->sh_link == shindex)
2210 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2211 if (hdr2->sh_link == shindex)
2234 Elf_Internal_Shdr *hdr2, **p_hdr;
2343 hdr2 = (Elf_Internal_Shdr *) bfd_alloc (abfd, sizeof (*hdr2));
2344 if (hdr2 == NULL)
2346 *hdr2 = *hdr;
2347 *p_hdr = hdr2;
2348 elf_elfsections (abfd)[shindex] = hdr2;