Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/include/
H A Dsom.h88 struct som_exec_aux { struct
89 u_int mandatory : 1;
90 u_int copy : 1;
91 u_int append : 1;
92 u_int ignore : 1;
93 u_int reserved : 12;
94 u_int type : 16;
95 u_int length;
96 long a_tsize;
97 long a_tmem;
[all …]