URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [Open8 Tools/] [open8_src/] [open8_link/] [listfile.h] - Rev 266
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __LISTFILE_H #define __LISTFILE_H struct listfileitem { char *sourcefilename; int linenumber; int address; int length; }; int listfile_write_listfiles(struct section *e); int listfile_block_read(unsigned char **d, struct section *s); #endif
Go to most recent revision | Compare with Previous | Blame | View Log