Lines Matching refs:scnhdr_ext
915 SCNHDR *scnhdr_ext = (SCNHDR *) out; in _bfd_XXi_swap_scnhdr_out() local
920 memcpy (scnhdr_ext->s_name, scnhdr_int->s_name, sizeof (scnhdr_int->s_name)); in _bfd_XXi_swap_scnhdr_out()
930 PUT_SCNHDR_VADDR (abfd, ss & 0xffffffff, scnhdr_ext->s_vaddr); in _bfd_XXi_swap_scnhdr_out()
932 PUT_SCNHDR_VADDR (abfd, ss, scnhdr_ext->s_vaddr); in _bfd_XXi_swap_scnhdr_out()
962 scnhdr_ext->s_size); in _bfd_XXi_swap_scnhdr_out()
965 PUT_SCNHDR_PADDR (abfd, ps, scnhdr_ext->s_paddr); in _bfd_XXi_swap_scnhdr_out()
968 scnhdr_ext->s_scnptr); in _bfd_XXi_swap_scnhdr_out()
970 scnhdr_ext->s_relptr); in _bfd_XXi_swap_scnhdr_out()
972 scnhdr_ext->s_lnnoptr); in _bfd_XXi_swap_scnhdr_out()
1034 H_PUT_32 (abfd, scnhdr_int->s_flags, scnhdr_ext->s_flags); in _bfd_XXi_swap_scnhdr_out()
1050 H_PUT_16 (abfd, (scnhdr_int->s_nlnno & 0xffff), scnhdr_ext->s_nlnno); in _bfd_XXi_swap_scnhdr_out()
1051 H_PUT_16 (abfd, (scnhdr_int->s_nlnno >> 16), scnhdr_ext->s_nreloc); in _bfd_XXi_swap_scnhdr_out()
1056 H_PUT_16 (abfd, scnhdr_int->s_nlnno, scnhdr_ext->s_nlnno); in _bfd_XXi_swap_scnhdr_out()
1063 H_PUT_16 (abfd, 0xffff, scnhdr_ext->s_nlnno); in _bfd_XXi_swap_scnhdr_out()
1072 H_PUT_16 (abfd, scnhdr_int->s_nreloc, scnhdr_ext->s_nreloc); in _bfd_XXi_swap_scnhdr_out()
1076 H_PUT_16 (abfd, 0xffff, scnhdr_ext->s_nreloc); in _bfd_XXi_swap_scnhdr_out()
1078 H_PUT_32 (abfd, scnhdr_int->s_flags, scnhdr_ext->s_flags); in _bfd_XXi_swap_scnhdr_out()