Searched refs:auxent (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h163 union auxent union
210 } x_tv; /* info about .tv section (in auxent of symbol .tv)) */
216 #define AUXENT union auxent
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffgen.c749 a->u.auxent.x_sym.x_tagndx.l =
750 a->u.auxent.x_sym.x_tagndx.p->offset;
755 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l =
756 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p->offset;
761 a->u.auxent.x_csect.x_scnlen.l =
762 a->u.auxent.x_csect.x_scnlen.p->offset;
779 union internal_auxent *auxent; local
805 auxent = &(native + 1)->u.auxent;
812 strncpy (auxent
1330 coff_pointerize_aux(bfd *abfd, combined_entry_type *table_base, combined_entry_type *symbol, unsigned int indaux, combined_entry_type *auxent) argument
[all...]
H A Dcoff64-rs6000.c2205 union internal_auxent auxent;
2357 memset (&auxent, 0, sizeof (union internal_auxent));
2366 auxent.x_csect.x_scnlen.l = data_buffer_size;
2367 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
2368 auxent.x_csect.x_smclas = XMC_RW;
2371 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
2378 memset (&auxent, 0, sizeof (union internal_auxent));
2386 auxent.x_csect.x_smtyp = XTY_LD;
2387 auxent.x_csect.x_smclas = XMC_RW;
2390 bfd_coff_swap_aux_out (abfd, &auxent, symen
2204 union internal_auxent auxent; local
[all...]
H A Dcoffcode.h166 string points to the value in the auxent (the real filename)
276 . union internal_auxent auxent;
2287 /* Handle the csect auxent of a C_EXT or C_HIDEXT symbol. */
2301 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD)
2303 aux->u.auxent.x_csect.x_scnlen.p =
2304 table_base + aux->u.auxent.x_csect.x_scnlen.l;
2309 further work on this auxent. */
2313 /* Return FALSE to indicate that this auxent should be handled by
2362 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
2367 (long long) aux->u.auxent
[all...]
H A Dcoff-rs6000.c3695 union internal_auxent auxent;
3812 memset (&auxent, 0, sizeof (union internal_auxent));
3817 auxent.x_csect.x_scnlen.l = data_buffer_size;
3818 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
3819 auxent.x_csect.x_smclas = XMC_RW;
3822 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
3829 memset (&auxent, 0, sizeof (union internal_auxent));
3834 auxent.x_csect.x_smtyp = XTY_LD;
3835 auxent.x_csect.x_smclas = XMC_RW;
3838 bfd_coff_swap_aux_out (abfd, &auxent, symen
3689 union internal_auxent auxent; local
[all...]
H A Dlibcoff.h638 union internal_auxent auxent; member in union:coff_ptr_struct::__anon244
/freebsd-11-stable/contrib/binutils/binutils/
H A Drdcoff.c58 each auxent counts as a symbol). */
399 union internal_auxent auxent;
421 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent))
427 psubaux = &auxent;
440 bitsize = auxent.x_sym.x_misc.x_lnsz.x_size;
692 union internal_auxent auxent;
712 /* We only worry about the first auxent, because that is the
718 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent))
724 paux = &auxent;
767 fnend = bfd_asymbol_value (sym) + auxent
398 union internal_auxent auxent; local
691 union internal_auxent auxent; local
[all...]
H A Dcoffgrok.c216 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size;
278 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno;
309 union internal_auxent *aux = &rawsyms[i + 1].u.auxent;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.h211 (&coffsymbol (symbol_get_bfdsym (S))->native[1].u.auxent)
H A Dobj-coff.c201 entry->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p = p;
212 entry->u.auxent.x_sym.x_tagndx.p = p;
H A Dtc-ppc.c5022 a = &coffsymbol (symbol_get_bfdsym (sym))->native[i + 1].u.auxent;
5211 a = &coffsymbol (symbol_get_bfdsym (csect))->native[i + 1].u.auxent;
5223 a = &coffsymbol (symbol_get_bfdsym (sym))->native[i].u.auxent;

Completed in 166 milliseconds