Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhp-symtab.h938 struct dntt_type_with struct
940 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 …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhp-symtab.h938 struct dntt_type_with struct
940 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 …]