Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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 …]
/toolchain/binutils/binutils-2.25/bfd/
Dcoffgen.c2062 union internal_auxent *pauxent) in bfd_coff_get_auxent() argument
2081 *pauxent = ent->u.auxent; in bfd_coff_get_auxent()
2084 pauxent->x_sym.x_tagndx.l = in bfd_coff_get_auxent()
2085 ((combined_entry_type *) pauxent->x_sym.x_tagndx.p in bfd_coff_get_auxent()
2089 pauxent->x_sym.x_fcnary.x_fcn.x_endndx.l = in bfd_coff_get_auxent()
2090 ((combined_entry_type *) pauxent->x_sym.x_fcnary.x_fcn.x_endndx.p in bfd_coff_get_auxent()
2094 pauxent->x_csect.x_scnlen.l = in bfd_coff_get_auxent()
2095 ((combined_entry_type *) pauxent->x_csect.x_scnlen.p in bfd_coff_get_auxent()