OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f2_handle
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
instrprof-dlopen-main.c
28
void *
f2_handle
= dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS);
local in function:main
29
if (
f2_handle
== NULL) {
35
void (*func2)(int) = (void (*)(int))dlsym(
f2_handle
, "func2");
instrprof-dlopen-main.c
28
void *
f2_handle
= dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS);
local in function:main
29
if (
f2_handle
== NULL) {
35
void (*func2)(int) = (void (*)(int))dlsym(
f2_handle
, "func2");
Completed in 53 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025