Lines Matching refs:aux_ptr
1049 union aux_ext *aux_ptr; in ecoff_type_to_string() local
1067 aux_ptr = ecoff_data (abfd)->debug_info.external_aux + fdr->iauxBase; in ecoff_type_to_string()
1077 if (AUX_GET_ISYM (bigendian, &aux_ptr[indx]) == (bfd_vma) -1) in ecoff_type_to_string()
1079 _bfd_ecoff_swap_tir_in (bigendian, &aux_ptr[indx++].a_ti, &u.ti); in ecoff_type_to_string()
1146 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx); in ecoff_type_to_string()
1148 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]), in ecoff_type_to_string()
1158 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx); in ecoff_type_to_string()
1160 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]), in ecoff_type_to_string()
1170 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx); in ecoff_type_to_string()
1172 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]), in ecoff_type_to_string()
1237 bitsize = AUX_GET_WIDTH (bigendian, &aux_ptr[indx++]); in ecoff_type_to_string()
1257 AUX_GET_DNLOW (bigendian, &aux_ptr[indx+2]); in ecoff_type_to_string()
1259 AUX_GET_DNHIGH (bigendian, &aux_ptr[indx+3]); in ecoff_type_to_string()
1261 AUX_GET_WIDTH (bigendian, &aux_ptr[indx+4]); in ecoff_type_to_string()