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

  /src/external/gpl3/gdb.old/dist/gdb/
hppa-tdep.c 1524 unsigned long inst, stack_remaining, save_gr, save_fr, save_rp, save_sp;
1542 stack_remaining = u->Total_frame_size << 3;
1587 while (save_gr || save_fr || save_rp || save_sp || stack_remaining > 0
1600 old_stack_remaining = stack_remaining;
1610 stack_remaining -= prologue_inst_adjust_sp (inst);
1728 && !(save_gr || save_fr || save_rp || save_sp || stack_remaining > 0)
1731 && old_stack_remaining == stack_remaining)
1521 unsigned long inst, stack_remaining, save_gr, save_fr, save_rp, save_sp; local
  /src/external/gpl3/gdb/dist/gdb/
hppa-tdep.c 1524 unsigned long inst, stack_remaining, save_gr, save_fr, save_rp, save_sp;
1542 stack_remaining = u->Total_frame_size << 3;
1587 while (save_gr || save_fr || save_rp || save_sp || stack_remaining > 0
1600 old_stack_remaining = stack_remaining;
1610 stack_remaining -= prologue_inst_adjust_sp (inst);
1728 && !(save_gr || save_fr || save_rp || save_sp || stack_remaining > 0)
1731 && old_stack_remaining == stack_remaining)
1521 unsigned long inst, stack_remaining, save_gr, save_fr, save_rp, save_sp; local

Completed in 35 milliseconds