Searched defs:uof_uword_fixup (Results 1 – 1 of 1) sorted by relevance
1114 struct uof_uword_fixup { struct1115 u_int uuf_name; /* offset to string table */1116 u_int uuf_uword_address; /* micro word address */1117 u_int uuf_expr_value; /* string table offset of expr string, or value */1118 u_char uuf_val_type; /* VALUE_UNDEF, VALUE_NUM, VALUE_EXPR */1119 u_char uuf_value_attrs; /* bit<0> (Scope: 0=global, 1=local),1121 u_short uuf_reserved1; /* reserved for future use */1122 char uuf_field_attrs[UOF_FIELD_POS_SIZE];