Searched refs:dlsym (Results 1 – 9 of 9) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | dynamic_link.cpp | 36 #define dlsym( handle, name ) GetProcAddress( handle, name ) macro 53 #pragma weak dlsym macro 123 if ( !dlsym ) return false; in resolve_symbols() 133 pointer_to_handler addr = (pointer_to_handler)dlsym( module, desc.name ); in resolve_symbols()
|
| H A D | itt_notify.cpp | 25 #pragma weak dlsym macro
|
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | proxy.cpp | 165 orig_free = dlsym(RTLD_NEXT, "free"); in InitOrigPointers() 166 orig_realloc = dlsym(RTLD_NEXT, "realloc"); in InitOrigPointers() 167 orig_msize = dlsym(RTLD_NEXT, "malloc_usable_size"); in InitOrigPointers() 168 orig_libc_free = dlsym(RTLD_NEXT, "__libc_free"); in InitOrigPointers() 169 orig_libc_realloc = dlsym(RTLD_NEXT, "__libc_realloc"); in InitOrigPointers()
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_atexit.cpp | 104 malloc_type *orig_malloc = (malloc_type*)dlsym(RTLD_NEXT, "malloc"); in TestReplacedAllocFunc()
|
| H A D | test_malloc_lib_unload.cpp | 180 ASSERT(dlsym(RTLD_DEFAULT, "scalable_malloc"), in operator ()()
|
| H A D | test_malloc_overload.cpp | 407 …REQUIRE_MESSAGE(dlsym(RTLD_DEFAULT, "scalable_malloc"), "Lost dependency on malloc_proxy or LD_PRE…
|
| /oneTBB/test/common/ |
| H A D | utils_dynamic_libs.h | 114 func = (FunctionPointer)dlsym(lib, name); in GetAddress()
|
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_config.h | 311 #define __itt_get_proc(lib, name) dlsym(lib, name) 401 void* dlsym(void*, const char*) __attribute__((weak)); 403 #define DL_SYMBOLS (dlopen && dlsym && dlclose)
|
| /oneTBB/src/tbb/def/ |
| H A D | mac64-tbb.def | 18 # (e. g. when searching symbol in a dynamic library via dlsym()). Symbols in this file SHOULD
|