Home
last modified time | relevance | path

Searched refs:RTLD_LOCAL (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dvdso_restorer.c51 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in main()
54 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in main()
H A Dtest_vdso.c93 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
96 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
H A Dtest_vsyscall.c74 void *vdso = dlopen("linux-vdso.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso()
76 vdso = dlopen("linux-gate.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dgettime_perf.c24 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
27 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Ddlfcn.h38 #define RTLD_LOCAL 0 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Ddlfcn.h38 #define RTLD_LOCAL 0 macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/tbb/tbb/
H A D0001-Musl-linux-can-not-use-RTLD_DEEPBIND.patch25 flags = flags | RTLD_LOCAL;
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdriswrast.c55 #ifndef RTLD_LOCAL
56 #define RTLD_LOCAL 0 macro
H A Dglxdricommon.c305 driver = dlopen(filename, RTLD_LAZY | RTLD_LOCAL); in glxProbeDriver()
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dindirect.c658 opengl_framework_handle = dlopen(opengl_framework_path, RTLD_LOCAL); in setup_dispatch_table()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtypeinfo53 // when objects are loaded with RTLD_LOCAL, so now we always use strcmp by
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtypeinfo53 // when objects are loaded with RTLD_LOCAL, so now we always use strcmp by
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dhttp_file_source.cpp74 handle = dlopen("libcurl.so.4", RTLD_LAZY | RTLD_LOCAL); in load()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info14259 'RTLD_LOCAL'; this is necessary to avoid problems with a library
14260 used by two different 'RTLD_LOCAL' plugins depending on a
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info14259 'RTLD_LOCAL'; this is necessary to avoid problems with a library
14260 used by two different 'RTLD_LOCAL' plugins depending on a
/OK3568_Linux_fs/external/xserver/
H A DChangeLog135493 Cygwin/X: Cygwin doesn't have RTLD_LOCAL
135495 RTLD_LOCAL is not defined on Cygwin