Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dhp-symtab.h937 struct dntt_type_with struct
939 unsigned int extension: 1; /* always zero */
940 unsigned int kind: 10; /* always DNTT_TYPE_WITH */
941 unsigned int addrtype: 2; /* 0 => STATTYPE */
944 unsigned int indirect: 1; /* 1 => pointer to object */
945 unsigned int longaddr: 1; /* 1 => in long pointer space */
946 unsigned int nestlevel: 6; /* # of nesting levels back */
947 unsigned int doc_ranges: 1; /* 1 => location is range list */
948 unsigned int unused: 10;
949 long location; /* where stored (allocated) */
[all …]
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dhp-symtab.h937 struct dntt_type_with struct
939 unsigned int extension: 1; /* always zero */
940 unsigned int kind: 10; /* always DNTT_TYPE_WITH */
941 unsigned int addrtype: 2; /* 0 => STATTYPE */
944 unsigned int indirect: 1; /* 1 => pointer to object */
945 unsigned int longaddr: 1; /* 1 => in long pointer space */
946 unsigned int nestlevel: 6; /* # of nesting levels back */
947 unsigned int doc_ranges: 1; /* 1 => location is range list */
948 unsigned int unused: 10;
949 long location; /* where stored (allocated) */
[all …]