view dspanal/coffout.h @ 322:6e442ed0f64d

frbl/reconst/convert.c: perfect match to TCS211 object
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 05 Mar 2020 07:09:15 +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;
};