V7/usr/include/symbol.h

Find at most related files.
including files from this version of Unix.

/*
 * Structure of a symbol table entry
 */

struct	symbol {
	char	sy_name[8];
	char	sy_type;
	int	sy_value;
};