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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [vx-share/] [xdr_ld.h] - Diff between revs 107 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 107 Rev 1765
/* xdr_ld.h - xdr for additional dbxWorks structures */
/* xdr_ld.h - xdr for additional dbxWorks structures */
 
 
/*  Copyright 1992 Free Software Foundation, Inc.
/*  Copyright 1992 Free Software Foundation, Inc.
 
 
    This code was donated by Wind River Systems, Inc. */
    This code was donated by Wind River Systems, Inc. */
 
 
/*
/*
modification history
modification history
--------------------
--------------------
01a,05jun90,llk  extracted from xdr_dbx.h.
01a,05jun90,llk  extracted from xdr_dbx.h.
*/
*/
 
 
#ifndef INCxdrldh
#ifndef INCxdrldh
#define INCxdrldh
#define INCxdrldh
 
 
#define MAXSTRLEN 256
#define MAXSTRLEN 256
#define MAXTBLSZ 100
#define MAXTBLSZ 100
 
 
/*
/*
 * structure used to pass back the information for a single file
 * structure used to pass back the information for a single file
 * loaded in VxWorks
 * loaded in VxWorks
 */
 */
struct ldfile {
struct ldfile {
        char    *name;
        char    *name;
        int     txt_addr;
        int     txt_addr;
        int     data_addr;
        int     data_addr;
        int     bss_addr;
        int     bss_addr;
};
};
typedef struct ldfile ldfile;
typedef struct ldfile ldfile;
 
 
/*
/*
 * structure used to return a list of all files loaded over to
 * structure used to return a list of all files loaded over to
 * VxWorks. (VX_STATE_INQ return)
 * VxWorks. (VX_STATE_INQ return)
 */
 */
struct ldtabl {
struct ldtabl {
        u_int tbl_size;
        u_int tbl_size;
        ldfile *tbl_ent;
        ldfile *tbl_ent;
};
};
typedef struct ldtabl ldtabl;
typedef struct ldtabl ldtabl;
 
 
 
 
bool_t xdr_ldfile();
bool_t xdr_ldfile();
bool_t xdr_ldtabl();
bool_t xdr_ldtabl();
 
 
#endif  INCxdrldh
#endif  INCxdrldh
 
 

powered by: WebSVN 2.1.0

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