Searched refs:astatic (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dmachinestate.c63 static int astatic; variable
68 astatic = 0;
70 hide (astatic); /* External function to defeat optimization. */
71 astatic++; /* module_static_state: set breakpoint here */
72 hide (astatic); /* module static post-change */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dmachinestate.c63 static int astatic; variable
68 astatic = 0;
70 hide (astatic); /* External function to defeat optimization. */
71 astatic++; /* module_static_state: set breakpoint here */
72 hide (astatic); /* module static post-change */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c2730 int astatic = astatic_table[aregs]; local
2738 if (astatic < 0)
2741 astatic = 0;
2799 for (reg = MIPS_A0_REGNUM + 3; reg > MIPS_A0_REGNUM + 3 - astatic; reg--)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c2753 int astatic = astatic_table[aregs]; local
2761 if (astatic < 0)
2764 astatic = 0;
2822 for (reg = MIPS_A0_REGNUM + 3; reg > MIPS_A0_REGNUM + 3 - astatic; reg--)

Completed in 271 milliseconds