Lines Matching refs:aux

977 		union internal_auxent aux;  in handle_COMDAT()  local
1015 0, isym.n_numaux, & aux); in handle_COMDAT()
1042 switch (aux.x_scn.x_comdat) in handle_COMDAT()
2502 combined_entry_type *aux) in coff_pointerize_aux_hook() argument
2510 BFD_ASSERT (! aux->is_sym); in coff_pointerize_aux_hook()
2511 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD) in coff_pointerize_aux_hook()
2513 aux->u.auxent.x_csect.x_scnlen.p = in coff_pointerize_aux_hook()
2514 table_base + aux->u.auxent.x_csect.x_scnlen.l; in coff_pointerize_aux_hook()
2515 aux->fix_scnlen = 1; in coff_pointerize_aux_hook()
2538 combined_entry_type *aux ATTRIBUTE_UNUSED) in coff_pointerize_aux_hook()
2563 combined_entry_type *aux ATTRIBUTE_UNUSED, in coff_print_aux()
2567 BFD_ASSERT (! aux->is_sym); in coff_print_aux()
2574 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD) in coff_print_aux()
2576 BFD_ASSERT (! aux->fix_scnlen); in coff_print_aux()
2579 (long long) aux->u.auxent.x_csect.x_scnlen.l); in coff_print_aux()
2581 fprintf (file, "val %5ld", (long) aux->u.auxent.x_csect.x_scnlen.l); in coff_print_aux()
2587 if (! aux->fix_scnlen) in coff_print_aux()
2590 (long long) aux->u.auxent.x_csect.x_scnlen.l); in coff_print_aux()
2592 fprintf (file, "%4ld", (long) aux->u.auxent.x_csect.x_scnlen.l); in coff_print_aux()
2596 (long) (aux->u.auxent.x_csect.x_scnlen.p - table_base)); in coff_print_aux()
2600 aux->u.auxent.x_csect.x_parmhash, in coff_print_aux()
2601 (unsigned int) aux->u.auxent.x_csect.x_snhash, in coff_print_aux()
2602 SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp), in coff_print_aux()
2603 SMTYP_ALIGN (aux->u.auxent.x_csect.x_smtyp), in coff_print_aux()
2604 (unsigned int) aux->u.auxent.x_csect.x_smclas, in coff_print_aux()
2605 aux->u.auxent.x_csect.x_stab, in coff_print_aux()
2606 (unsigned int) aux->u.auxent.x_csect.x_snstab); in coff_print_aux()
3895 combined_entry_type *aux; in coff_write_object_contents() local
3900 aux = csym->native + 1; in coff_write_object_contents()
3901 BFD_ASSERT (! aux->is_sym); in coff_write_object_contents()
3905 aux->u.auxent.x_scn.x_comdat = IMAGE_COMDAT_SELECT_ANY; in coff_write_object_contents()
3909 aux->u.auxent.x_scn.x_comdat = in coff_write_object_contents()
3914 aux->u.auxent.x_scn.x_comdat = in coff_write_object_contents()
3919 aux->u.auxent.x_scn.x_comdat = in coff_write_object_contents()