Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dsimple-object-mach-o.c149 struct mach_o_section_64 struct
373 + offsetof (struct mach_o_section_64, offset)); in simple_object_mach_o_section_info()
375 + offsetof (struct mach_o_section_64, size)); in simple_object_mach_o_section_info()
456 sechdrsize = sizeof (struct mach_o_section_64); in simple_object_mach_o_segment()
457 segname_offset = offsetof (struct mach_o_section_64, segname); in simple_object_mach_o_segment()
458 sectname_offset = offsetof (struct mach_o_section_64, sectname); in simple_object_mach_o_segment()
927 + nsects * sizeof (struct mach_o_section_64))); in simple_object_mach_o_write_header()
951 unsigned char hdrbuf[sizeof (struct mach_o_section_64)]; in simple_object_mach_o_write_section_header()
989 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, sectname), in simple_object_mach_o_write_section_header()
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname), in simple_object_mach_o_write_section_header()
[all …]