Home
last modified time | relevance | path

Searched refs:libexts (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c263 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 DChangeLog.07216 (libs, cmdline_lib_dirs, libpath_lib_dirs, libpath, libexts): Same.
H A DChangeLog.29274 c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
H A DChangeLog.611266 * collect2.c (libexts, is_ctor_dtor, main, ignore_library):
/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c2558 const char * const libexts[2] = {"a", "so"}; in resolve_lib_name() local
2581 libexts[(j + aixrtl_flag) % 2]); in resolve_lib_name()