Searched refs:x_phdrs (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delfcode.h1583 Elf_External_Phdr *x_phdrs;
1648 x_phdrs = bfd_malloc (i_ehdr.e_phnum * (sizeof *x_phdrs + sizeof *i_phdrs));
1649 if (x_phdrs == NULL)
1654 err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (bfd_byte *) x_phdrs,
1655 i_ehdr.e_phnum * sizeof x_phdrs[0]);
1658 free (x_phdrs);
1663 i_phdrs = (Elf_Internal_Phdr *) &x_phdrs[i_ehdr.e_phnum];
1670 elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]);
1691 free (x_phdrs);
1579 Elf_External_Phdr *x_phdrs; local
[all...]

Completed in 119 milliseconds