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

  /src/external/gpl3/binutils/dist/bfd/
elf-hppa.h 756 elf_hppa_reloc_type **final_types; local
760 final_types = bfd_alloc (abfd, amt);
761 if (final_types == NULL)
771 final_types[0] = finaltype;
772 final_types[1] = NULL;
776 return final_types;
som.c 1303 int *final_type, **final_types; local
1305 final_types = bfd_alloc (abfd, (bfd_size_type) sizeof (int *) * 6);
1307 if (!final_types || !final_type)
1321 final_types[0] = final_type;
1322 final_types[1] = NULL;
1323 final_types[2] = NULL;
1330 final_types[0] = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1331 if (!final_types[0])
1334 *final_types[0] = R_FSEL;
1336 *final_types[0] = R_LSEL
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-hppa.h 756 elf_hppa_reloc_type **final_types; local
760 final_types = bfd_alloc (abfd, amt);
761 if (final_types == NULL)
771 final_types[0] = finaltype;
772 final_types[1] = NULL;
776 return final_types;
som.c 1303 int *final_type, **final_types; local
1305 final_types = bfd_alloc (abfd, (bfd_size_type) sizeof (int *) * 6);
1307 if (!final_types || !final_type)
1321 final_types[0] = final_type;
1322 final_types[1] = NULL;
1323 final_types[2] = NULL;
1330 final_types[0] = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1331 if (!final_types[0])
1334 *final_types[0] = R_FSEL;
1336 *final_types[0] = R_LSEL
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-hppa.h 756 elf_hppa_reloc_type **final_types; local
760 final_types = bfd_alloc (abfd, amt);
761 if (final_types == NULL)
771 final_types[0] = finaltype;
772 final_types[1] = NULL;
776 return final_types;
som.c 1303 int *final_type, **final_types; local
1305 final_types = bfd_alloc (abfd, (bfd_size_type) sizeof (int *) * 6);
1307 if (!final_types || !final_type)
1321 final_types[0] = final_type;
1322 final_types[1] = NULL;
1323 final_types[2] = NULL;
1330 final_types[0] = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1331 if (!final_types[0])
1334 *final_types[0] = R_FSEL;
1336 *final_types[0] = R_LSEL
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-hppa.h 756 elf_hppa_reloc_type **final_types; local
760 final_types = bfd_alloc (abfd, amt);
761 if (final_types == NULL)
771 final_types[0] = finaltype;
772 final_types[1] = NULL;
776 return final_types;
som.c 1303 int *final_type, **final_types; local
1305 final_types = bfd_alloc (abfd, (bfd_size_type) sizeof (int *) * 6);
1307 if (!final_types || !final_type)
1321 final_types[0] = final_type;
1322 final_types[1] = NULL;
1323 final_types[2] = NULL;
1330 final_types[0] = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1331 if (!final_types[0])
1334 *final_types[0] = R_FSEL;
1336 *final_types[0] = R_LSEL
    [all...]

Completed in 39 milliseconds