Searched refs:aux_ptr (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | mips-tdump.c | 426 type_to_string (AUXU *aux_ptr, int index, FDR *fdp) in type_to_string() argument 442 char *used_ptr = aux_used + (aux_ptr - aux_symbols); in type_to_string() 452 u = aux_ptr[index++]; in type_to_string() 523 emit_aggregate (p1, aux_ptr[index], aux_ptr[index+1], "struct", fdp); in type_to_string() 525 if (aux_ptr[index].rndx.rfd == ST_RFDESCAPE) in type_to_string() 536 emit_aggregate (p1, aux_ptr[index], aux_ptr[index+1], "union", fdp); in type_to_string() 538 if (aux_ptr[index].rndx.rfd == ST_RFDESCAPE) in type_to_string() 549 emit_aggregate (p1, aux_ptr[index], aux_ptr[index+1], "enum", fdp); in type_to_string() 551 if (aux_ptr[index].rndx.rfd == ST_RFDESCAPE) in type_to_string() 620 bitsize = aux_ptr[index++].width; in type_to_string() [all …]
|
| HD | mips-tfile.c | 1982 AUXU *aux_ptr; in add_aux_sym_symint() local 1989 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ]; in add_aux_sym_symint() 1990 aux_ptr->isym = aux_word; in add_aux_sym_symint() 2001 AUXU *aux_ptr; in add_aux_sym_rndx() local 2008 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ]; in add_aux_sym_rndx() 2009 aux_ptr->rndx.rfd = file_index; in add_aux_sym_rndx() 2010 aux_ptr->rndx.index = sym_index; in add_aux_sym_rndx() 2022 AUXU *aux_ptr; in add_aux_sym_tir() local 2098 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ]; in add_aux_sym_tir() 2099 *aux_ptr = aux; in add_aux_sym_tir() [all …]
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ecoff.c | 1799 register aux_t *aux_ptr; in add_aux_sym_symint() local 1809 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++]; in add_aux_sym_symint() 1810 aux_ptr->type = aux_isym; in add_aux_sym_symint() 1811 aux_ptr->data.isym = aux_word; in add_aux_sym_symint() 1822 register aux_t *aux_ptr; in add_aux_sym_rndx() local 1832 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++]; in add_aux_sym_rndx() 1833 aux_ptr->type = aux_rndx; in add_aux_sym_rndx() 1834 aux_ptr->data.rndx.rfd = file_index; in add_aux_sym_rndx() 1835 aux_ptr->data.rndx.index = sym_index; in add_aux_sym_rndx() 1849 register aux_t *aux_ptr; in add_aux_sym_tir() local [all …]
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | ecoff.c | 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() [all …]
|
| HD | ChangeLog-9495 | 7472 (ecoff_type_to_string): Take fdr argument rather than aux_ptr and
|