Searched refs:final_types (Results 1 – 4 of 4) sorted by relevance
1303 int *final_type, **final_types; in hppa_som_gen_reloc_type() local1305 final_types = bfd_alloc (abfd, (bfd_size_type) sizeof (int *) * 6); in hppa_som_gen_reloc_type()1307 if (!final_types || !final_type) in hppa_som_gen_reloc_type()1321 final_types[0] = final_type; in hppa_som_gen_reloc_type()1322 final_types[1] = NULL; in hppa_som_gen_reloc_type()1323 final_types[2] = NULL; in hppa_som_gen_reloc_type()1330 final_types[0] = bfd_alloc (abfd, (bfd_size_type) sizeof (int)); in hppa_som_gen_reloc_type()1331 if (!final_types[0]) in hppa_som_gen_reloc_type()1334 *final_types[0] = R_FSEL; in hppa_som_gen_reloc_type()1336 *final_types[0] = R_LSEL; in hppa_som_gen_reloc_type()[all …]
756 elf_hppa_reloc_type **final_types; in _bfd_elf_hppa_gen_reloc_type() local760 final_types = bfd_alloc (abfd, amt); in _bfd_elf_hppa_gen_reloc_type()761 if (final_types == NULL) in _bfd_elf_hppa_gen_reloc_type()771 final_types[0] = finaltype; in _bfd_elf_hppa_gen_reloc_type()772 final_types[1] = NULL; in _bfd_elf_hppa_gen_reloc_type()776 return final_types; in _bfd_elf_hppa_gen_reloc_type()
1302 int *final_type, **final_types; in hppa_som_gen_reloc_type() local1304 final_types = bfd_alloc (abfd, (bfd_size_type) sizeof (int *) * 6); in hppa_som_gen_reloc_type()1306 if (!final_types || !final_type) in hppa_som_gen_reloc_type()1320 final_types[0] = final_type; in hppa_som_gen_reloc_type()1321 final_types[1] = NULL; in hppa_som_gen_reloc_type()1322 final_types[2] = NULL; in hppa_som_gen_reloc_type()1329 final_types[0] = bfd_alloc (abfd, (bfd_size_type) sizeof (int)); in hppa_som_gen_reloc_type()1330 if (!final_types[0]) in hppa_som_gen_reloc_type()1333 *final_types[0] = R_FSEL; in hppa_som_gen_reloc_type()1335 *final_types[0] = R_LSEL; in hppa_som_gen_reloc_type()[all …]