Lines Matching full:symbols
2 # Check a list of symbols against the master definition
7 # Output is a file in the current directory called 'symbols.new',
18 official[1] = "" # defined symbols from master file
19 symbol[1] = "" # defined symbols from png.h
20 removed[1] = "" # removed symbols from png.h
24 missing = "error"# log an error on missing symbols
25 of="symbols.new" # default to a fixed name
51 # This allows the master file to control how missing symbols
52 # are handled; symbols that aren't in either the master or
63 # 'removed' symbols, introduced in png.h using PNG_REMOVED rather
64 # than PNG_EXPORT. Use symbols.dfn or pngwin.dfn to generate the
105 # At the end check for symbols marked as both duplicated and removed
116 # Add a standard header to symbols.new:
120 print "; Contains all the symbols that can be exported from libpng" >of
135 # Symbols in the .def but not in the new file are errors, but
136 # the 'unexported' symbols aren't in either. By default this
142 print "png.h:", missing ": missing symbols:", unexported "-" o-1
164 # Finally generate symbols.new