Home | History | Annotate | Download | only in scripts

Lines Matching refs:missing

24    missing = "error"# log an error on missing symbols
50 FILENAME==master && $1==";missing" && NF==2{
51 # This allows the master file to control how missing symbols
55 missing = $2
130 # missing in export list too, so ok
137 # is an error too (see the setting of 'missing' at the start),
140 if (missing != "ignore") {
142 print "png.h:", missing ": missing symbols:", unexported "-" o-1
144 print "png.h:", missing ": missing symbol:", unexported
145 if (missing != "warning")
154 # either the symbol is missing somewhere or it changed