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

/haiku-buildtools/binutils/bfd/
H A Dcoffgen.c842 a->u.auxent.x_sym.x_tagndx.l =
843 a->u.auxent.x_sym.x_tagndx.p->offset;
848 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l =
849 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p->offset;
854 a->u.auxent.x_csect.x_scnlen.l =
855 a->u.auxent.x_csect.x_scnlen.p->offset;
872 union internal_auxent *auxent; local
900 auxent = &(native + 1)->u.auxent;
907 strncpy (auxent
1520 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 Dcoff-bfd.c56 /* Return the COFF auxent for a symbol. */
81 *pauxent = ent->u.auxent;
H A Dcoff64-rs6000.c2181 union internal_auxent auxent;
2333 memset (&auxent, 0, sizeof (union internal_auxent));
2342 auxent.x_csect.x_scnlen.l = data_buffer_size;
2343 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
2344 auxent.x_csect.x_smclas = XMC_RW;
2347 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
2354 memset (&auxent, 0, sizeof (union internal_auxent));
2362 auxent.x_csect.x_smtyp = XTY_LD;
2363 auxent.x_csect.x_smclas = XMC_RW;
2366 bfd_coff_swap_aux_out (abfd, &auxent, symen
2180 union internal_auxent auxent; local
[all...]
H A Dcoffcode.h227 string points to the value in the auxent (the real filename)
337 . union internal_auxent auxent;
2517 /* Handle the csect auxent of a C_EXT, C_AIX_WEAKEXT or C_HIDEXT symbol. */
2533 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD)
2535 aux->u.auxent.x_csect.x_scnlen.p =
2536 table_base + aux->u.auxent.x_csect.x_scnlen.l;
2541 further work on this auxent. */
2545 /* Return FALSE to indicate that this auxent should be handled by
2596 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
2601 (long long) aux->u.auxent
[all...]
H A Dcoff-rs6000.c3636 union internal_auxent auxent;
3753 memset (&auxent, 0, sizeof (union internal_auxent));
3758 auxent.x_csect.x_scnlen.l = data_buffer_size;
3759 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
3760 auxent.x_csect.x_smclas = XMC_RW;
3763 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
3770 memset (&auxent, 0, sizeof (union internal_auxent));
3775 auxent.x_csect.x_smtyp = XTY_LD;
3776 auxent.x_csect.x_smclas = XMC_RW;
3779 bfd_coff_swap_aux_out (abfd, &auxent, symen
3630 union internal_auxent auxent; local
[all...]
H A Dcoff-i960.c134 union internal_auxent *aux = &((cs->native+2)->u.auxent);
141 the 2nd auxent of the original symbol. We keep the native
H A Dlibcoff.h647 union internal_auxent auxent; member in union:coff_ptr_struct::__anon159
/haiku-buildtools/legacy/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.c2189 union internal_auxent auxent;
2341 memset (&auxent, 0, sizeof (union internal_auxent));
2350 auxent.x_csect.x_scnlen.l = data_buffer_size;
2351 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
2352 auxent.x_csect.x_smclas = XMC_RW;
2355 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
2362 memset (&auxent, 0, sizeof (union internal_auxent));
2370 auxent.x_csect.x_smtyp = XTY_LD;
2371 auxent.x_csect.x_smclas = XMC_RW;
2374 bfd_coff_swap_aux_out (abfd, &auxent, symen
2188 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;
2277 /* Handle the csect auxent of a C_EXT or C_HIDEXT symbol. */
2291 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD)
2293 aux->u.auxent.x_csect.x_scnlen.p =
2294 table_base + aux->u.auxent.x_csect.x_scnlen.l;
2299 further work on this auxent. */
2303 /* Return FALSE to indicate that this auxent should be handled by
2352 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
2357 (long long) aux->u.auxent
[all...]
H A Dcoff-rs6000.c3682 union internal_auxent auxent;
3799 memset (&auxent, 0, sizeof (union internal_auxent));
3804 auxent.x_csect.x_scnlen.l = data_buffer_size;
3805 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
3806 auxent.x_csect.x_smclas = XMC_RW;
3809 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
3816 memset (&auxent, 0, sizeof (union internal_auxent));
3821 auxent.x_csect.x_smtyp = XTY_LD;
3822 auxent.x_csect.x_smclas = XMC_RW;
3825 bfd_coff_swap_aux_out (abfd, &auxent, symen
3676 union internal_auxent auxent; local
[all...]
H A Dcoff-i960.c149 union internal_auxent *aux = &((cs->native+2)->u.auxent);
156 the 2nd auxent of the original symbol. We keep the native
H A Dlibcoff.h638 union internal_auxent auxent; member in union:coff_ptr_struct::__anon2408
/haiku-buildtools/legacy/binutils/binutils/
H A Drdcoff.c56 each auxent counts as a symbol). */
397 union internal_auxent auxent;
419 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent))
425 psubaux = &auxent;
438 bitsize = auxent.x_sym.x_misc.x_lnsz.x_size;
690 union internal_auxent auxent;
710 /* We only worry about the first auxent, because that is the
716 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent))
722 paux = &auxent;
765 fnend = bfd_asymbol_value (sym) + auxent
396 union internal_auxent auxent; local
689 union internal_auxent auxent; local
[all...]
H A Dcoffgrok.c214 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size;
276 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno;
307 union internal_auxent *aux = &rawsyms[i + 1].u.auxent;
/haiku-buildtools/binutils/binutils/
H A Drdcoff.c57 each auxent counts as a symbol). */
403 union internal_auxent auxent;
425 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent))
431 psubaux = &auxent;
444 bitsize = auxent.x_sym.x_misc.x_lnsz.x_size;
696 union internal_auxent auxent;
716 /* We only worry about the first auxent, because that is the
722 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent))
728 paux = &auxent;
771 fnend = bfd_asymbol_value (sym) + auxent
402 union internal_auxent auxent; local
695 union internal_auxent auxent; local
[all...]
H A Dcoffgrok.c229 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size;
306 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno;
360 aux = &rawsyms[i + 1].u.auxent;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-coff.h199 (&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.c4976 a = &coffsymbol (symbol_get_bfdsym (sym))->native[i + 1].u.auxent;
5165 a = &coffsymbol (symbol_get_bfdsym (csect))->native[i + 1].u.auxent;
5177 a = &coffsymbol (symbol_get_bfdsym (sym))->native[i].u.auxent;
/haiku-buildtools/binutils/gas/config/
H A Dobj-coff.h186 (&coffsymbol (symbol_get_bfdsym (S))->native[1].u.auxent)
H A Dobj-coff.c268 entry->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p = p;
279 entry->u.auxent.x_sym.x_tagndx.p = p;
H A Dtc-ppc.c5852 a = &coffsymbol (symbol_get_bfdsym (sym))->native[i + 1].u.auxent;
6050 a = &coffsymbol (symbol_get_bfdsym (csect))->native[i + 1].u.auxent;
6062 a = &coffsymbol (symbol_get_bfdsym (sym))->native[i].u.auxent;

Completed in 297 milliseconds