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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 2992 struct bfd_elf_section_reloc_data *reldata)
2994 Elf_Internal_Shdr *rel_hdr = reldata->hdr;
2997 rel_hdr->sh_size = rel_hdr->sh_entsize * reldata->count;
3007 if (reldata->hashes == NULL && reldata->count)
3012 bfd_zmalloc (reldata->count * sizeof (*p)));
3016 reldata->hashes = p;
9774 RELDATA. */
9779 struct bfd_elf_section_reloc_data *reldata,
9790 unsigned int count = reldata->count
12341 struct bfd_elf_section_reloc_data *reldata; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 2954 struct bfd_elf_section_reloc_data *reldata)
2956 Elf_Internal_Shdr *rel_hdr = reldata->hdr;
2959 rel_hdr->sh_size = rel_hdr->sh_entsize * reldata->count;
2969 if (reldata->hashes == NULL && reldata->count)
2974 bfd_zmalloc (reldata->count * sizeof (*p)));
2978 reldata->hashes = p;
9759 RELDATA. */
9764 struct bfd_elf_section_reloc_data *reldata,
9775 unsigned int count = reldata->count
12320 struct bfd_elf_section_reloc_data *reldata; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 2926 struct bfd_elf_section_reloc_data *reldata)
2928 Elf_Internal_Shdr *rel_hdr = reldata->hdr;
2931 rel_hdr->sh_size = rel_hdr->sh_entsize * reldata->count;
2941 if (reldata->hashes == NULL && reldata->count)
2946 bfd_zmalloc (reldata->count * sizeof (*p)));
2950 reldata->hashes = p;
9691 RELDATA. */
9696 struct bfd_elf_section_reloc_data *reldata,
9707 unsigned int count = reldata->count
12251 struct bfd_elf_section_reloc_data *reldata; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 2912 struct bfd_elf_section_reloc_data *reldata)
2914 Elf_Internal_Shdr *rel_hdr = reldata->hdr;
2917 rel_hdr->sh_size = rel_hdr->sh_entsize * reldata->count;
2927 if (reldata->hashes == NULL && reldata->count)
2932 bfd_zmalloc (reldata->count * sizeof (*p)));
2936 reldata->hashes = p;
9666 RELDATA. */
9671 struct bfd_elf_section_reloc_data *reldata,
9682 unsigned int count = reldata->count
12229 struct bfd_elf_section_reloc_data *reldata; local
    [all...]

Completed in 118 milliseconds