HomeSort by relevance Sort by last modified time
    Searched full:myprint (Results 1 - 4 of 4) 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)();
Makefile.am 21 chdir clreq dlclose myprint.so
33 myprint_so_SOURCES = myprint.c # Only needed for automake-1.7.

Completed in 44 milliseconds