Searched refs:alloca_adjust (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c3497 unsigned alloca_adjust; local
3504 alloca_adjust = (unsigned) (frame_addr - (sp + offset));
3505 if (alloca_adjust > 0)
3510 sp += alloca_adjust;
3528 unsigned alloca_adjust; local
3534 alloca_adjust = (unsigned) (frame_addr - sp);
3535 if (alloca_adjust > 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c3520 unsigned alloca_adjust; local
3527 alloca_adjust = (unsigned) (frame_addr - (sp + offset));
3528 if (alloca_adjust > 0)
3533 sp += alloca_adjust;
3551 unsigned alloca_adjust; local
3557 alloca_adjust = (unsigned) (frame_addr - sp);
3558 if (alloca_adjust > 0)

Completed in 212 milliseconds