Searched defs:dntt_type_with (Results 1 – 2 of 2) sorted by relevance
938 struct dntt_type_with struct940 unsigned int extension: 1; /* always zero */941 unsigned int kind: 10; /* always DNTT_TYPE_WITH */942 unsigned int addrtype: 2; /* 0 => STATTYPE */945 unsigned int indirect: 1; /* 1 => pointer to object */946 unsigned int longaddr: 1; /* 1 => in long pointer space */947 unsigned int nestlevel: 6; /* # of nesting levels back */948 unsigned int doc_ranges: 1; /* 1 => location is range list */949 unsigned int unused: 10;950 long location; /* where stored (allocated) */[all …]