HomeSort by: relevance | last modified time | path
    Searched defs:lib (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gcore-relro-lib.c 19 lib (void) function
print-symbol-loading-lib.c 19 lib (void) function
sym-file-main.c 41 struct library *lib; local
48 lib = load_shlib (file);
49 if (lib == NULL)
52 if (get_text_addr (lib, (void **) &text_addr) != 0)
58 if (lookup_function (lib, "bar", (void *) &pbar) != 0)
64 if (lookup_function (lib, "foo", (void *) &pfoo) != 0)
70 unload_shlib (lib);
78 lib = load_shlib (file); /* reload lib here */
79 if (lib == NULL
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gcore-relro-lib.c 19 lib (void) function
print-symbol-loading-lib.c 19 lib (void) function
sym-file-main.c 41 struct library *lib; local
48 lib = load_shlib (file);
49 if (lib == NULL)
52 if (get_text_addr (lib, (void **) &text_addr) != 0)
58 if (lookup_function (lib, "bar", (void *) &pbar) != 0)
64 if (lookup_function (lib, "foo", (void *) &pfoo) != 0)
70 unload_shlib (lib);
78 lib = load_shlib (file); /* reload lib here */
79 if (lib == NULL
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
bit_reader.py 14 lib = get_library() variable
19 result = lib.LLVMParseBitcode2(mem_buffer, byref(module))
30 register_library(lib)
disassembler.py 29 lib = get_library() variable
51 f = getattr(lib, "LLVMInitialize" + tgt + initializer)
75 ptr = lib.LLVMCreateDisasm(c_char_p(triple), c_void_p(None), c_int(0),
81 LLVMObject.__init__(self, ptr, disposer=lib.LLVMDisasmDispose)
103 result = lib.LLVMDisasmInstruction(self, buf, c_uint64(len(source)),
131 result = lib.LLVMDisasmInstruction(self, b,
144 if not lib.LLVMSetDisasmOptions(self, options):
169 register_library(lib)
object.py 92 "lib",
118 ptr = lib.LLVMCreateObjectFile(contents)
119 LLVMObject.__init__(self, ptr, disposer=lib.LLVMDisposeObjectFile)
130 sections = lib.LLVMGetSections(self)
133 if lib.LLVMIsSectionIteratorAtEnd(self, sections):
142 lib.LLVMMoveToNextSection(sections)
148 lib.LLVMDisposeSectionIterator(sections)
158 symbols = lib.LLVMGetSymbols(self)
161 if lib.LLVMIsSymbolIteratorAtEnd(self, symbols):
170 lib.LLVMMoveToNextSymbol(symbols
507 lib = get_library() variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
line-breakpoint-outside-function.c 40 void *lib = dlopen (THE_LIB_PATH, RTLD_NOW); local
41 assert (lib != NULL);
43 void (*the_lib_func) (void) = dlsym (lib, "the_lib_func");
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
line-breakpoint-outside-function.c 40 void *lib = dlopen (THE_LIB_PATH, RTLD_NOW); local
41 assert (lib != NULL);
43 void (*the_lib_func) (void) = dlsym (lib, "the_lib_func");
  /src/external/mit/libuv/dist/docs/code/plugin/
main.c 21 uv_lib_t lib; local
24 if (uv_dlopen(argv[argc], &lib)) {
25 fprintf(stderr, "Error: %s\n", uv_dlerror(&lib));
30 if (uv_dlsym(&lib, "initialize", (void **) &init_plugin)) {
31 fprintf(stderr, "dlsym error: %s\n", uv_dlerror(&lib));
  /src/external/mit/lua/dist/src/
linit.c 68 const luaL_Reg *lib; local
70 for (lib = loadedlibs; lib->func; lib++) {
71 luaL_requiref(L, lib->name, lib->func, 1);
72 lua_pop(L, 1); /* remove lib */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
library-module-lib.f90 16 module lib module
22 var_i = 2 ! i-is-2-in-lib
24 end module lib
  /src/external/mit/libuv/dist/test/
test-dlerror.c 31 uv_lib_t lib; local
34 lib.errmsg = NULL;
35 lib.handle = NULL;
36 msg = uv_dlerror(&lib);
40 r = uv_dlopen(path, &lib);
43 msg = uv_dlerror(&lib);
53 msg = uv_dlerror(&lib);
62 uv_dlclose(&lib);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
library-module-lib.f90 16 module lib module
22 var_i = 2 ! i-is-2-in-lib
24 end module lib
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.cc 32 Lib *lib = &libs_[count_++]; local
33 lib->templ = internal_strdup(name_templ);
34 lib->name = nullptr;
35 lib->real_name = nullptr;
36 lib->loaded = false;
46 Lib *lib = &libs_[i]; local
47 if (!lib->loaded && (!lib->real_name) &
57 Lib *lib = &libs_[i]; local
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_libignore.cpp 31 Lib *lib = &libs_[count_++]; local
32 lib->templ = internal_strdup(name_templ);
33 lib->name = nullptr;
34 lib->real_name = nullptr;
35 lib->loaded = false;
45 Lib *lib = &libs_[i]; local
46 if (!lib->loaded && (!lib->real_name) &
56 Lib *lib = &libs_[i]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_libignore.cpp 31 Lib *lib = &libs_[count_++]; local
32 lib->templ = internal_strdup(name_templ);
33 lib->name = nullptr;
34 lib->real_name = nullptr;
35 lib->loaded = false;
45 Lib *lib = &libs_[i]; local
46 if (!lib->loaded && (!lib->real_name) &
56 Lib *lib = &libs_[i]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
driver-msp430.cc 106 const char * lib; member in struct:hwmult_options
118 return hwmult_options[i].lib;
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
driver-msp430.cc 106 const char * lib; member in struct:hwmult_options
118 return hwmult_options[i].lib;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
openssl_link.c 123 int lib = ERR_GET_LIB(err); local
137 if (lib == ERR_R_ECDSA_LIB &&
  /src/external/bsd/libarchive/dist/libarchive/
filter_fork_windows.c 41 static HINSTANCE lib; local
45 lib = LoadLibrary(TEXT("user32.dll"));
47 if (lib == NULL) {
50 return (void *)GetProcAddress(lib, name);
  /src/crypto/external/apache2/openssl/dist/test/
errtest.c 29 char *lib; local
79 lib = "lib(2)";
81 lib = "system library";
85 lib = "lib(2)";
91 errorcode, lib, func, reason, file, line);
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
gss_mech_switch.c 28 * $FreeBSD: src/lib/libgssapi/gss_mech_switch.c,v 1.2 2006/02/04 09:40:21 dfr Exp $
237 char *name, *oid, *lib, *kobj; local
280 lib = strsep(&p, "\t\n ");
283 if (!name || !oid || !lib || !kobj)
311 so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP);

Completed in 25 milliseconds

1 2 3