HomeSort by: relevance | last modified time | path
    Searched defs:bnd0r_regnum (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbserver/
i387-fp.cc 390 int bnd0r_regnum = find_regno (regcache->tdesc, "bnd0raw"); local
394 collect_register (regcache, i + bnd0r_regnum, raw);
770 int bnd0r_regnum = find_regno (regcache->tdesc, "bnd0raw"); local
776 supply_register_zeroed (regcache, i + bnd0r_regnum);
782 supply_register (regcache, i + bnd0r_regnum, p + i * 16);
  /src/external/gpl3/gdb.old/dist/gdb/
i386-tdep.h 171 int bnd0r_regnum = 0; member in struct:i386_gdbarch_tdep

Completed in 23 milliseconds