Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsom.c1303 int *final_type, **final_types; in hppa_som_gen_reloc_type() local
1305 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 …]
H A Delf-hppa.h756 elf_hppa_reloc_type **final_types; in _bfd_elf_hppa_gen_reloc_type() local
760 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()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsom.c1302 int *final_type, **final_types; in hppa_som_gen_reloc_type() local
1304 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 …]
H A Delf-hppa.h756 elf_hppa_reloc_type **final_types; in _bfd_elf_hppa_gen_reloc_type() local
760 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()