Searched refs:libexts (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | collect2.c | 263 static const char *const libexts[3] = {"a", "so", NULL}; /* possible library extensions */ variable 2937 for (j = 0; libexts[j]; j++) 2940 list->prefix, p, name, libexts[j]);
|
| H A D | ChangeLog.0 | 7216 (libs, cmdline_lib_dirs, libpath_lib_dirs, libpath, libexts): Same.
|
| H A D | ChangeLog.2 | 9274 c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
|
| H A D | ChangeLog.6 | 11266 * collect2.c (libexts, is_ctor_dtor, main, ignore_library):
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | collect2.c | 2558 const char * const libexts[2] = {"a", "so"}; in resolve_lib_name() local 2581 libexts[(j + aixrtl_flag) % 2]); in resolve_lib_name()
|