Searched refs:aux_ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c434 type_to_string (AUXU *aux_ptr, int index, FDR *fdp)
450 char *used_ptr = aux_used + (aux_ptr - aux_symbols);
460 u = aux_ptr[index++];
531 emit_aggregate (p1, aux_ptr[index], aux_ptr[index+1], "struct", fdp);
533 if (aux_ptr[index].rndx.rfd == ST_RFDESCAPE)
544 emit_aggregate (p1, aux_ptr[index], aux_ptr[index+1], "union", fdp);
546 if (aux_ptr[index].rndx.rfd == ST_RFDESCAPE)
557 emit_aggregate (p1, aux_ptr[inde
426 type_to_string(AUXU *aux_ptr, int index, FDR *fdp) argument
[all...]
H A Dmips-tfile.c1999 AUXU *aux_ptr;
2006 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ];
2007 aux_ptr->isym = aux_word;
2018 AUXU *aux_ptr;
2025 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ];
2026 aux_ptr->rndx.rfd = file_index;
2027 aux_ptr->rndx.index = sym_index;
2040 AUXU *aux_ptr;
2116 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ];
2117 *aux_ptr
1982 AUXU *aux_ptr; local
2001 AUXU *aux_ptr; local
2022 AUXU *aux_ptr; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c1808 register aux_t *aux_ptr;
1818 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++];
1819 aux_ptr->type = aux_isym;
1820 aux_ptr->data.isym = aux_word;
1831 register aux_t *aux_ptr;
1841 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++];
1842 aux_ptr->type = aux_rndx;
1843 aux_ptr->data.rndx.rfd = file_index;
1844 aux_ptr->data.rndx.index = sym_index;
1859 register aux_t *aux_ptr;
1799 register aux_t *aux_ptr; local
1822 register aux_t *aux_ptr; local
1849 register aux_t *aux_ptr; local
4384 aux_t *aux_ptr; local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decoff.c1052 union aux_ext *aux_ptr;
1070 aux_ptr = ecoff_data (abfd)->debug_info.external_aux + fdr->iauxBase;
1080 if (AUX_GET_ISYM (bigendian, &aux_ptr[indx]) == (bfd_vma) -1)
1082 _bfd_ecoff_swap_tir_in (bigendian, &aux_ptr[indx++].a_ti, &u.ti);
1149 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx);
1151 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]),
1161 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx);
1163 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]),
1173 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx);
1175 (long) AUX_GET_ISYM (bigendian, &aux_ptr[ind
1049 union aux_ext *aux_ptr; local
[all...]

Completed in 215 milliseconds