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

1 2 3 4 5 6 7

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
solib-abort-lib.c 20 callee (void) function
break-caller-line.c 21 callee (void) function
29 callee ();
foll-fork.c 5 void callee (int i) function
8 printf("callee: %d\n", i); */
21 callee (getpid ());
27 callee (getpid ());
ending-run.c 9 int callee (int x) function
27 printf( "%d ", callee( i ));
savedregs.c 28 callee (int param) function
36 return callee ((a1 << a2 * a3 / a4) + a6 & a6 % a7 - a8) + done;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
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 ());
break-caller-line.c 21 callee (void) function
29 callee ();
ending-run.c 9 int callee (int x) function
27 printf( "%d ", callee( i ));
savedregs.c 28 callee (int param) function
36 return callee ((a1 << a2 * a3 / a4) + a6 & a6 % a7 - a8) + done;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-inline-small-func.h 19 callee () { function
20 counter = 0; /* callee: body. */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-inline-small-func.h 19 callee () { function
20 counter = 0; /* callee: body. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-pseudo-unwind-asm.S 21 .global callee
22 callee: label
57 /* Call callee. */
58 call callee
aarch64-pseudo-unwind-asm.S 27 .global callee
28 callee: label
73 /* Call callee. */
74 bl callee
arm-pseudo-unwind-asm.S 28 .global callee
29 callee: label
69 /* Call callee. */
70 bl callee
arm-pseudo-unwind-legacy-asm.S 33 .global callee
34 callee: label
74 /* Call callee. */
75 bl callee
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
inline-small-func.h 25 callee () { function
26 counter = 0; /* callee: body. */
  /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.arch/
amd64-pseudo-unwind-asm.S 21 .global callee
22 callee: label
57 /* Call callee. */
58 call callee
aarch64-pseudo-unwind-asm.S 27 .global callee
28 callee: label
73 /* Call callee. */
74 bl callee
arm-pseudo-unwind-asm.S 28 .global callee
29 callee: label
69 /* Call callee. */
70 bl callee
arm-pseudo-unwind-legacy-asm.S 33 .global callee
34 callee: label
74 /* Call callee. */
75 bl callee
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
inline-small-func.h 25 callee () { function
26 counter = 0; /* callee: body. */
  /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 */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
disassem.c 19 callee (int x) function
27 return callee (x);

Completed in 49 milliseconds

1 2 3 4 5 6 7