Home
last modified time | relevance | path

Searched refs:another_func (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/gdbserver_tests/
Dmain_pic.c4 static void another_func(char *msg) in another_func() function
12 printf("address of another_func %#" PRIxPTR "\n", (uintptr_t) another_func); in main()
13 another_func("called from main"); in main()
Dmcmain_pic.stdinB.gdb12 print another_func("called from gdb")
15 print &another_func
Dmcmain_pic.stdout.exp3 address of another_func 0x........
Dmcmain_pic.stdoutB.exp4 12 printf("address of another_func %#" PRIxPTR "\n", (uintptr_t) another_func);