Lines Matching refs:aux_ptr
1056 union aux_ext *aux_ptr; in ecoff_type_to_string() local
1074 aux_ptr = ecoff_data (abfd)->debug_info.external_aux + fdr->iauxBase; in ecoff_type_to_string()
1084 if (AUX_GET_ISYM (bigendian, &aux_ptr[indx]) == (bfd_vma) -1) in ecoff_type_to_string()
1086 _bfd_ecoff_swap_tir_in (bigendian, &aux_ptr[indx++].a_ti, &u.ti); in ecoff_type_to_string()
1153 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx); in ecoff_type_to_string()
1155 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]), in ecoff_type_to_string()
1165 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx); in ecoff_type_to_string()
1167 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]), in ecoff_type_to_string()
1177 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx); in ecoff_type_to_string()
1179 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]), in ecoff_type_to_string()
1244 bitsize = AUX_GET_WIDTH (bigendian, &aux_ptr[indx++]); in ecoff_type_to_string()
1264 AUX_GET_DNLOW (bigendian, &aux_ptr[indx+2]); in ecoff_type_to_string()
1266 AUX_GET_DNHIGH (bigendian, &aux_ptr[indx+3]); in ecoff_type_to_string()
1268 AUX_GET_WIDTH (bigendian, &aux_ptr[indx+4]); in ecoff_type_to_string()