view dspanal/coffout.h @ 360:1f13f0e43e43

fluid-mnf: doc update after GTA02 tests
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 14 Mar 2020 08:33:22 +0000
parents f8344bc4fd61
children
line wrap: on
line source

struct coff_section {
	uint32_t	addr;
	uint32_t	size;
	u_char		*data;
	uint16_t	flags;
	u_char		mempage;
};