Home
last modified time | relevance | path

Searched refs:aux_ptr (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Decoff.c1806 aux_t *aux_ptr; in add_aux_sym_symint() local
1816 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++]; in add_aux_sym_symint()
1817 aux_ptr->type = aux_isym; in add_aux_sym_symint()
1818 aux_ptr->data.isym = aux_word; in add_aux_sym_symint()
1829 aux_t *aux_ptr; in add_aux_sym_rndx() local
1839 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++]; in add_aux_sym_rndx()
1840 aux_ptr->type = aux_rndx; in add_aux_sym_rndx()
1841 aux_ptr->data.rndx.rfd = file_index; in add_aux_sym_rndx()
1842 aux_ptr->data.rndx.index = sym_index; in add_aux_sym_rndx()
1856 aux_t *aux_ptr; in add_aux_sym_tir() local
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Decoff.c1056 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()
[all …]
DChangeLog-94957472 (ecoff_type_to_string): Take fdr argument rather than aux_ptr and