Home | History | Annotate | Download | only in depstest

Lines Matching refs:system_symbols

20     Each item has a "type" ("library" or "group" or "system_symbols").
24 The one "system_symbols" item and its groups have sets of "system_symbols"
109 if item["type"] == "system_symbols" and (_IsLibraryGroup(dep_item) or _IsLibrary(dep_item)):
110 sys.exit(("Error:%d: system_symbols depend on previously defined " +
120 exports = item.get("system_symbols")
121 if exports == None: exports = item["system_symbols"] = set()
184 elif current_type == "system_symbols":
189 elif line == "system_symbols:":
190 current_type = "system_symbols"
192 sys.exit("Error:%d: duplicate entry for system_symbols" % _line_number)