Go 1.2 symbol table format. See golang.org/s/go12symtab. A general note about the methods here: rather than try to avoid index out of bounds errors, we trust Go to detect them, and then we recover from the panics and treat them as indicative of a malformed or incomplete table. The methods called b
()