|
|
| version 1.22, 2012/01/08 11:32:16 | version 1.23, 2012/02/05 02:17:33 |
|---|---|
| Line 256 segdesc_dump(descriptor_t *sdp) | Line 256 segdesc_dump(descriptor_t *sdp) |
| VERBOSE(("valid : %s", SEG_IS_VALID(sdp) ? "true" : "false")); | VERBOSE(("valid : %s", SEG_IS_VALID(sdp) ? "true" : "false")); |
| VERBOSE(("present : %s", SEG_IS_PRESENT(sdp) ? "true" : "false")); | VERBOSE(("present : %s", SEG_IS_PRESENT(sdp) ? "true" : "false")); |
| VERBOSE(("DPL : %d", sdp->dpl)); | VERBOSE(("DPL : %d", sdp->dpl)); |
| VERBOSE(("type : %d", sdp->type)); | |
| VERBOSE(("kind : %s", SEG_IS_SYSTEM(sdp) ? "system" : "code/data")); | VERBOSE(("kind : %s", SEG_IS_SYSTEM(sdp) ? "system" : "code/data")); |
| if (!SEG_IS_SYSTEM(sdp)) { | if (!SEG_IS_SYSTEM(sdp)) { |
| if (SEG_IS_CODE(sdp)) { | if (SEG_IS_CODE(sdp)) { |