Lines Matching defs:x_phdrs
1792 Elf_External_Phdr *x_phdrs;
1861 sizeof (*x_phdrs) + sizeof (*i_phdrs), &amt))
1866 x_phdrs = (Elf_External_Phdr *) bfd_malloc (amt);
1867 if (x_phdrs == NULL)
1869 err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (bfd_byte *) x_phdrs,
1870 i_ehdr.e_phnum * sizeof x_phdrs[0]);
1873 free (x_phdrs);
1878 i_phdrs = (Elf_Internal_Phdr *) &x_phdrs[i_ehdr.e_phnum];
1886 elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]);
1920 free (x_phdrs);
1960 free (x_phdrs);
1986 free (x_phdrs);
1993 free (x_phdrs);