view dspanal/coffout.h @ 408:14302e075f37 default tip

hr-bits: further conditionalize SID-1-diff
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 Jul 2024 10:06:38 +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;
};