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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf-hppa.h589 elf_hppa_reloc_type final_type = base_type; local
608 final_type = R_PARISC_DIR14F;
613 final_type = R_PARISC_DIR14R;
616 final_type = R_PARISC_DLTIND14R;
619 final_type = R_PARISC_LTOFF_FPTR14DR;
622 final_type = R_PARISC_DLTIND14F;
625 final_type = R_PARISC_PLABEL14R;
636 final_type = R_PARISC_DIR17F;
641 final_type = R_PARISC_DIR17R;
656 final_type
[all...]
H A Dsom.c1348 int *final_type, **final_types; local
1351 final_type = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1352 if (!final_types || !final_type)
1366 final_types[0] = final_type;
1369 *final_type = base_type;
1384 final_types[1] = final_type;
1386 *final_type = base_type;
1395 final_types[1] = final_type;
1397 *final_type = base_type;
1406 final_types[1] = final_type;
[all...]

Completed in 126 milliseconds