Searched refs:maxnreg (Results 1 – 1 of 1) sorted by relevance
8861 ssize_t maxnreg = ebl_register_info (ebl, 0, NULL, 0, NULL, NULL, NULL, NULL); in handle_core_registers() local8862 if (maxnreg <= 0) in handle_core_registers()8865 if (maxnreg < reglocs[i].regno + reglocs[i].count) in handle_core_registers()8866 maxnreg = reglocs[i].regno + reglocs[i].count; in handle_core_registers()8867 assert (maxnreg > 0); in handle_core_registers()8870 struct register_info regs[maxnreg]; in handle_core_registers()8880 assert (reg < maxnreg); in handle_core_registers()8895 return (a < ®s[maxnreg] && a->regloc != NULL in handle_core_registers()8896 && b < ®s[maxnreg] && b->regloc != NULL in handle_core_registers()