SYMBOL INDEX (8 symbols across 3 files) FILE: main.go function main (line 10) | func main() { FILE: seccomp.go function disallow (line 9) | func disallow(sc string) { FILE: syscallcounter.go type syscallCounter (line 11) | type syscallCounter method init (line 15) | func (s syscallCounter) init() syscallCounter { method inc (line 20) | func (s syscallCounter) inc(syscallID uint64) error { method print (line 29) | func (s syscallCounter) print() { method getName (line 40) | func (s syscallCounter) getName(syscallID uint64) string { constant maxSyscalls (line 13) | maxSyscalls = 303