Home
last modified time | relevance | path

Searched refs:set_16 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-xcoff.c581 void (*set_16) (unsigned char *, unsigned short); in simple_object_xcoff_write_filehdr() local
587 set_16 = simple_object_set_big_16; in simple_object_xcoff_write_filehdr()
593 set_16 (hdr + offsetof (struct external_filehdr, f_magic), attrs->magic); in simple_object_xcoff_write_filehdr()
594 set_16 (hdr + offsetof (struct external_filehdr, f_nscns), nscns); in simple_object_xcoff_write_filehdr()
603 set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags), in simple_object_xcoff_write_filehdr()
613 set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags), in simple_object_xcoff_write_filehdr()
721 void (*set_16) (unsigned char *, unsigned short); in simple_object_xcoff_write_to_file() local
724 set_16 = simple_object_set_big_16; in simple_object_xcoff_write_to_file()
793 set_16 (&syms[0].sym.n_scnum[0], N_DEBUG); in simple_object_xcoff_write_to_file()
794 set_16 (&syms[0].sym.n_type[0], IMAGE_SYM_TYPE); in simple_object_xcoff_write_to_file()
[all …]
Dsimple-object-coff.c513 void (*set_16) (unsigned char *, unsigned short); in simple_object_coff_write_filehdr() local
518 set_16 = (attrs->is_big_endian in simple_object_coff_write_filehdr()
527 set_16 (hdr + offsetof (struct external_filehdr, f_magic), attrs->magic); in simple_object_coff_write_filehdr()
528 set_16 (hdr + offsetof (struct external_filehdr, f_nscns), nscns); in simple_object_coff_write_filehdr()
533 set_16 (hdr + offsetof (struct external_filehdr, f_flags), attrs->flags); in simple_object_coff_write_filehdr()
624 void (*set_16) (unsigned char *, unsigned short); in simple_object_coff_write_to_file() local
627 set_16 = (attrs->is_big_endian in simple_object_coff_write_to_file()
699 set_16 (&syms[0].sym.e_scnum[0], IMAGE_SYM_DEBUG); in simple_object_coff_write_to_file()
700 set_16 (&syms[0].sym.e_type[0], IMAGE_SYM_TYPE); in simple_object_coff_write_to_file()
733 set_16 (&syms[0].sym.e_type[0], IMAGE_SYM_TYPE); in simple_object_coff_write_to_file()
[all …]