view dspanal/coffout.h @ 376:9b3e5be96bab

fir2freq: a tool for analyzing captured FIR coefficient sets
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Aug 2021 04:59:46 +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;
};