gem5
|
Go to the source code of this file.
Classes | |
struct | ecoff_symhdr |
struct | ecoff_fdr |
struct | pdr |
struct | ecoff_sym |
struct | ecoff_extsym |
struct | TIR |
struct | RNDXR |
struct | DNR |
union | AUXU |
struct | OPTR |
Macros | |
#define | cbHDRR sizeof(HDRR) |
#define | hdrNil ((pHDRR)0) |
#define | cbFDR sizeof(FDR) |
#define | fdNil ((pFDR)0) |
#define | ifdNil -1 |
#define | ifdTemp 0 |
#define | ilnNil -1 |
#define | cbPDR sizeof(PDR) |
#define | pdNil ((pPDR) 0) |
#define | ipdNil -1 |
#define | lineNil ((pLINER)0) |
#define | cbLINER sizeof(LINER) |
#define | ilineNil -1 |
#define | symNil ((pSYMR)0) |
#define | cbSYMR sizeof(SYMR) |
#define | isymNil -1 |
#define | indexNil 0xfffff |
#define | issNil -1 |
#define | issNull 0 |
#define | IssFSb(sb) (0x80000000 | ((coff_ulong)(sb))) |
#define | extNil ((pEXTR)0) |
#define | cbEXTR sizeof(EXTR) |
#define | cbTIR sizeof(TIR) |
#define | tiNil ((pTIR)0) |
#define | itqMax 6 |
#define | cbRNDXR sizeof(RNDXR) |
#define | rndxNil ((pRNDXR)0) |
#define | cbDNR sizeof(DNR) |
#define | dnNil ((pDNR)0) |
#define | cAuxMax (6 + (idimMax*3)) |
#define | cbAUXU sizeof(AUXU) |
#define | auxNil ((pAUXU)0) |
#define | iauxNil -1 |
#define | optNil ((pOPTR) 0) |
#define | cbOPTR sizeof(OPTR) |
#define | ioptNil -1 |
#define | cbRFDT sizeof(RFDT) |
#define | rfdNil -1 |
#define | cbFIT sizeof(FIT) |
#define | ifiNil -1 |
#define | fiNil ((pFIT) 0) |
Typedefs | |
typedef struct ecoff_symhdr | HDRR |
typedef struct ecoff_symhdr * | pHDRR |
typedef struct ecoff_fdr | FDR |
typedef struct ecoff_fdr * | pFDR |
typedef struct pdr | PDR |
typedef struct pdr * | pPDR |
typedef coff_int | LINER |
typedef coff_int * | pLINER |
typedef struct ecoff_sym | SYMR |
typedef struct ecoff_sym * | pSYMR |
typedef struct ecoff_extsym | EXTR |
typedef struct ecoff_extsym * | pEXTR |
typedef struct TIR * | pTIR |
typedef struct RNDXR * | pRNDXR |
typedef struct DNR * | pDNR |
typedef union AUXU * | pAUXU |
typedef struct OPTR * | pOPTR |
typedef coff_long | RFDT |
typedef coff_long * | pRFDT |
typedef coff_int | FIT |
typedef coff_int * | pFIT |
#define auxNil ((pAUXU)0) |
Definition at line 388 of file coff_sym.h.
#define cAuxMax (6 + (idimMax*3)) |
Definition at line 374 of file coff_sym.h.
#define cbAUXU sizeof(AUXU) |
Definition at line 387 of file coff_sym.h.
#define cbDNR sizeof(DNR) |
Definition at line 347 of file coff_sym.h.
#define cbEXTR sizeof(EXTR) |
Definition at line 302 of file coff_sym.h.
#define cbFDR sizeof(FDR) |
Definition at line 175 of file coff_sym.h.
#define cbFIT sizeof(FIT) |
Definition at line 433 of file coff_sym.h.
#define cbHDRR sizeof(HDRR) |
Definition at line 127 of file coff_sym.h.
#define cbLINER sizeof(LINER) |
Definition at line 258 of file coff_sym.h.
#define cbOPTR sizeof(OPTR) |
Definition at line 410 of file coff_sym.h.
#define cbPDR sizeof(PDR) |
Definition at line 214 of file coff_sym.h.
#define cbRFDT sizeof(RFDT) |
Definition at line 424 of file coff_sym.h.
#define cbRNDXR sizeof(RNDXR) |
Definition at line 337 of file coff_sym.h.
#define cbSYMR sizeof(SYMR) |
Definition at line 276 of file coff_sym.h.
#define cbTIR sizeof(TIR) |
Definition at line 322 of file coff_sym.h.
#define dnNil ((pDNR)0) |
Definition at line 348 of file coff_sym.h.
#define extNil ((pEXTR)0) |
Definition at line 301 of file coff_sym.h.
#define fdNil ((pFDR)0) |
Definition at line 176 of file coff_sym.h.
#define fiNil ((pFIT) 0) |
Definition at line 435 of file coff_sym.h.
#define hdrNil ((pHDRR)0) |
Definition at line 128 of file coff_sym.h.
#define iauxNil -1 |
Definition at line 389 of file coff_sym.h.
#define ifdNil -1 |
Definition at line 177 of file coff_sym.h.
#define ifdTemp 0 |
Definition at line 178 of file coff_sym.h.
#define ifiNil -1 |
Definition at line 434 of file coff_sym.h.
#define ilineNil -1 |
Definition at line 259 of file coff_sym.h.
#define ilnNil -1 |
Definition at line 179 of file coff_sym.h.
#define indexNil 0xfffff |
Definition at line 278 of file coff_sym.h.
#define ioptNil -1 |
Definition at line 411 of file coff_sym.h.
#define ipdNil -1 |
Definition at line 216 of file coff_sym.h.
#define IssFSb | ( | sb | ) | (0x80000000 | ((coff_ulong)(sb))) |
Definition at line 286 of file coff_sym.h.
#define issNil -1 |
Definition at line 279 of file coff_sym.h.
#define issNull 0 |
Definition at line 280 of file coff_sym.h.
#define isymNil -1 |
Definition at line 277 of file coff_sym.h.
#define itqMax 6 |
Definition at line 324 of file coff_sym.h.
#define lineNil ((pLINER)0) |
Definition at line 257 of file coff_sym.h.
#define optNil ((pOPTR) 0) |
Definition at line 409 of file coff_sym.h.
#define pdNil ((pPDR) 0) |
Definition at line 215 of file coff_sym.h.
#define rfdNil -1 |
Definition at line 425 of file coff_sym.h.
#define rndxNil ((pRNDXR)0) |
Definition at line 338 of file coff_sym.h.
#define symNil ((pSYMR)0) |
Definition at line 275 of file coff_sym.h.
#define tiNil ((pTIR)0) |
Definition at line 323 of file coff_sym.h.
typedef struct ecoff_extsym EXTR |
Definition at line 432 of file coff_sym.h.
typedef struct ecoff_symhdr HDRR |
Definition at line 256 of file coff_sym.h.
typedef struct ecoff_extsym * pEXTR |
Definition at line 432 of file coff_sym.h.
typedef struct ecoff_symhdr * pHDRR |
Definition at line 256 of file coff_sym.h.
Definition at line 423 of file coff_sym.h.
Definition at line 423 of file coff_sym.h.