GDB (xrefs)
|
Public Attributes | |
unsigned short | offset0 |
unsigned short | selector |
unsigned | param_count:5 |
unsigned | dummy:3 |
unsigned | stype:5 |
unsigned | dpl:2 |
unsigned | present:1 |
unsigned short | offset1 |
Definition at line 1442 of file go32-nat.c.
unsigned gate_descr::dpl |
Definition at line 1448 of file go32-nat.c.
unsigned gate_descr::dummy |
Definition at line 1446 of file go32-nat.c.
unsigned short gate_descr::offset0 |
Definition at line 1443 of file go32-nat.c.
Referenced by display_descriptor().
unsigned short gate_descr::offset1 |
Definition at line 1450 of file go32-nat.c.
Referenced by display_descriptor().
unsigned gate_descr::param_count |
Definition at line 1445 of file go32-nat.c.
Referenced by display_descriptor().
unsigned gate_descr::present |
Definition at line 1449 of file go32-nat.c.
unsigned short gate_descr::selector |
Definition at line 1444 of file go32-nat.c.
Referenced by display_descriptor().
unsigned gate_descr::stype |
Definition at line 1447 of file go32-nat.c.