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

/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tdump.c468 type_to_string (aux_ptr, index, fdp)
469 AUXU *aux_ptr;
487 char *used_ptr = aux_used + (aux_ptr - aux_symbols);
497 u = aux_ptr[index++];
568 emit_aggregate (p1, aux_ptr[index], aux_ptr[index+1], "struct", fdp);
570 if (aux_ptr[index].rndx.rfd == ST_RFDESCAPE)
581 emit_aggregate (p1, aux_ptr[index], aux_ptr[index+1], "union", fdp);
583 if (aux_ptr[inde
[all...]
H A Dmips-tfile.c2110 register AUXU *aux_ptr;
2117 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ];
2118 aux_ptr->isym = aux_word;
2131 register AUXU *aux_ptr;
2138 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ];
2139 aux_ptr->rndx.rfd = file_index; local
2140 aux_ptr->rndx.index = sym_index;
2156 register AUXU *aux_ptr;
2232 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ];
2233 *aux_ptr
2094 register AUXU *aux_ptr; local
2115 register AUXU *aux_ptr; local
[all...]
/haiku-buildtools/legacy/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...]
/haiku-buildtools/binutils/gas/
H A Decoff.c1815 aux_t *aux_ptr;
1825 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++];
1826 aux_ptr->type = aux_isym;
1827 aux_ptr->data.isym = aux_word;
1838 aux_t *aux_ptr;
1848 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++];
1849 aux_ptr->type = aux_rndx;
1850 aux_ptr->data.rndx.rfd = file_index;
1851 aux_ptr->data.rndx.index = sym_index;
1866 aux_t *aux_ptr;
1806 aux_t *aux_ptr; local
1829 aux_t *aux_ptr; local
1856 aux_t *aux_ptr; local
4378 aux_t *aux_ptr; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Decoff.c1053 union aux_ext *aux_ptr;
1071 aux_ptr = ecoff_data (abfd)->debug_info.external_aux + fdr->iauxBase;
1081 if (AUX_GET_ISYM (bigendian, &aux_ptr[indx]) == (bfd_vma) -1)
1083 _bfd_ecoff_swap_tir_in (bigendian, &aux_ptr[indx++].a_ti, &u.ti);
1150 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx);
1152 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]),
1162 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx);
1164 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]),
1174 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx);
1176 (long) AUX_GET_ISYM (bigendian, &aux_ptr[ind
1050 union aux_ext *aux_ptr; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Decoff.c1087 union aux_ext *aux_ptr;
1105 aux_ptr = ecoff_data (abfd)->debug_info.external_aux + fdr->iauxBase;
1115 if (AUX_GET_ISYM (bigendian, &aux_ptr[indx]) == (bfd_vma) -1)
1117 _bfd_ecoff_swap_tir_in (bigendian, &aux_ptr[indx++].a_ti, &u.ti);
1184 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx);
1186 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]),
1196 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx);
1198 (long) AUX_GET_ISYM (bigendian, &aux_ptr[indx+1]),
1208 _bfd_ecoff_swap_rndx_in (bigendian, &aux_ptr[indx].a_rndx, &rndx);
1210 (long) AUX_GET_ISYM (bigendian, &aux_ptr[ind
1084 union aux_ext *aux_ptr; local
[all...]

Completed in 189 milliseconds