Searched refs:maxnreg (Results 1 – 1 of 1) sorted by relevance
9008 ssize_t maxnreg = ebl_register_info (ebl, 0, NULL, 0, NULL, NULL, NULL, NULL); in handle_core_registers() local9009 if (maxnreg <= 0) in handle_core_registers()9012 if (maxnreg < reglocs[i].regno + reglocs[i].count) in handle_core_registers()9013 maxnreg = reglocs[i].regno + reglocs[i].count; in handle_core_registers()9014 assert (maxnreg > 0); in handle_core_registers()9017 struct register_info regs[maxnreg]; in handle_core_registers()9027 assert (reg < maxnreg); in handle_core_registers()9042 return (a < ®s[maxnreg] && a->regloc != NULL in handle_core_registers()9043 && b < ®s[maxnreg] && b->regloc != NULL in handle_core_registers()