Lines Matching refs:x_scn
1042 switch (aux.x_scn.x_comdat) in handle_COMDAT()
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()
5785 in->x_scn.x_scnlen = H_GET_32 (abfd, ext->Section.Length); in coff_bigobj_swap_aux_in()
5786 in->x_scn.x_nreloc = in coff_bigobj_swap_aux_in()
5788 in->x_scn.x_nlinno = in coff_bigobj_swap_aux_in()
5790 in->x_scn.x_checksum = H_GET_32 (abfd, ext->Section.Checksum); in coff_bigobj_swap_aux_in()
5791 in->x_scn.x_associated = H_GET_16 (abfd, ext->Section.Number) in coff_bigobj_swap_aux_in()
5793 in->x_scn.x_comdat = H_GET_8 (abfd, ext->Section.Selection); in coff_bigobj_swap_aux_in()
5831 H_PUT_32 (abfd, in->x_scn.x_scnlen, ext->Section.Length); in coff_bigobj_swap_aux_out()
5832 H_PUT_16 (abfd, in->x_scn.x_nreloc, in coff_bigobj_swap_aux_out()
5834 H_PUT_16 (abfd, in->x_scn.x_nlinno, in coff_bigobj_swap_aux_out()
5836 H_PUT_32 (abfd, in->x_scn.x_checksum, ext->Section.Checksum); in coff_bigobj_swap_aux_out()
5837 H_PUT_16 (abfd, in->x_scn.x_associated & 0xffff, in coff_bigobj_swap_aux_out()
5839 H_PUT_16 (abfd, (in->x_scn.x_associated >> 16), in coff_bigobj_swap_aux_out()
5841 H_PUT_8 (abfd, in->x_scn.x_comdat, ext->Section.Selection); in coff_bigobj_swap_aux_out()