HomeSort by: relevance | last modified time | path
    Searched refs:library (Results 1 - 25 of 512) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sym-file-loader.h 19 struct library;
21 /* Mini shared library loader. No reallocation is performed
24 /* Load a library. */
26 struct library *load_shlib (const char *file);
28 /* Unload a library. */
30 void unload_shlib (struct library *lib);
34 int lookup_function (struct library *lib, const char *func, void **addr);
36 /* Return the library's loaded text address. */
38 int get_text_addr (struct library *lib, void **text_addr);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sym-file-loader.h 19 struct library;
21 /* Mini shared library loader. No reallocation is performed
24 /* Load a library. */
26 struct library *load_shlib (const char *file);
28 /* Unload a library. */
30 void unload_shlib (struct library *lib);
34 int lookup_function (struct library *lib, const char *func, void **addr);
36 /* Return the library's loaded text address. */
38 int get_text_addr (struct library *lib, void **text_addr);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-shared.exp 26 set library [standard_output_file ${libfile}.sl]
28 if { [gdb_compile_shlib ${srcdir}/${subdir}/${libsrc} ${library} "debug"] != "" } {
29 untested "failed to compile shared library"
33 set exec_opts [list debug shlib=${library}]
42 gdb_load_shlib ${library}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-shared.exp 26 set library [standard_output_file ${libfile}.sl]
28 if { [gdb_compile_shlib ${srcdir}/${subdir}/${libsrc} ${library} "debug"] != "" } {
29 untested "failed to compile shared library"
33 set exec_opts [list debug shlib=${library}]
42 gdb_load_shlib ${library}
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
object.py 426 def register_library(library):
427 """Register function prototypes with LLVM library instance."""
430 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer]
431 library.LLVMCreateObjectFile.restype = c_object_p
433 library.LLVMDisposeObjectFile.argtypes = [ObjectFile]
435 library.LLVMGetSections.argtypes = [ObjectFile]
436 library.LLVMGetSections.restype = c_object_p
438 library.LLVMDisposeSectionIterator.argtypes = [c_object_p]
440 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
441 library.LLVMIsSectionIteratorAtEnd.restype = boo
    [all...]
core.py 450 def register_library(library):
452 library.LLVMInitializeCore.argtypes = [PassRegistry]
453 library.LLVMInitializeCore.restype = None
455 library.LLVMInitializeTransformUtils.argtypes = [PassRegistry]
456 library.LLVMInitializeTransformUtils.restype = None
458 library.LLVMInitializeScalarOpts.argtypes = [PassRegistry]
459 library.LLVMInitializeScalarOpts.restype = None
461 library.LLVMInitializeObjCARCOpts.argtypes = [PassRegistry]
462 library.LLVMInitializeObjCARCOpts.restype = None
464 library.LLVMInitializeVectorization.argtypes = [PassRegistry
    [all...]
bit_reader.py 26 def register_library(library):
27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
28 library.LLVMParseBitcode2.restype = bool
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.debuginfod/
solib-with-soname-1.c 19 so that the debug information in the two library versions is laid out
29 # error Unknown library version
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.debuginfod/
solib-with-soname-1.c 19 so that the debug information in the two library versions is laid out
29 # error Unknown library version
  /src/sys/arch/atari/stand/libsa/
Makefile 13 SA_AS= library
19 KERN_AS= library
  /src/external/gpl3/gcc/dist/gcc/cp/
g++spec.cc 34 /* Add -lstdc++exp for experimental features that need library support. */
92 /* What action to take for the c++ runtime library:
97 int library = 0; local
99 /* Which c++ runtime library to link. */
128 /* By default, we throw on the math library if we have one. */
175 library = -1;
188 library = (library == 0) ? 1 : library;
197 if (library ==
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
g++spec.cc 90 /* What action to take for the c++ runtime library:
95 int library = 0; local
97 /* Which c++ runtime library to link. */
126 /* By default, we throw on the math library if we have one. */
163 library = -1;
176 library = (library == 0) ? 1 : library;
185 if (library == 0
190 library = 1
    [all...]
  /src/sys/arch/bebox/stand/common/
Makefile 18 KERN_AS= library
23 Z_AS= library
28 SA_AS= library
  /src/sys/arch/news68k/stand/common/
Makefile 20 KERN_AS= library
25 Z_AS= library
30 SA_AS= library
  /src/sys/arch/prep/stand/common/
Makefile 18 KERN_AS= library
23 Z_AS= library
28 SA_AS= library
  /src/sys/arch/rs6000/stand/common/
Makefile 19 KERN_AS= library
24 Z_AS= library
29 SA_AS= library
  /src/sys/lib/libkern/
Makefile.inc 6 # KERNDST may be set to the location of the directory where library
8 # KERN_AS may be set to 'obj' to build a object from the library's
9 # object files. (Otherwise, a library will be built.)
11 # 'library' is used as a default value.
13 # Miscellaneous cpp flags to be passed to the library's Makefile
16 # Miscellaneous flags to be passed to the library's Makefile when
17 # building. See library's Makefile for more details about
25 KERN_AS?= library
64 @echo making sure the kern library is up to date...
65 .if (${KERN_AS} == "library")
    [all...]
  /src/external/gpl2/lvm2/dist/lib/misc/
sharedlib.c 47 void *library; local
50 log_error("Not loading shared %s library %s in static mode.",
57 log_very_verbose("Opening shared %s library %s", desc, path);
59 if (!(library = dlopen(path, RTLD_LAZY | RTLD_GLOBAL))) {
61 log_verbose("Unable to open external %s library %s: %s",
64 log_error("Unable to open external %s library %s: %s",
68 return library;
  /src/sys/arch/acorn32/stand/lib/
Makefile.inc 6 # RISCOSDST may be set to the location of the directory where library
9 # Miscellaneous cpp flags to be passed to the library's Makefile
12 # Miscellaneous flags to be passed to the library's Makefile when
13 # building. See library's Makefile for more details about
34 @echo making sure the riscos library is up to date...
39 @echo cleaning the riscos library objects
44 @echo cleandiring the riscos library objects
49 @echo depending the riscos library objects
  /src/sys/arch/hppa/spmath/
Makefile.inc 27 @echo making sure the spmath library is up to date...
31 @echo making sure the profiled spmath library is up to date...
35 @echo cleaning the spmath library objects
41 @echo depending the spmath library objects
  /src/sys/arch/i386/stand/lib/
Makefile.inc 6 # I386DST may be set to the location of the directory where library
9 # Miscellaneous cpp flags to be passed to the library's Makefile
12 # Miscellaneous flags to be passed to the library's Makefile when
13 # building. See library's Makefile for more details about
37 @echo making sure the i386 library is up to date...
42 @echo cleaning the i386 library objects
47 @echo cleandiring the i386 library objects
52 @echo depending the i386 library objects
  /src/sys/arch/ia64/stand/efi/libefi/
Makefile.inc 6 # EFIDST may be set to the location of the directory where library
9 # Miscellaneous cpp flags to be passed to the library's Makefile
12 # Miscellaneous flags to be passed to the library's Makefile when
13 # building. See library's Makefile for more details about
34 @echo making sure the efi library is up to date...
39 @echo cleaning the efi library objects
44 @echo cleandiring the efi library objects
50 @echo depending the efi library objects
  /src/sys/arch/mvme68k/stand/libsa/
Makefile 22 SA_AS= library
28 KERN_AS= library
  /src/sys/arch/mvmeppc/stand/libsa/
Makefile 23 SA_AS= library
29 KERN_AS= library
  /src/external/gpl2/lvm2/dist/lib/metadata/
segtype.c 35 segtype->library = NULL;

Completed in 45 milliseconds

1 2 3 4 5 6 7 8 91011>>