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

  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 589 STRUCTSIZE and ALIGNSIZE. Apply any type attributes ATTRS and compute
593 finish_aggregate_type (unsigned structsize, unsigned alignsize, tree type)
596 TYPE_SIZE (type) = bitsize_int (structsize * BITS_PER_UNIT);
597 TYPE_SIZE_UNIT (type) = size_int (structsize);
1091 unsigned structsize = t->sym->structsize; local
1095 TYPE_SIZE (t->ctype) = bitsize_int (structsize * BITS_PER_UNIT);
1096 TYPE_SIZE_UNIT (t->ctype) = size_int (structsize);
1104 finish_aggregate_type (structsize, alignsize, t->ctype);
1155 finish_aggregate_type (t->sym->structsize, t->sym->alignsize, basetype)
    [all...]
typeinfo.cc 834 tree value = d_array_value (array_type_node, size_int (cd->structsize),
1056 size_int (sd->structsize), ptr));
1224 size_t structsize = int_size_in_bytes (type); local
1239 insert_aggregate_field (type, field, structsize);
1240 structsize += decl->vtblInterfaces->length * interfacesize;
1257 structsize += id->vtbl.length * target.ptrsize;
1282 structsize += id->vtbl.length * target.ptrsize;
1289 finish_aggregate_type (structsize, TYPE_ALIGN_UNIT (type), type);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aggregate.h 76 unsigned structsize; // size of struct member in class:AggregateDeclaration
120 Sizeok sizeok; // set when structsize contains valid data
  /src/external/gpl3/gdb.old/dist/gdb/
fbsd-tdep.c 651 for the target object of type OBJECT. If STRUCTSIZE is non-zero,
656 fbsd_make_note_desc (enum target_object object, uint32_t structsize)
663 if (structsize == 0)
666 gdb::byte_vector desc (sizeof (structsize) + buf->size ());
667 memcpy (desc.data (), &structsize, sizeof (structsize));
668 std::copy (buf->begin (), buf->end (), desc.data () + sizeof (structsize));
739 uint32_t structsize = gdbarch_ptr_bit (gdbarch) / 4; /* Elf_Auxinfo */ local
741 fbsd_make_note_desc (TARGET_OBJECT_AUXV, structsize);
1053 ULONGEST structsize = bfd_get_32 (cbfd, descdata + KF_STRUCTSIZE) local
1183 ULONGEST structsize = bfd_get_32 (cbfd, descdata + KVE_STRUCTSIZE); local
1230 ULONGEST structsize; local
2302 ULONGEST structsize = extract_unsigned_integer (descdata local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
fbsd-tdep.c 647 for the target object of type OBJECT. If STRUCTSIZE is non-zero,
652 fbsd_make_note_desc (enum target_object object, uint32_t structsize)
659 if (structsize == 0)
662 gdb::byte_vector desc (sizeof (structsize) + buf->size ());
663 memcpy (desc.data (), &structsize, sizeof (structsize));
664 std::copy (buf->begin (), buf->end (), desc.data () + sizeof (structsize));
735 uint32_t structsize = gdbarch_ptr_bit (gdbarch) / 4; /* Elf_Auxinfo */ local
737 fbsd_make_note_desc (TARGET_OBJECT_AUXV, structsize);
1048 ULONGEST structsize = bfd_get_32 (cbfd, descdata + KF_STRUCTSIZE) local
1177 ULONGEST structsize = bfd_get_32 (cbfd, descdata + KVE_STRUCTSIZE); local
1223 ULONGEST structsize; local
2290 ULONGEST structsize = extract_unsigned_integer (descdata local
    [all...]

Completed in 21 milliseconds