/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
H A D | core.py | 450 def register_library(library): argument 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 …]
|
H A D | object.py | 426 def register_library(library): argument 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 = bool 443 library.LLVMMoveToNextSection.argtypes = [c_object_p] [all …]
|
H A D | disassembler.py | 148 def register_library(library): argument 149 library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p, c_int, 151 library.LLVMCreateDisasm.restype = c_object_p 153 library.LLVMDisasmDispose.argtypes = [Disassembler] 155 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte), 157 library.LLVMDisasmInstruction.restype = c_size_t 159 library.LLVMSetDisasmOptions.argtypes = [Disassembler, c_uint64] 160 library.LLVMSetDisasmOptions.restype = c_int
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | g++spec.c | 73 int library = 0; in lang_specific_driver() local 141 library = -1; in lang_specific_driver() 159 library = (library == 0) ? 1 : library; in lang_specific_driver() 168 if (library == 0 in lang_specific_driver() 173 library = 1; in lang_specific_driver() 182 if (library == 0) in lang_specific_driver() 183 library = 1; in lang_specific_driver() 195 library = -1; in lang_specific_driver() 207 library = library >= 0 ? 2 : library; in lang_specific_driver() 241 if (library == 0) in lang_specific_driver() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | g++spec.cc | 95 int library = 0; in lang_specific_driver() local 163 library = -1; in lang_specific_driver() 176 library = (library == 0) ? 1 : library; in lang_specific_driver() 185 if (library == 0 in lang_specific_driver() 190 library = 1; in lang_specific_driver() 199 if (library == 0) in lang_specific_driver() 200 library = 1; in lang_specific_driver() 212 library = -1; in lang_specific_driver() 224 library = library >= 0 ? 2 : library; in lang_specific_driver() 267 if (library == 0) in lang_specific_driver() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/ |
H A D | t-nds32-isr | 1 # Rules of c-isr library stuff of Andes NDS32 cpu for GNU compiler 85 # Build vector vid objects for ISR library. 86 vec_vid%.o: $(srcdir)/config/nds32/isr-library/vec_vid%.S 90 # Build jump table objects for ISR library. 91 jmptbl_vid%.o: $(srcdir)/config/nds32/isr-library/jmptbl_vid%.S 95 # Build commen objects for ISR library. 96 excp_isr_ps_nn.o: $(srcdir)/config/nds32/isr-library/excp_isr.S 97 $(GCC_FOR_TARGET) $(ISR_CFLAGS) $(srcdir)/config/nds32/isr-library/excp_isr.S -o excp_isr_ps_nn.o 99 excp_isr_ps_ns.o: $(srcdir)/config/nds32/isr-library/excp_isr.S 100 …$(GCC_FOR_TARGET) $(ISR_CFLAGS) -DNDS32_NESTED $(srcdir)/config/nds32/isr-library/excp_isr.S -o ex… [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/ |
H A D | t-nds32-isr | 1 # Rules of c-isr library stuff of Andes NDS32 cpu for GNU compiler 85 # Build vector vid objects for ISR library. 86 vec_vid%.o: $(srcdir)/config/nds32/isr-library/vec_vid%.S 90 # Build jump table objects for ISR library. 91 jmptbl_vid%.o: $(srcdir)/config/nds32/isr-library/jmptbl_vid%.S 95 # Build commen objects for ISR library. 96 excp_isr_ps_nn.o: $(srcdir)/config/nds32/isr-library/excp_isr.S 97 $(GCC_FOR_TARGET) $(ISR_CFLAGS) $(srcdir)/config/nds32/isr-library/excp_isr.S -o excp_isr_ps_nn.o 99 excp_isr_ps_ns.o: $(srcdir)/config/nds32/isr-library/excp_isr.S 100 …$(GCC_FOR_TARGET) $(ISR_CFLAGS) -DNDS32_NESTED $(srcdir)/config/nds32/isr-library/excp_isr.S -o ex… [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | Toolchain.rst | 134 appropriate implementation of each runtime library, selected based on 149 .. FIXME: Describe profiling runtime library 155 The compiler runtime library provides definitions of functions implicitly 160 The default runtime library is target-specific. For targets where GCC is 167 `LLVM's compiler runtime library <https://compiler-rt.llvm.org/>`_ provides a 168 complete set of runtime library functions containing all functions that 183 `GCC's runtime library <https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html>`_ 191 Atomics library 197 suitably aligned), a call to a runtime library ``__atomic_*`` function 198 will be generated. A runtime library containing these atomics functions is [all …]
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | README | 4 This is the Gnu Readline library, version 8.1. 6 The Readline library provides a set of functions for use by applications 8 Emacs and vi editing modes are available. The Readline library includes 13 The history facilites are also placed into a separate library, the 14 History library, as part of the build process. The History library 18 The Readline library is free software, distributed under the terms of 23 To build the library, try typing `./configure', then `make'. The 65 not shared library creation is supported and to generate the values 88 SHOBJ_LD The link editor to be used to create the shared library from 97 SHLIB_XLDFLAGS Additional flags to pass to SHOBJ_LD for shared library [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | README | 1 The libbacktrace library 4 The libbacktrace library may be linked into a program or library and 9 The libbacktrace library is provided under a BSD license. See the 13 backtrace.h, which should be #include'd by a user of the library. 16 which a user of the library may use to determine whether backtraces 21 DWARF debugging information. The library is written to make it
|
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
H A D | README | 1 The libbacktrace library 4 The libbacktrace library may be linked into a program or library and 9 The libbacktrace library is provided under a BSD license. See the 13 backtrace.h, which should be #include'd by a user of the library. 16 which a user of the library may use to determine whether backtraces 21 DWARF debugging information. The library is written to make it
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | ERR_GET_LIB.pod | 22 The error code returned by ERR_get_error() consists of a library 28 The library number and function code describe where the error 31 Each sub-library of OpenSSL has a unique library number; function and 32 reason codes are unique within each sub-library. Note that different 37 unique. However, when checking for sub-library specific reason codes, 38 be sure to also compare the library number. 45 The library number, function code, reason code, and whether the error
|
H A D | OPENSSL_init_crypto.pod | 32 start up that must, subsequently, be freed on close down of the library. 67 library will automatically load the libcrypto error strings. 74 With this option the library will automatically load and make available all 81 With this option the library will automatically load and make available all 88 With this option the library will suppress automatic loading of libcrypto 95 With this option the library will suppress automatic loading of libcrypto 116 With this option the library with automatically initialise the libcrypto async 117 sub-library (see L<ASYNC_start_job(3)>). This is a default option. 121 With this option the library will automatically load and initialise the 126 With this option the library will automatically load and initialise the [all …]
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | archive.mk | 31 @${MAKE} -f ${MAKEFILE} set-up-library 32 @${MAKE} -f ${MAKEFILE} -dm library 2>&1 \ 35 @${MAKE} -f ${MAKEFILE} tear-down-library 87 set-up-library: .PHONY 89 @echo "not a library" > libbad.a 91 @echo "begin library" 93 .if make(library) 97 # The two lines for libgood contain the word "library", the two lines for 102 # expect: Examining libgood.a...library...up-to-date. 103 # expect: Examining -lgood...library [all...] |
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | ERR_GET_LIB.pod | 20 The error code returned by ERR_get_error() consists of a library 26 The library number describes where the error 29 Each sub-library of OpenSSL has a unique library number; the 30 reason code is unique within each sub-library. Note that different 34 unique. However, when checking for sub-library specific reason codes, 35 be sure to also compare the library number. 41 The library number, reason code, and whether the error
|
/netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
H A D | check_lib2.m4 | 2 dnl first try to link library without $5, and only of that failed, 9 dnl Use a cache variable name containing both the library and function name, 10 dnl because the test really is for library $1 defining function $2, not 11 dnl just for library $1. Separate tests with the same $1 and different $2s 17 # first try with base library, without auxiliary library 31 # if OK, set to no auxiliary library, else try auxiliary library
|
/netbsd-src/crypto/external/bsd/heimdal/dist/tools/ |
H A D | krb5-config.in | 45 library= 96 library=krb5 100 library=gssapi 104 library=kadm-client 108 library=kadm-server 112 library=kafs 142 if test X"$library" = X; then
|
/netbsd-src/sys/lib/libkern/ |
H A D | Makefile.inc | 25 KERN_AS?= library 64 @echo making sure the kern library is up to date... 72 @echo making sure the profiled kern library is up to date... 80 @echo making sure the kern lint library is up to date... 85 @echo cleaning the kern library objects 90 @echo cleandiring the kern library objects 95 @echo depending the kern library objects
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | copying-lib.texi | 44 you if you distribute copies of the library or if you modify it. 46 For example, if you distribute copies of the library, whether gratis 49 code. If you link other code with the library, you must provide 51 with the library after making changes to the library and recompiling 55 library, and (2) we offer you this license, which gives you legal 56 permission to copy, distribute and/or modify the library. 59 there is no warranty for the free library. Also, if the library is 69 any patent license obtained for a version of the library must be 79 When a program is linked with a library, whether statically or using 80 a shared library, the combination of the two is legally speaking a [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | copying-lib.texi | 44 you if you distribute copies of the library or if you modify it. 46 For example, if you distribute copies of the library, whether gratis 49 code. If you link other code with the library, you must provide 51 with the library after making changes to the library and recompiling 55 library, and (2) we offer you this license, which gives you legal 56 permission to copy, distribute and/or modify the library. 59 there is no warranty for the free library. Also, if the library is 69 any patent license obtained for a version of the library must be 79 When a program is linked with a library, whether statically or using 80 a shared library, the combination of the two is legally speaking a [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | copying-lib.texi | 44 you if you distribute copies of the library or if you modify it. 46 For example, if you distribute copies of the library, whether gratis 49 code. If you link other code with the library, you must provide 51 with the library after making changes to the library and recompiling 55 library, and (2) we offer you this license, which gives you legal 56 permission to copy, distribute and/or modify the library. 59 there is no warranty for the free library. Also, if the library is 69 any patent license obtained for a version of the library must be 79 When a program is linked with a library, whether statically or using 80 a shared library, the combination of the two is legally speaking a [all …]
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | copying-lib.texi | 44 you if you distribute copies of the library or if you modify it. 46 For example, if you distribute copies of the library, whether gratis 49 code. If you link other code with the library, you must provide 51 with the library after making changes to the library and recompiling 55 library, and (2) we offer you this license, which gives you legal 56 permission to copy, distribute and/or modify the library. 59 there is no warranty for the free library. Also, if the library is 69 any patent license obtained for a version of the library must be 79 When a program is linked with a library, whether statically or using 80 a shared library, the combination of the two is legally speaking a [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | COPYING.LIB-2.1 | 40 you if you distribute copies of the library or if you modify it. 42 For example, if you distribute copies of the library, whether gratis 45 code. If you link other code with the library, you must provide 47 with the library after making changes to the library and recompiling 51 library, and (2) we offer you this license, which gives you legal 52 permission to copy, distribute and/or modify the library. 55 there is no warranty for the free library. Also, if the library is 65 any patent license obtained for a version of the library must be 75 When a program is linked with a library, whether statically or using 76 a shared library, the combination of the two is legally speaking a [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
H A D | lgpl.texi | 44 you if you distribute copies of the library or if you modify it. 46 For example, if you distribute copies of the library, whether gratis 49 code. If you link other code with the library, you must provide 51 with the library after making changes to the library and recompiling 55 library, and (2) we offer you this license, which gives you legal 56 permission to copy, distribute and/or modify the library. 59 there is no warranty for the free library. Also, if the library is 69 any patent license obtained for a version of the library must be 79 When a program is linked with a library, whether statically or using 80 a shared library, the combination of the two is legally speaking a [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
H A D | t-bfin-elf | 22 MULTILIB_OPTIONS+=mid-shared-library/msep-data/mfdpic mleaf-id-shared-library 23 MULTILIB_DIRNAMES=bf532-none mid-shared-library msep-data mfdpic mleaf-id-shared-library 46 MULTILIB_EXCEPTIONS=mleaf-id-shared-library* 47 MULTILIB_EXCEPTIONS+=mcpu=bf532-none/mleaf-id-shared-library* 48 MULTILIB_EXCEPTIONS+=*mfdpic/mleaf-id-shared-library* 49 MULTILIB_EXCEPTIONS+=*msep-data/mleaf-id-shared-library*
|