OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [gdb-5.0/] [include/] [coff/] [go32exe.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 106 markom
/* COFF information for PC running go32.  */
2
 
3
#define STUBSIZE 2048
4
 
5
struct external_filehdr_go32_exe {
6
        char stub[STUBSIZE];    /* the stub to load the image   */
7
        /* the standard COFF header */
8
        char f_magic[2];        /* magic number                 */
9
        char f_nscns[2];        /* number of sections           */
10
        char f_timdat[4];       /* time & date stamp            */
11
        char f_symptr[4];       /* file pointer to symtab       */
12
        char f_nsyms[4];        /* number of symtab entries     */
13
        char f_opthdr[2];       /* sizeof(optional hdr)         */
14
        char f_flags[2];        /* flags                        */
15
};
16
 
17
#undef FILHDR
18
#define FILHDR  struct external_filehdr_go32_exe
19
#undef FILHSZ
20
#define FILHSZ  STUBSIZE+20

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.