HomeSort by: relevance | last modified time | path
    Searched refs:callee (Results 1 - 25 of 333) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
solib-abort.c 17 extern void callee (void);
22 callee ();
break-caller-line.c 21 callee (void) function
29 callee ();
solib-abort-lib.c 20 callee (void) function
foll-fork.c 5 void callee (int i) function
8 printf("callee: %d\n", i); */
21 callee (getpid ());
27 callee (getpid ());
step-test.c 8 int callee() { function
38 callee(); /* OVER */
41 callee(); /* INTO */
45 callee(); /* STEPI */
48 callee(); /* NEXTI */
ending-run.c 9 int callee (int x) function
27 printf( "%d ", callee( i ));
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
modules-solib.c 17 call_me (void (*callee) (void))
19 callee ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
solib-abort.c 17 extern void callee (void);
22 callee ();
break-caller-line.c 21 callee (void) function
29 callee ();
solib-abort-lib.c 20 callee (void) function
foll-fork.c 5 void callee (int i) function
8 printf("callee: %d\n", i); */
21 callee (getpid ());
27 callee (getpid ());
step-test.c 8 int callee() { function
38 callee(); /* OVER */
41 callee(); /* INTO */
45 callee(); /* STEPI */
48 callee(); /* NEXTI */
ending-run.c 9 int callee (int x) function
27 printf( "%d ", callee( i ));
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
modules-solib.c 17 call_me (void (*callee) (void))
19 callee ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-inline-small-func.c 21 callee (); /* caller: the call. */
dw2-inline-small-func.h 19 callee () { function
20 counter = 0; /* callee: body. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
inline-small-func.c 21 callee (); /* caller: the call. */
inline-small-func.h 25 callee () { function
26 counter = 0; /* callee: body. */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-inline-small-func.c 21 callee (); /* caller: the call. */
dw2-inline-small-func.h 19 callee () { function
20 counter = 0; /* callee: body. */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
inline-small-func.c 21 callee (); /* caller: the call. */
inline-small-func.h 25 callee () { function
26 counter = 0; /* callee: body. */
  /src/tests/usr.bin/xlint/lint1/
msg_152.c 12 void callee(struct incomplete);
20 callee(local_var);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
next-reverse-bkpt-over-sr.c 29 callee() { function
35 int (*funp) (void) = callee;
37 /* Test next-reverse-bkpt-over-sr.exp needs to call function callee using
40 funp (); /* FUNCTION PTR CALL TO CALLEE */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
next-reverse-bkpt-over-sr.c 29 callee() { function
35 int (*funp) (void) = callee;
37 /* Test next-reverse-bkpt-over-sr.exp needs to call function callee using
40 funp (); /* FUNCTION PTR CALL TO CALLEE */

Completed in 61 milliseconds

1 2 3 4 5 6 7 8 91011>>