Home
last modified time | relevance | path

Searched defs:dntt_type_class (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhp-symtab.h1039 struct dntt_type_class struct
1041 unsigned int extension: 1; /* Always zero. */
1042 unsigned int kind: 10; /* Always DNTT_TYPE_CLASS. */
1043 unsigned int abstract: 1; /* Is this an abstract class? */
1044 unsigned int class_decl: 2; /* 0=class,1=union,2=struct. */
1045 unsigned int expansion: 1; /* 1=template expansion. */
1046 unsigned int unused: 17;
1047 dnttpointer memberlist ; /* Ptr to chain of [GEN]FIELDs. */
1048 unsigned long vtbl_loc ; /* Offset in obj of ptr to vtbl. */
1049 dnttpointer parentlist ; /* Ptr to K_INHERITANCE list. */
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhp-symtab.h1039 struct dntt_type_class struct
1041 unsigned int extension: 1; /* Always zero. */
1042 unsigned int kind: 10; /* Always DNTT_TYPE_CLASS. */
1043 unsigned int abstract: 1; /* Is this an abstract class? */
1044 unsigned int class_decl: 2; /* 0=class,1=union,2=struct. */
1045 unsigned int expansion: 1; /* 1=template expansion. */
1046 unsigned int unused: 17;
1047 dnttpointer memberlist ; /* Ptr to chain of [GEN]FIELDs. */
1048 unsigned long vtbl_loc ; /* Offset in obj of ptr to vtbl. */
1049 dnttpointer parentlist ; /* Ptr to K_INHERITANCE list. */
[all …]