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

  /src/external/gpl3/gdb.old/dist/gdb/
m68hc11-tdep.c 133 int stack_correction = 0; member in struct:gdbarch_tdep_base
147 stack_correction (gdbarch *arch) function
150 return tdep->stack_correction;
157 return tdep->stack_correction;
821 this_base += stack_correction (gdbarch);
829 this_base += stack_correction (gdbarch);
1214 sp -= stack_correction (gdbarch);
1434 tdep->stack_correction = 1;
1444 tdep->stack_correction = 0;
  /src/external/gpl3/gdb/dist/gdb/
m68hc11-tdep.c 133 int stack_correction = 0; member in struct:gdbarch_tdep_base
147 stack_correction (gdbarch *arch) function
150 return tdep->stack_correction;
157 return tdep->stack_correction;
821 this_base += stack_correction (gdbarch);
829 this_base += stack_correction (gdbarch);
1215 sp -= stack_correction (gdbarch);
1436 tdep->stack_correction = 1;
1446 tdep->stack_correction = 0;

Completed in 23 milliseconds