Searched defs:module_function (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c28 const char* module_function = "module_main"; local
51 funcptr = (module_symbol) GetProcAddress(dl, module_function);
53 fprintf(stderr, "Failed to find symbol: %s\n", module_function);
78 funcptr = dlsym(dl, module_function);
80 fprintf(stderr, "Failed to find symbol: %s\n", module_function);

Completed in 71 milliseconds