Searched refs:proxy_get_value (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/libexec/rtld-elf/tests/libdeep/
H A Dlibdeep.c12 int proxy_get_value(void);
17 proxy_get_value(void) function
/freebsd-current/libexec/rtld-elf/tests/rtld_deepbind/
H A Drtld_deepbind.c24 int (*proxy_get_value)(void);
41 proxy_get_value = dlsym(hdl, "proxy_get_value");
42 ATF_REQUIRE(proxy_get_value != NULL);
46 lib_value = (*proxy_get_value)();

Completed in 98 milliseconds