Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/include/som/
H A Dinternal.h134 struct som_space_dictionary_record struct
136 unsigned int name;
137 unsigned int is_loadable : 1;
138 unsigned int is_defined : 1;
139 unsigned int is_private : 1;
140 unsigned int has_intermediate_code : 1;
141 unsigned int is_tspecific : 1;
142 unsigned int reserved : 11;
143 unsigned int sort_key : 8;
144 unsigned int reserved2 : 8;
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/som/
H A Dinternal.h134 struct som_space_dictionary_record struct
136 unsigned int name;
137 unsigned int is_loadable : 1;
138 unsigned int is_defined : 1;
139 unsigned int is_private : 1;
140 unsigned int has_intermediate_code : 1;
141 unsigned int is_tspecific : 1;
142 unsigned int reserved : 11;
143 unsigned int sort_key : 8;
144 unsigned int reserved2 : 8;
[all …]