Searched refs:Libs (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/tools/LibraryReport/
H A DLibraryReport.tcl42 # These libraries each get an entry in the global 'Libs()' array.
46 # used. The path of the executable is then added to the 'Libs()' array
60 # add an element to 'Libs' for everything that looks like a library.
64 global Libs stats verbose;
100 if {![info exists Libs($lib)]} {
101 set Libs($lib) ""; # add it to our list
111 if {![info exists Libs($lib)]} {
112 set Libs($lib) ""; # add it to our list
116 lappend Libs($ldest) "($lib)";
123 set stats(libs) [llength [array names Libs]];
[all...]
/freebsd-10.1-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp807 LibsTy Libs; local
813 Libs.push_back(Obj->getDynamicString(DynI->d_un.d_val));
815 std::stable_sort(Libs.begin(), Libs.end());
817 for (LibsTy::const_iterator I = Libs.begin(), E = Libs.end(); I != E; ++I) {
/freebsd-10.1-release/usr.bin/make/
H A Dparse.c160 Libs, /* .LIBS */ enumerator in enum:__anon11829
214 { ".LIBS", Libs, 0 },
1118 specType == Includes || specType == Libs ||
1164 case Libs:
/freebsd-10.1-release/contrib/bmake/
H A Dparse.c192 Libs, /* .LIBS */ enumerator in enum:__anon699
312 { ".LIBS", Libs, 0 },
1569 (specType == Includes) || (specType == Libs) ||
1615 case Libs:

Completed in 118 milliseconds