Home | History | Annotate | Download | only in gdb

Lines Matching defs:ldt_entry

1672   long ldt_entry = -1L;
1681 ldt_entry = parse_and_eval_long (arg);
1682 if (ldt_entry < 0
1683 || (ldt_entry & 4) == 0
1684 || (ldt_entry & 3) != (cpl & 3))
1685 error (_("Invalid LDT entry 0x%03lx."), (unsigned long)ldt_entry);
1720 if (ldt_entry >= 0)
1722 if (ldt_entry > limit)
1724 (unsigned long)ldt_entry, limit);
1726 display_descriptor (ldt_descr.stype, base, ldt_entry / 8, 1);