Home
last modified time | relevance | path

Searched refs:shared_lib (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
Dmusl_preinit.c341 bool init_malloc_hook_shared_library(void* shared_library_handle, const char* shared_lib, const cha… in init_malloc_hook_shared_library() argument
376 void* load_malloc_hook_shared_library(const char* shared_lib, const char* prefix, struct MallocDisp… in load_malloc_hook_shared_library() argument
380 shared_library_handle = dlopen(shared_lib, RTLD_NOW | RTLD_LOCAL); in load_malloc_hook_shared_library()
383 …MUSL_LOGI("HiProfiler, Unable to open shared library %{public}s: %{public}s.", shared_lib, dlerror… in load_malloc_hook_shared_library()
387 if (!init_malloc_hook_shared_library(shared_library_handle, shared_lib, prefix, dispatch_table)) { in load_malloc_hook_shared_library()
454 static void install_ohos_malloc_hook(struct musl_libc_globals* globals, const char* shared_lib, con… in install_ohos_malloc_hook() argument
459 …shared_library_handle = (volatile void*)load_malloc_hook_shared_library(shared_lib, prefix, &globa… in install_ohos_malloc_hook()
461 …shared_library_handle = (volatile void*)load_malloc_hook_shared_library(shared_lib, prefix, &globa… in install_ohos_malloc_hook()
/third_party/icu/vendor/double-conversion/upstream/
DSConstruct38 shared_lib = env.SharedLibrary(library_name, double_conversion_shared_objects)
42 env.InstallVersionedLib(libdir, shared_lib)
/third_party/gn/src/gn/
Dninja_c_binary_target_writer_unittest.cc745 Target shared_lib(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F() local
746 shared_lib.set_output_type(Target::SHARED_LIBRARY); in TEST_F()
747 shared_lib.SetToolchain(setup.toolchain()); in TEST_F()
748 shared_lib.sources().push_back(SourceFile("//foo/sources.cc")); in TEST_F()
749 shared_lib.sources().push_back(SourceFile("//foo/bar.def")); in TEST_F()
750 shared_lib.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()
751 shared_lib.source_types_used().Set(SourceFile::SOURCE_DEF); in TEST_F()
752 ASSERT_TRUE(shared_lib.OnResolved(&err)); in TEST_F()
755 NinjaCBinaryTargetWriter writer(&shared_lib, out); in TEST_F()
2675 Target shared_lib(setup.settings(), in TEST_F() local
[all …]
/third_party/node/
Dconfigure.py1492 shared_lib = 'shared_' + lib
1493 output['variables']['node_' + shared_lib] = b(getattr(options, shared_lib))
1495 if getattr(options, shared_lib):
1498 if options.__dict__[shared_lib + '_includes']:
1499 output['include_dirs'] += [options.__dict__[shared_lib + '_includes']]
1505 if options.__dict__[shared_lib + '_libpath']:
1517 default_libs = getattr(options, shared_lib + '_libname')
/third_party/musl/libc-test/
Dtest_template.gni265 "shared_lib name is required in target ${target_name}")