sym_value          69 arch/i386/stand/installboot/installboot.c 	u_int32_t	sym_value;
sym_value         467 arch/i386/stand/installboot/installboot.c 	p->sym_value = value;
sym_value         510 arch/i386/stand/installboot/installboot.c 			*lp = sym->sym_value;
sym_value         513 arch/i386/stand/installboot/installboot.c 			if (sym->sym_value >= 0x10000)	/* out of range */
sym_value         515 arch/i386/stand/installboot/installboot.c 				    sym->sym_name, sym->sym_value);
sym_value         517 arch/i386/stand/installboot/installboot.c 			*wp = (u_int16_t) sym->sym_value;
sym_value         520 arch/i386/stand/installboot/installboot.c 			if (sym->sym_value >= 0x100)	/* out of range */
sym_value         522 arch/i386/stand/installboot/installboot.c 				    sym->sym_name, sym->sym_value);
sym_value         524 arch/i386/stand/installboot/installboot.c 			*bp = (u_int8_t) sym->sym_value;
sym_value         593 ddb/db_sym.c   		(*db_symformat->sym_value)(stab, sym, namep, valuep);
sym_value          90 ddb/db_sym.h   	void	(*sym_value)(db_symtab_t *, db_sym_t, char **,