Searched defs:lib (Results 1 - 25 of 100) sorted by relevance

1234

/external/compiler-rt/test/tsan/
H A Dignore_lib1.cc21 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib1.so"; local
22 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW);
H A Dignore_lib3.cc18 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib3.so"; local
19 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW);
H A Dload_shared_lib.cc54 void *lib = dlopen(path.c_str(), RTLD_NOW); local
55 if (!lib) {
60 *(void **)&write_from_so = dlsym(lib, "write_from_so");
/external/chromium_org/media/base/
H A Dmedia_win.cc16 #pragma comment(lib, "delayimp.lib")
30 HMODULE lib = ::LoadLibraryEx( local
35 return lib != NULL;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlinit.c53 const luaL_Reg *lib; local
55 for (lib = loadedlibs; lib->func; lib++) {
56 luaL_requiref(L, lib->name, lib->func, 1);
57 lua_pop(L, 1); /* remove lib */
61 for (lib = preloadedlibs; lib->func; lib
[all...]
/external/emma/core/java12/com/vladium/jcd/lib/
H A DUDataInputStream.java9 package com.vladium.jcd.lib;
H A DUDataOutputStream.java9 package com.vladium.jcd.lib;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_sw.c38 struct util_dl_library *lib; member in struct:pipe_loader_sw_device
78 if (sdev->lib)
79 util_dl_close(sdev->lib);
92 if (!sdev->lib)
93 sdev->lib = pipe_loader_find_module(dev, library_paths);
94 if (!sdev->lib)
97 init = (void *)util_dl_get_proc_address(sdev->lib, "swrast_create_screen");
H A Dpipe_loader.c75 struct util_dl_library *lib; local
93 lib = util_dl_open(path);
94 if (lib) {
96 return lib;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cc35 Lib *lib = &libs_[count_++]; local
36 lib->templ = internal_strdup(s->templ);
37 lib->name = 0;
38 lib->loaded = false;
49 Lib *lib = &libs_[i]; local
50 if (!lib->loaded && lib->real_name == 0 &&
51 TemplateMatch(lib->templ, name))
52 lib->real_name = internal_strdup(buf.data());
60 Lib *lib local
[all...]
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dasan-symbolize-sanity-test.cc26 void *lib = dlopen(path.c_str(), RTLD_NOW); local
27 if (!lib) {
31 fun_t *inc2 = (fun_t*)dlsym(lib, "inc2");
H A Dshared-lib-test.cc25 void *lib = dlopen(path.c_str(), RTLD_NOW); local
26 if (!lib) {
30 fun_t *inc = (fun_t*)dlsym(lib, "inc");
38 // CHECK: {{ #1 0x.* in main .*shared-lib-test.cc:}}[[@LINE-4]]
/external/llvm/bindings/python/llvm/
H A Dbit_reader.py14 lib = get_library() variable
20 result = lib.LLVMParseBitcode(mem_buffer, byref(module), byref(out))
31 register_library(lib)
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_sw.c38 struct util_dl_library *lib; member in struct:pipe_loader_sw_device
78 if (sdev->lib)
79 util_dl_close(sdev->lib);
92 if (!sdev->lib)
93 sdev->lib = pipe_loader_find_module(dev, library_paths);
94 if (!sdev->lib)
97 init = (void *)util_dl_get_proc_address(sdev->lib, "swrast_create_screen");
H A Dpipe_loader.c75 struct util_dl_library *lib; local
93 lib = util_dl_open(path);
94 if (lib) {
96 return lib;
/external/qemu/android/utils/
H A Ddll.c66 adynamicLibrary_findSymbol( ADynamicLibrary* lib, argument
74 if (lib == NULL) {
82 result = GetProcAddress( (HMODULE)lib, symbolName );
91 adynamicLibrary_close( ADynamicLibrary* lib )
93 if (lib != NULL) {
94 FreeLibrary( (HMODULE)lib );
137 adynamicLibrary_findSymbol( ADynamicLibrary* lib, argument
145 if (lib == NULL) {
153 result = dlsym(lib, symbolName);
162 adynamicLibrary_close( ADynamicLibrary* lib )
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestloadso.c18 void *lib = NULL; local
24 fprintf(stderr, " %s --hello <lib with puts()>\n", app);
43 lib = SDL_LoadObject(libname);
44 if (lib == NULL) {
49 fn = (fntype) SDL_LoadFunction(lib, symname);
65 SDL_UnloadObject(lib);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp55 DynamicLibrary lib = DynamicLibrary::getPermanentLibrary(i->c_str()); local
59 (const char *) lib.getAddressOfSymbol("clang_analyzerAPIVersionString");
67 (RegisterCheckersFn) (intptr_t) lib.getAddressOfSymbol(
/external/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp7 namespace lib { namespace
/external/compiler-rt/test/asan/TestCases/
H A Ddlclose-test.cc44 void *lib = dlopen(path.c_str(), RTLD_NOW); local
45 if (!lib) {
49 fun_t *get = (fun_t*)dlsym(lib, "get_address_of_static_var");
61 if (dlclose(lib)) {
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dplt.c76 arch_elf_init(struct ltelf *lte, struct library *lib) argument
/external/chromium_org/build/win/importlibs/
H A Dcreate_importlib_win.py24 (lib.exe), both of which must be in path.
34 ; Stubs to provide mangled names to lib.exe for the
93 The resulting object file is then supplied to lib.exe with a .def file
100 In combination, the .def file and the .obj file cause lib.exe to generate
101 an x86 import lib with public symbols named like
109 # Create an .asm file to provide stdcall-like stub names to lib.exe.
123 """Creates an import lib binding imports to dll_name for architecture.
141 # Invoke on lib.exe to create the import library.
146 lib_name = dll_base_name + '.lib'
147 cmdline = ['lib
206 _LOGGER.exception('Failed to create import lib.') namespace
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dbench_load_library.cpp71 void* lib; local
75 lib = dlopen(library_path, RTLD_NOW);
77 if (!lib)
80 dlclose(lib);
/external/chromium_org/third_party/icu/source/tools/icuinfo/
H A Dicuinfo.cpp152 const char *lib = uplug_getLibraryName(plug, &libStatus); local
163 (U_SUCCESS(libStatus)?(lib!=NULL?lib:"(null)"):u_errorName(libStatus)),
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprlink.h72 ** Given a directory name "dir" and a library name "lib" construct a full
82 NSPR_API(char*) PR_GetLibraryName(const char *dir, const char *lib);
181 NSPR_API(PRStatus) PR_UnloadLibrary(PRLibrary *lib); variable
191 NSPR_API(void*) PR_FindSymbol(PRLibrary *lib, const char *name);
202 NSPR_API(PRFuncPtr) PR_FindFunctionSymbol(PRLibrary *lib, const char *name);
215 PRLibrary* *lib);
226 PRLibrary* *lib);

Completed in 728 milliseconds

1234