|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <kos.h>Typedefs | |
| typedef int(* | work_fn) (int) |
Functions | |
| static __noinline int | do_work (int x) |
| static __noinline int | call_indirect (work_fn fn, int v) |
| static __noinline int | depth_recurse (int depth, int value) |
| static __noinline void | test_recursive (void) |
| static __noinline void | test_indirect (void) |
| int | main (int argc, char **argv) |
| typedef int(* work_fn) (int) |
|
static |
Referenced by test_indirect().
|
static |
References arch_stk_trace(), and depth_recurse().
Referenced by depth_recurse(), and test_recursive().
|
static |
References arch_stk_trace(), and x.
Referenced by test_indirect().
| int main | ( | int | argc, |
| char ** | argv ) |
References arch_stk_trace(), printf, test_indirect(), and test_recursive().
|
static |
References call_indirect(), and do_work().
Referenced by main().
|
static |
References depth_recurse().
Referenced by main().