Home
last modified time | relevance | path

Searched refs:call0a (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dfuncargs.exp54 gdb_breakpoint call0a
1037 gdb_breakpoint call0a
1038 gdb_continue call0a
Dfuncargs.c75 void call0a (char c, short s, int i, long l) in call0a() function
77 call0a (c, s, i, l) in call0a()
720 void (*pointer_to_call0a) (char, short, int, long) = (void (*)(char, short, int, long))call0a; in main()
728 call0a (c, s, i, l); in main()
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/
DChangeLog9681 "run to call0a" if not compiled with gcc.
12241 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.