| /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;
|
| 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/external/gpl3/gcc/dist/gcc/fortran/ |
| gfortranspec.cc | 79 static const char *library = NULL; variable 164 FORCE_STATIC, ensure the library is linked statically. */ 195 1 => last arg was -l<library> 196 2 => last two args were -l<library> -lm. */ 199 /* By default, we throw on the math library if we have one. */ 212 library = FORTRAN_LIBRARY; 229 command line, don't do any library-option processing (except 252 library = 0; 303 /* If there are no input files, no need for the library. */ 305 library = 0 [all...] |
| gfortranspec.cc | 79 static const char *library = NULL; variable 164 FORCE_STATIC, ensure the library is linked statically. */ 195 1 => last arg was -l<library> 196 2 => last two args were -l<library> -lm. */ 199 /* By default, we throw on the math library if we have one. */ 212 library = FORTRAN_LIBRARY; 229 command line, don't do any library-option processing (except 252 library = 0; 303 /* If there are no input files, no need for the library. */ 305 library = 0 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| gfortranspec.cc | 79 static const char *library = NULL; variable 164 FORCE_STATIC, ensure the library is linked statically. */ 195 1 => last arg was -l<library> 196 2 => last two args were -l<library> -lm. */ 199 /* By default, we throw on the math library if we have one. */ 212 library = FORTRAN_LIBRARY; 229 command line, don't do any library-option processing (except 252 library = 0; 303 /* If there are no input files, no need for the library. */ 305 library = 0 [all...] |
| gfortranspec.cc | 79 static const char *library = NULL; variable 164 FORCE_STATIC, ensure the library is linked statically. */ 195 1 => last arg was -l<library> 196 2 => last two args were -l<library> -lm. */ 199 /* By default, we throw on the math library if we have one. */ 212 library = FORTRAN_LIBRARY; 229 command line, don't do any library-option processing (except 252 library = 0; 303 /* If there are no input files, no need for the library. */ 305 library = 0 [all...] |
| /src/external/gpl2/lvm2/dist/include/ |
| segtype.h | 61 void *library; /* lvm_register_segtype() sets this. */ member in struct:segment_type
|
| segtype.h | 61 void *library; /* lvm_register_segtype() sets this. */ member in struct:segment_type
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| segtype.h | 61 void *library; /* lvm_register_segtype() sets this. */ member in struct:segment_type
|
| segtype.h | 61 void *library; /* lvm_register_segtype() sets this. */ member in struct:segment_type
|
| /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...] |
| 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...] |
| 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/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| sym-file-loader.c | 69 struct library struct 193 unload_shlib (struct library *lib) 207 /* Mini shared library loader. No reallocation 210 struct library * 213 struct library *lib; 295 lib = malloc (sizeof (struct library)); 325 get_text_addr (struct library *lib, void **text_addr) 482 lookup_function (struct library *lib, const char *func, void **addr)
|
| sym-file-loader.c | 69 struct library struct 193 unload_shlib (struct library *lib) 207 /* Mini shared library loader. No reallocation 210 struct library * 213 struct library *lib; 295 lib = malloc (sizeof (struct library)); 325 get_text_addr (struct library *lib, void **text_addr) 482 lookup_function (struct library *lib, const char *func, void **addr)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| sym-file-loader.c | 69 struct library struct 193 unload_shlib (struct library *lib) 207 /* Mini shared library loader. No reallocation 210 struct library * 213 struct library *lib; 295 lib = malloc (sizeof (struct library)); 325 get_text_addr (struct library *lib, void **text_addr) 482 lookup_function (struct library *lib, const char *func, void **addr)
|
| sym-file-loader.c | 69 struct library struct 193 unload_shlib (struct library *lib) 207 /* Mini shared library loader. No reallocation 210 struct library * 213 struct library *lib; 295 lib = malloc (sizeof (struct library)); 325 get_text_addr (struct library *lib, void **text_addr) 482 lookup_function (struct library *lib, const char *func, void **addr)
|
| /src/usr.bin/make/ |
| suff.c | 97 * Suff_AddLib Mark the given suffix as denoting a library. 160 * This suffix marks library files. Their search path ends up in the 163 bool library:1; member in struct:Suffix 454 suff->library = false; 483 nullSuff->library = false; 862 if (suff->library) 898 * Add the given suffix as a type of file which is a library. 908 suff->library = true; 1624 * If the node is a library, it is the arch module's job to find it 1644 * Because a library (-lfoo) target doesn't follow the standar [all...] |
| suff.c | 97 * Suff_AddLib Mark the given suffix as denoting a library. 160 * This suffix marks library files. Their search path ends up in the 163 bool library:1; member in struct:Suffix 454 suff->library = false; 483 nullSuff->library = false; 862 if (suff->library) 898 * Add the given suffix as a type of file which is a library. 908 suff->library = true; 1624 * If the node is a library, it is the arch module's job to find it 1644 * Because a library (-lfoo) target doesn't follow the standar [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linux-thread-db.c | 55 libthread_db is a library, provided along with libpthread.so, which 56 exposes the internals of the thread library to a debugger. It 63 for NPTL, the glibc threading library. It assumes that each thread 65 some point it also supported the older LinuxThreads library, but it 71 but the thread library's data structures do not reflect it yet) 160 library. */ 177 HANDLE. It may be NULL for system library. */ 184 /* Connection to the libthread_db library. */ 544 /* Lookup a library in which given symbol resides. 546 Returns library name, or NULL. * 943 const char *library; local [all...] |
| linux-thread-db.c | 55 libthread_db is a library, provided along with libpthread.so, which 56 exposes the internals of the thread library to a debugger. It 63 for NPTL, the glibc threading library. It assumes that each thread 65 some point it also supported the older LinuxThreads library, but it 71 but the thread library's data structures do not reflect it yet) 160 library. */ 177 HANDLE. It may be NULL for system library. */ 184 /* Connection to the libthread_db library. */ 544 /* Lookup a library in which given symbol resides. 546 Returns library name, or NULL. * 943 const char *library; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| linux-thread-db.c | 55 libthread_db is a library, provided along with libpthread.so, which 56 exposes the internals of the thread library to a debugger. It 63 for NPTL, the glibc threading library. It assumes that each thread 65 some point it also supported the older LinuxThreads library, but it 71 but the thread library's data structures do not reflect it yet) 160 library. */ 177 HANDLE. It may be NULL for system library. */ 184 /* Connection to the libthread_db library. */ 544 /* Lookup a library in which given symbol resides. 546 Returns library name, or NULL. * 940 const char *library; local [all...] |
| linux-thread-db.c | 55 libthread_db is a library, provided along with libpthread.so, which 56 exposes the internals of the thread library to a debugger. It 63 for NPTL, the glibc threading library. It assumes that each thread 65 some point it also supported the older LinuxThreads library, but it 71 but the thread library's data structures do not reflect it yet) 160 library. */ 177 HANDLE. It may be NULL for system library. */ 184 /* Connection to the libthread_db library. */ 544 /* Lookup a library in which given symbol resides. 546 Returns library name, or NULL. * 940 const char *library; local [all...] |
| /src/libexec/ld.elf_so/ |
| rtld.h | 137 char *library[RTLD_MAX_LIBRARY]; member in struct:_rtld_library_xform_t::__anon581
|