Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h1614 Elf_External_Phdr *x_phdrs; in NAME() local
1680 x_phdrs = (Elf_External_Phdr *) in NAME()
1681 bfd_malloc (i_ehdr.e_phnum * (sizeof *x_phdrs + sizeof *i_phdrs)); in NAME()
1682 if (x_phdrs == NULL) in NAME()
1684 err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (bfd_byte *) x_phdrs, in NAME()
1685 i_ehdr.e_phnum * sizeof x_phdrs[0]); in NAME()
1688 free (x_phdrs); in NAME()
1693 i_phdrs = (Elf_Internal_Phdr *) &x_phdrs[i_ehdr.e_phnum]; in NAME()
1701 elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]); in NAME()
1735 free (x_phdrs); in NAME()
[all …]