Home
last modified time | relevance | path

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

/trueos/contrib/binutils/bfd/
HDelfcode.h1579 Elf_External_Phdr *x_phdrs; in NAME() local
1644 x_phdrs = bfd_malloc (i_ehdr.e_phnum * (sizeof *x_phdrs + sizeof *i_phdrs)); in NAME()
1645 if (x_phdrs == NULL) in NAME()
1650 err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (bfd_byte *) x_phdrs, in NAME()
1651 i_ehdr.e_phnum * sizeof x_phdrs[0]); in NAME()
1654 free (x_phdrs); in NAME()
1659 i_phdrs = (Elf_Internal_Phdr *) &x_phdrs[i_ehdr.e_phnum]; in NAME()
1666 elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]); in NAME()
1687 free (x_phdrs); in NAME()
1711 free (x_phdrs); in NAME()
[all …]