Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dhp-symtab.h1177 struct dntt_type_template struct
1179 unsigned int extension: 1; /* always zero */
1180 unsigned int kind: 10; /* always DNTT_TYPE_TEMPLATE */
1181 unsigned int abstract: 1; /* is this an abstract class? */
1182 unsigned int class_decl: 2; /* 0=class,1=union,2=struct */
1183 unsigned int unused: 18;
1184 dnttpointer memberlist ; /* ptr to chain of K_[GEN]FIELDs */
1185 long unused2 ; /* offset in obj of ptr to vtbl */
1186 dnttpointer parentlist ; /* ptr to K_INHERITANCE list */
1187 unsigned long bitlength ; /* total at this level */
[all …]
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dhp-symtab.h1177 struct dntt_type_template struct
1179 unsigned int extension: 1; /* always zero */
1180 unsigned int kind: 10; /* always DNTT_TYPE_TEMPLATE */
1181 unsigned int abstract: 1; /* is this an abstract class? */
1182 unsigned int class_decl: 2; /* 0=class,1=union,2=struct */
1183 unsigned int unused: 18;
1184 dnttpointer memberlist ; /* ptr to chain of K_[GEN]FIELDs */
1185 long unused2 ; /* offset in obj of ptr to vtbl */
1186 dnttpointer parentlist ; /* ptr to K_INHERITANCE list */
1187 unsigned long bitlength ; /* total at this level */
[all …]