Lines Matching refs:x_csect
518 in->x_csect.x_scnlen.l = H_GET_32 (abfd, ext->x_csect.x_scnlen); in _bfd_xcoff_swap_aux_in()
519 in->x_csect.x_parmhash = H_GET_32 (abfd, ext->x_csect.x_parmhash); in _bfd_xcoff_swap_aux_in()
520 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash); in _bfd_xcoff_swap_aux_in()
524 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp); in _bfd_xcoff_swap_aux_in()
525 in->x_csect.x_smclas = H_GET_8 (abfd, ext->x_csect.x_smclas); in _bfd_xcoff_swap_aux_in()
526 in->x_csect.x_stab = H_GET_32 (abfd, ext->x_csect.x_stab); in _bfd_xcoff_swap_aux_in()
527 in->x_csect.x_snstab = H_GET_16 (abfd, ext->x_csect.x_snstab); in _bfd_xcoff_swap_aux_in()
622 H_PUT_32 (abfd, in->x_csect.x_scnlen.l, ext->x_csect.x_scnlen); in _bfd_xcoff_swap_aux_out()
623 H_PUT_32 (abfd, in->x_csect.x_parmhash, ext->x_csect.x_parmhash); in _bfd_xcoff_swap_aux_out()
624 H_PUT_16 (abfd, in->x_csect.x_snhash, ext->x_csect.x_snhash); in _bfd_xcoff_swap_aux_out()
628 H_PUT_8 (abfd, in->x_csect.x_smtyp, ext->x_csect.x_smtyp); in _bfd_xcoff_swap_aux_out()
629 H_PUT_8 (abfd, in->x_csect.x_smclas, ext->x_csect.x_smclas); in _bfd_xcoff_swap_aux_out()
630 H_PUT_32 (abfd, in->x_csect.x_stab, ext->x_csect.x_stab); in _bfd_xcoff_swap_aux_out()
631 H_PUT_16 (abfd, in->x_csect.x_snstab, ext->x_csect.x_snstab); in _bfd_xcoff_swap_aux_out()
3595 if ((aux->x_csect.x_smclas < ARRAY_SIZE (names)) in xcoff_create_csect_from_smclas()
3596 && (NULL != names[aux->x_csect.x_smclas])) in xcoff_create_csect_from_smclas()
3599 (abfd, names[aux->x_csect.x_smclas]); in xcoff_create_csect_from_smclas()
3605 abfd, symbol_name, aux->x_csect.x_smclas); in xcoff_create_csect_from_smclas()
3782 auxent.x_csect.x_scnlen.l = data_buffer_size; in xcoff_generate_rtinit()
3783 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD; in xcoff_generate_rtinit()
3784 auxent.x_csect.x_smclas = XMC_RW; in xcoff_generate_rtinit()
3799 auxent.x_csect.x_smtyp = XTY_LD; in xcoff_generate_rtinit()
3800 auxent.x_csect.x_smclas = XMC_RW; in xcoff_generate_rtinit()