Home | History | Annotate | Download | only in libiberty

Lines Matching refs:attrs

875   struct simple_object_mach_o_attributes *attrs =
882 *ret = *attrs;
893 struct simple_object_mach_o_attributes *attrs =
900 set_32 = (attrs->is_big_endian
909 set_32 (hdr + offsetof (struct mach_o_header_32, magic), attrs->magic);
910 set_32 (hdr + offsetof (struct mach_o_header_32, cputype), attrs->cputype);
912 attrs->cpusubtype);
915 set_32 (hdr + offsetof (struct mach_o_header_32, flags), attrs->flags);
916 if (attrs->magic == MACH_O_MH_MAGIC)
929 attrs->reserved);
948 struct simple_object_mach_o_attributes *attrs =
955 set_32 = (attrs->is_big_endian
962 if (attrs->magic == MACH_O_MH_MAGIC)
985 set_64 = (attrs->is_big_endian
1033 struct simple_object_mach_o_attributes *attrs =
1052 set_32 = (attrs->is_big_endian
1058 if (attrs->magic == MACH_O_MH_MAGIC)
1284 if (attrs->magic == MACH_O_MH_MAGIC)
1309 set_64 = (attrs->is_big_endian