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

  /src/external/gpl3/gdb.old/dist/gdb/
iq2000-tdep.c 637 int stackspace = 0; local
656 stackspace += 4;
675 stackspace = ((stackspace + 7) & ~7);
676 stackspace += 8;
687 stackspace += 4;
689 stackspace += ((typelen + 7) & ~7);
698 sp -= stackspace;
700 stackspace = 0;
729 write_memory (sp + stackspace, buf, 4)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
iq2000-tdep.c 638 int stackspace = 0; local
657 stackspace += 4;
676 stackspace = ((stackspace + 7) & ~7);
677 stackspace += 8;
688 stackspace += 4;
690 stackspace += ((typelen + 7) & ~7);
699 sp -= stackspace;
701 stackspace = 0;
730 write_memory (sp + stackspace, buf, 4)
    [all...]

Completed in 27 milliseconds