Searched refs:mach_o_section_32 (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-mach-o.c132 struct mach_o_section_32 struct
366 + offsetof (struct mach_o_section_32, offset));
368 + offsetof (struct mach_o_section_32, size));
446 sechdrsize = sizeof (struct mach_o_section_32);
447 segname_offset = offsetof (struct mach_o_section_32, segname);
448 sectname_offset = offsetof (struct mach_o_section_32, sectname);
921 + nsects * sizeof (struct mach_o_section_32)));
964 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, sectname),
966 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, segname),
968 set_32 (hdr + offsetof (struct mach_o_section_32, add
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-mach-o.c132 struct mach_o_section_32 struct
366 + offsetof (struct mach_o_section_32, offset));
368 + offsetof (struct mach_o_section_32, size));
446 sechdrsize = sizeof (struct mach_o_section_32);
447 segname_offset = offsetof (struct mach_o_section_32, segname);
448 sectname_offset = offsetof (struct mach_o_section_32, sectname);
921 + nsects * sizeof (struct mach_o_section_32)));
964 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, sectname),
966 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, segname),
968 set_32 (hdr + offsetof (struct mach_o_section_32, add
[all...]

Completed in 44 milliseconds