Searched refs:final_types (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.c1348 int *final_type, **final_types; local
1350 final_types = bfd_alloc (abfd, (bfd_size_type) sizeof (int *) * 6);
1352 if (!final_types || !final_type)
1366 final_types[0] = final_type;
1367 final_types[1] = NULL;
1368 final_types[2] = NULL;
1375 final_types[0] = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1376 if (!final_types[0])
1379 *final_types[0] = R_FSEL;
1381 *final_types[
[all...]
H A Delf-hppa.h958 elf_hppa_reloc_type **final_types; local
962 final_types = bfd_alloc (abfd, amt);
963 if (final_types == NULL)
973 final_types[0] = finaltype;
974 final_types[1] = NULL;
978 return final_types;

Completed in 129 milliseconds