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

123

/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 Ddlclose.cc26 void *lib; variable
31 dlclose(lib);
38 lib = dlopen((std::string(argv[0]) + std::string("-so.so")).c_str(),
40 if (lib == 0) {
44 void *f = dlsym(lib, "sofunc");
H A Dload_shared_lib.cc59 void *lib = dlopen(path.c_str(), RTLD_NOW); local
60 if (!lib) {
65 *(void **)&init_so = dlsym(lib, "init_so");
68 *(void **)&write_from_so = dlsym(lib, "write_from_so");
/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cc30 Lib *lib = &libs_[count_++]; local
31 lib->templ = internal_strdup(name_templ);
32 lib->name = nullptr;
33 lib->real_name = nullptr;
34 lib->loaded = false;
44 Lib *lib = &libs_[i]; local
45 if (!lib->loaded && lib->real_name == 0 &&
46 TemplateMatch(lib->templ, name))
47 lib
55 Lib *lib = &libs_[i]; local
[all...]
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dasan-symbolize-sanity-test.cc27 void *lib = dlopen(path.c_str(), RTLD_NOW); local
28 if (!lib) {
32 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)
H A Ddisassembler.py30 lib = get_library() variable
52 f = getattr(lib, "LLVMInitialize" + tgt + initializer)
76 ptr = lib.LLVMCreateDisasm(c_char_p(triple), c_void_p(None), c_int(0),
82 LLVMObject.__init__(self, ptr, disposer=lib.LLVMDisasmDispose)
104 result = lib.LLVMDisasmInstruction(self, buf, c_uint64(len(source)),
132 result = lib.LLVMDisasmInstruction(self, b,
145 if not lib.LLVMSetDisasmOptions(self, options):
170 register_library(lib)
H A Dobject.py93 "lib",
119 ptr = lib.LLVMCreateObjectFile(contents)
120 LLVMObject.__init__(self, ptr, disposer=lib.LLVMDisposeObjectFile)
131 sections = lib.LLVMGetSections(self)
134 if lib.LLVMIsSectionIteratorAtEnd(self, sections):
143 lib.LLVMMoveToNextSection(sections)
149 lib.LLVMDisposeSectionIterator(sections)
159 symbols = lib.LLVMGetSymbols(self)
162 if lib.LLVMIsSymbolIteratorAtEnd(self, symbols):
171 lib
519 lib = get_library() variable
[all...]
/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/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.cc51 void *lib = dlopen(path.c_str(), RTLD_NOW); local
52 if (!lib) {
56 fun_t *get = (fun_t*)dlsym(lib, "get_address_of_static_var");
68 if (dlclose(lib)) {
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dplt.c76 arch_elf_init(struct ltelf *lte, struct library *lib) argument
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c80 int lib; local
81 for (lib = 0; lib < num_libs; lib++) {
83 snprintf(buf, sizeof(buf), "%s-f%d.so", argv[0], lib);
89 snprintf(buf, sizeof(buf), "f%d", lib);
90 Functions[lib] = (f_t)dlsym(handle, buf);
91 if (!Functions[lib]) {
95 fprintf(stderr, "LIB[%03d] %s: %p\n", lib, buf, Functions[lib]);
[all...]
/external/icu/icu4c/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/mesa3d/include/GL/
H A Dvms_x_fix.h923 #define lib$add_times LIB$ADD_TIMES
924 #define lib$addx LIB$ADDX
925 #define lib$create_dir LIB$CREATE_DIR
926 #define lib$create_vm_zone LIB$CREATE_VM_ZONE
927 #define lib$cvt_from_internal_time LIB$CVT_FROM_INTERNAL_TIME
928 #define lib$cvt_htb LIB$CVT_HTB
929 #define lib$cvt_vectim LIB$CVT_VECTIM
930 #define lib$day LIB$DAY
931 #define lib$day_of_week LIB$DAY_OF_WEEK
932 #define lib
[all...]
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DWebAppClassLoader.java94 * but that cannot be overridden by the contents of WEB-INF/lib or
106 * to be loaded from WEB-INF/lib or WEB-INF/classes
116 * should first try to load from WEB-INF/lib or WEB-INF/classes (servlet
263 * @param lib the resource that contains the jar and/or zip files.
265 public void addJars(Resource lib) argument
267 if (lib.exists() && lib.isDirectory())
269 String[] files=lib.list();
274 Resource fn=lib.addPath(files[f]);
/external/ltrace/
H A Dfilter.c128 matcher_matches_library(struct filter_lib_matcher *matcher, struct library *lib) argument
132 return re_match_or_error(&matcher->libname_re, lib->soname,
135 return re_match_or_error(&matcher->libname_re, lib->pathname,
138 return lib->type == LT_LIBTYPE_MAIN;
145 filter_matches_library(struct filter *filt, struct library *lib) argument
155 if (matcher_matches_library(it->lib_matcher, lib))
166 const char *sym_name, struct library *lib)
182 if (matcher_matches_library(it->lib_matcher, lib)
165 filter_matches_symbol(struct filter *filt, const char *sym_name, struct library *lib) argument
H A Dlibrary.h49 struct library *lib; member in struct:library_symbol
176 int library_init(struct library *lib, enum library_type type);
181 int library_clone(struct library *retp, struct library *lib);
185 void library_destroy(struct library *lib);
188 void library_set_soname(struct library *lib,
192 void library_set_pathname(struct library *lib,
198 (struct library *lib, struct library_symbol *start_after,
204 void library_add_symbol(struct library *lib, struct library_symbol *sym);
209 struct library *lib, void *name);
217 struct library *lib, voi
[all...]
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dplt.c42 arch_elf_init(struct ltelf *lte, struct library *lib) argument
204 lib->arch.hardfp = hardfp;
238 arch_library_init(struct library *lib) argument
244 arch_library_destroy(struct library *lib) argument
249 arch_library_clone(struct library *retp, struct library *lib) argument
251 retp->arch = lib->arch;

Completed in 3061 milliseconds

123