Lines Matching defs:library
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;
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 standard
1862 * If the suffix indicates that the target is a library, mark that in
1865 if (targ->suff->library)
2084 Buf_AddFlag(&buf, suff->library, "SUFF_LIBRARY");