OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:another_func
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/gdbserver_tests/
main_pic.c
3
static void
another_func
(char *msg)
function
11
printf("address of
another_func
%p\n", &
another_func
);
12
another_func
("called from main");
mcmain_pic.stdout.exp
3
address of
another_func
0x........
mcmain_pic.stdoutB.exp
4
11 printf("address of
another_func
%p\n", &
another_func
);
7
$3 = (void (*)(char *)) 0x........ <
another_func
>
Completed in 984 milliseconds