Searched refs:set_64 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | simple-object-xcoff.c | 583 void (*set_64) (unsigned char *, ulong_type); in simple_object_xcoff_write_filehdr() local 589 set_64 = simple_object_set_big_64; in simple_object_xcoff_write_filehdr() 598 set_64 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr), in simple_object_xcoff_write_filehdr() 636 void (*set_64) (unsigned char *, unsigned int); in simple_object_xcoff_write_scnhdr() local 643 set_64 = simple_object_set_big_32; in simple_object_xcoff_write_scnhdr() 663 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size), in simple_object_xcoff_write_scnhdr() 665 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr), in simple_object_xcoff_write_scnhdr()
|
D | simple-object-mach-o.c | 983 void (*set_64) (unsigned char *, ulong_type); in simple_object_mach_o_write_section_header() local 985 set_64 = (attrs->is_big_endian in simple_object_mach_o_write_section_header() 993 set_64 (hdr + offsetof (struct mach_o_section_64, addr), secaddr); in simple_object_mach_o_write_section_header() 994 set_64 (hdr + offsetof (struct mach_o_section_64, size), secsize); in simple_object_mach_o_write_section_header() 1307 void (*set_64) (unsigned char *, ulong_type); in simple_object_mach_o_write_segment() local 1309 set_64 = (attrs->is_big_endian in simple_object_mach_o_write_segment() 1321 set_64 (hdr + offsetof (struct mach_o_segment_command_64, fileoff), in simple_object_mach_o_write_segment() 1323 set_64 (hdr + offsetof (struct mach_o_segment_command_64, filesize), in simple_object_mach_o_write_segment()
|