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

  /src/external/gpl3/gdb.old/dist/gdb/
frv-tdep.c 1205 int stack_space; local
1215 stack_space = 0;
1217 stack_space += align_up (args[argnum]->type ()->length (), 4);
1219 stack_space -= (6 * 4);
1220 if (stack_space > 0)
1221 sp -= stack_space;
frv-tdep.c 1205 int stack_space; local
1215 stack_space = 0;
1217 stack_space += align_up (args[argnum]->type ()->length (), 4);
1219 stack_space -= (6 * 4);
1220 if (stack_space > 0)
1221 sp -= stack_space;
  /src/external/gpl3/gdb/dist/gdb/
frv-tdep.c 1206 int stack_space; local
1216 stack_space = 0;
1218 stack_space += align_up (args[argnum]->type ()->length (), 4);
1220 stack_space -= (6 * 4);
1221 if (stack_space > 0)
1222 sp -= stack_space;
frv-tdep.c 1206 int stack_space; local
1216 stack_space = 0;
1218 stack_space += align_up (args[argnum]->type ()->length (), 4);
1220 stack_space -= (6 * 4);
1221 if (stack_space > 0)
1222 sp -= stack_space;

Completed in 111 milliseconds