FreeCalypso > hg > freecalypso-reveng
view dspanal/coffout.h @ 406:1a852266ba74
tfo moved to gsm-net-reveng repository
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 24 May 2024 21:19:59 +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; };