view dspanal/coffout.h @ 366:c6a79ac125ac

fluid-mnf: rm Performance, incorporated into README
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Mar 2020 09:00:05 +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;
};