HomeSort by: relevance | last modified time | path
    Searched defs:x_phdrs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfcode.h 1791 Elf_External_Phdr *x_phdrs;
1860 sizeof (*x_phdrs) + sizeof (*i_phdrs), &amt))
1865 x_phdrs = (Elf_External_Phdr *) bfd_malloc (amt);
1866 if (x_phdrs == NULL)
1868 err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (bfd_byte *) x_phdrs,
1869 i_ehdr.e_phnum * sizeof x_phdrs[0]);
1872 free (x_phdrs);
1877 i_phdrs = (Elf_Internal_Phdr *) &x_phdrs[i_ehdr.e_phnum];
1885 elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]);
1919 free (x_phdrs);
1787 Elf_External_Phdr *x_phdrs; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfcode.h 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);
1788 Elf_External_Phdr *x_phdrs; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfcode.h 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);
1788 Elf_External_Phdr *x_phdrs; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfcode.h 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);
1788 Elf_External_Phdr *x_phdrs; local
    [all...]

Completed in 46 milliseconds