Searched refs:library (Results 51 - 75 of 158) sorted by relevance

1234567

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrti.asm27 # As a special exception, if you link this library with files
H A Dcrtbegin.asm21 /* As a special exception, if you link this library with other files,
23 this library does not by itself cause the resulting executable
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec8 Summary: Lowlevel DNS(SEC) library with API
26 ldns is a library with the aim to simplify DNS programing in C. All
37 The devel package contains the ldns library and the include files
/freebsd-11-stable/contrib/gdb/gdb/
H A Dthread-db.c67 library. */
76 /* Connection to the libthread_db library. */
120 location in the child process will be called by the pthread library
409 /* Initialize pointers to the dynamic library functions we will use.
456 /* Initialize the library. */
608 const char *library = NULL;
611 library = info.dli_fname;
613 if (library == NULL)
615 library = LIBTHREAD_DB_SO;
616 printf_unfiltered ("Using host libthread_db library \"
602 const char *library = NULL; local
[all...]
H A Dgdb_thread_db.h35 /* This is the debugger interface for the LinuxThreads library. It is
43 /* Error codes of the library. */
58 TD_NOLIBTHREAD, /* Application not linked with thread library. */
61 TD_DBERR, /* Internal debug library error. */
95 /* Types of the debugging library. */
207 #error No uintptr_t available; your C library is too old.
255 /* Since Sun's library is based on Solaris threads we have to define a few
307 /* Prototypes for exported library functions. */
309 /* Initialize the thread debug support library. */
315 /* Generate new thread debug library handl
[all...]
/freebsd-11-stable/contrib/apr/
H A Dapr-config.in71 --shlib-path-var print the name of the shared library path env var
188 ### this surely can't work since the library is in .libs?
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm27 # As a special exception, if you link this library with files
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygwin.asm29 * As a special exception, if you link this library with files
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm28 As a special exception, if you link this library with files
H A Deabi-cn.asm28 As a special exception, if you link this library with files
H A Dsol-ci.asm29 # As a special exception, if you link this library with files
H A Dsol-cn.asm29 # As a special exception, if you link this library with files
H A Ddarwin-fpsave.asm28 * As a special exception, if you link this library with files
H A Ddarwin-tramp.asm29 * As a special exception, if you link this library with files
H A Ddarwin-vecsave.asm28 * As a special exception, if you link this library with files
H A Dtramp.asm29 * As a special exception, if you link this library with files
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-ci.asm29 ! As a special exception, if you link this library with files
H A Dsol2-c1.asm29 ! As a special exception, if you link this library with files
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile14 # from earlier libraries. Disable stack protection for this library.
93 # Defined in libgcc2.c, included only in the static library.
243 # Objects that should be in static library only.
340 @${ECHO} building static gcc_eh library
349 @${ECHO} building profiled gcc_eh library
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc10 * constant literals that are shared across profiling runtime library,
410 * runtime library.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc10 * constant literals that are shared across profiling runtime library,
410 * runtime library.
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure847 --enable-multilib build many library versions (default)
880 pass compiler FLAGS when building debug library
883 build extra debug library [default=no]
885 pass compiler FLAGS when building library
891 --enable-symvers=STYLE enables symbol versioning of the shared library
904 --with-newlib assume newlib as a system C library
1429 # library's /host/. configure then causes --target to default to --host,
1556 # because of the fat library support. Of course, it must be the
3923 # directories depending on the C library in use.
4189 # 'file_magic [regex]' -- check by looking for files in library pat
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c2 * ra_loader.c: logic for loading different RA library implementations
66 * This can't be determine until the library is loaded.
74 /* the name of this RA library (e.g. "neon" or "local") */
115 /* Ensure that the RA library NAME is loaded.
118 * function of the library.
121 * svn_ra_NAME_init compatibility init function of the library.
153 /* find/load the specified library */
211 /* Return an error if RA_VERSION doesn't match the version of this library.
212 Use SCHEME in the error message to describe the library that was loaded. */
333 _("Invalid config: unknown HTTP library "
1513 svn_ra_get_ra_library(svn_ra_plugin_t **library, void *ra_baton, const char *url, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl87 functions are generated for each library specified in the
102 source files as assigned to each library through the config
318 # error library at the start. This seems to work fine except for the
360 # Now process each library in turn.
/freebsd-11-stable/contrib/openpam/misc/
H A Dgendoc.pl57 The OpenPAM library is maintained by
657 The OpenPAM library and this manual page were $AUTHORS{THINKSEC}

Completed in 311 milliseconds

1234567