Home | History | Annotate | Download | only in bfd

Lines Matching refs:hdr2

1745 	      Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
1746 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
1747 && hdr2->sh_link == shindex)
1753 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
1754 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
1755 && hdr2->sh_link == shindex)
1845 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
1846 if (hdr2->sh_link == shindex)
1868 Elf_Internal_Shdr *hdr2, **p_hdr;
1962 amt = sizeof (*hdr2);
1963 hdr2 = (Elf_Internal_Shdr *) bfd_alloc (abfd, amt);
1964 if (hdr2 == NULL)
1966 *hdr2 = *hdr;
1967 *p_hdr = hdr2;
1968 elf_elfsections (abfd)[shindex] = hdr2;