HomeSort by: relevance | last modified time | path
    Searched defs:mach_o_section_64 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
simple-object-mach-o.c 149 struct mach_o_section_64 struct
373 + offsetof (struct mach_o_section_64, offset));
375 + offsetof (struct mach_o_section_64, size));
456 sechdrsize = sizeof (struct mach_o_section_64);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
458 sectname_offset = offsetof (struct mach_o_section_64, sectname);
916 + nsects * sizeof (struct mach_o_section_64)));
940 unsigned char hdrbuf[sizeof (struct mach_o_section_64)];
978 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, sectname),
980 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname)
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-mach-o.c 149 struct mach_o_section_64 struct
373 + offsetof (struct mach_o_section_64, offset));
375 + offsetof (struct mach_o_section_64, size));
456 sechdrsize = sizeof (struct mach_o_section_64);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
458 sectname_offset = offsetof (struct mach_o_section_64, sectname);
927 + nsects * sizeof (struct mach_o_section_64)));
951 unsigned char hdrbuf[sizeof (struct mach_o_section_64)];
989 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, sectname),
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname)
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-mach-o.c 149 struct mach_o_section_64 struct
373 + offsetof (struct mach_o_section_64, offset));
375 + offsetof (struct mach_o_section_64, size));
456 sechdrsize = sizeof (struct mach_o_section_64);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
458 sectname_offset = offsetof (struct mach_o_section_64, sectname);
927 + nsects * sizeof (struct mach_o_section_64)));
951 unsigned char hdrbuf[sizeof (struct mach_o_section_64)];
989 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, sectname),
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname)
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-mach-o.c 149 struct mach_o_section_64 struct
373 + offsetof (struct mach_o_section_64, offset));
375 + offsetof (struct mach_o_section_64, size));
456 sechdrsize = sizeof (struct mach_o_section_64);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
458 sectname_offset = offsetof (struct mach_o_section_64, sectname);
927 + nsects * sizeof (struct mach_o_section_64)));
951 unsigned char hdrbuf[sizeof (struct mach_o_section_64)];
989 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, sectname),
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname)
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-mach-o.c 149 struct mach_o_section_64 struct
373 + offsetof (struct mach_o_section_64, offset));
375 + offsetof (struct mach_o_section_64, size));
456 sechdrsize = sizeof (struct mach_o_section_64);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
458 sectname_offset = offsetof (struct mach_o_section_64, sectname);
927 + nsects * sizeof (struct mach_o_section_64)));
951 unsigned char hdrbuf[sizeof (struct mach_o_section_64)];
989 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, sectname),
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname)
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-mach-o.c 149 struct mach_o_section_64 struct
373 + offsetof (struct mach_o_section_64, offset));
375 + offsetof (struct mach_o_section_64, size));
456 sechdrsize = sizeof (struct mach_o_section_64);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
458 sectname_offset = offsetof (struct mach_o_section_64, sectname);
927 + nsects * sizeof (struct mach_o_section_64)));
951 unsigned char hdrbuf[sizeof (struct mach_o_section_64)];
989 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, sectname),
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname)
    [all...]

Completed in 134 milliseconds