Lines Matching defs:lib
778 N_(("lib,lib ...")));
1739 // A library name. When used, "lib" will be prepended and ".so" or
1857 // Create a lib argument.
1858 explicit Input_argument(Input_file_lib* lib)
1859 : is_file_(false), group_(NULL), lib_(lib), script_info_(NULL)
1872 // Return whether this is a lib.
1900 // Return the information about the lib.
1902 lib() const
1910 lib()
1971 // A lib from the command line. This is a set of arguments within
1972 // --start-lib ... --end-lib.
1983 // Add a file to the end of the lib.
1995 // Iterators to iterate over the lib contents.
2037 // Start a lib (the --start-lib option).
2041 // End a lib (the --end-lib option).
2050 // Return whether we are currently in a lib.