Home
last modified time | relevance | path

Searched refs:pauxent (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-bfd.c62 union internal_auxent *pauxent) in bfd_coff_get_auxent() argument
81 *pauxent = ent->u.auxent; in bfd_coff_get_auxent()
84 pauxent->x_sym.x_tagndx.l = in bfd_coff_get_auxent()
85 ((combined_entry_type *) pauxent->x_sym.x_tagndx.p in bfd_coff_get_auxent()
89 pauxent->x_sym.x_fcnary.x_fcn.x_endndx.l = in bfd_coff_get_auxent()
90 ((combined_entry_type *) pauxent->x_sym.x_fcnary.x_fcn.x_endndx.p in bfd_coff_get_auxent()
94 pauxent->x_csect.x_scnlen.l = in bfd_coff_get_auxent()
95 ((combined_entry_type *) pauxent->x_csect.x_scnlen.p in bfd_coff_get_auxent()
/toolchain/binutils/binutils-2.27/binutils/
Drdcoff.c143 union internal_auxent *pauxent, bfd_boolean useaux, in parse_coff_type() argument
157 pauxent, useaux, dhandle); in parse_coff_type()
163 pauxent, useaux, dhandle); in parse_coff_type()
171 if (pauxent == NULL) in parse_coff_type()
183 dim = pauxent->x_sym.x_fcnary.x_ary.x_dimen; in parse_coff_type()
191 pauxent, FALSE, dhandle); in parse_coff_type()
209 if (pauxent != NULL && pauxent->x_sym.x_tagndx.l > 0) in parse_coff_type()
215 slot = coff_get_slot (types, pauxent->x_sym.x_tagndx.l); in parse_coff_type()
229 pauxent = NULL; in parse_coff_type()
232 pauxent, dhandle); in parse_coff_type()
[all …]