OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myprint
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/cachegrind/tests/
dlclose.stdout.exp
1
This is
myprint
!
myprint.c
3
void
myprint
(void)
function
5
puts("This is
myprint
!");
dlclose.c
16
void (*
myprint
)(void);
19
handle = dlopen ("./
myprint
.so", RTLD_LAZY);
25
myprint
= dlsym(handle, "
myprint
");
31
(*
myprint
)();
Completed in 669 milliseconds