|
gem5
v19.0.0.0
|
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 362 of file coff_sym.h.
| #define cAuxMax (6 + (idimMax*3)) |
Definition at line 348 of file coff_sym.h.
| #define cbAUXU sizeof(AUXU) |
Definition at line 361 of file coff_sym.h.
| #define cbDNR sizeof(DNR) |
Definition at line 321 of file coff_sym.h.
| #define cbEXTR sizeof(EXTR) |
Definition at line 276 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 407 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 232 of file coff_sym.h.
| #define cbOPTR sizeof(OPTR) |
Definition at line 384 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 398 of file coff_sym.h.
| #define cbRNDXR sizeof(RNDXR) |
Definition at line 311 of file coff_sym.h.
| #define cbSYMR sizeof(SYMR) |
Definition at line 250 of file coff_sym.h.
| #define cbTIR sizeof(TIR) |
Definition at line 296 of file coff_sym.h.
| #define dnNil ((pDNR)0) |
Definition at line 322 of file coff_sym.h.
| #define extNil ((pEXTR)0) |
Definition at line 275 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 409 of file coff_sym.h.
| #define hdrNil ((pHDRR)0) |
Definition at line 128 of file coff_sym.h.
| #define iauxNil -1 |
Definition at line 363 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 408 of file coff_sym.h.
| #define ilineNil -1 |
Definition at line 233 of file coff_sym.h.
| #define ilnNil -1 |
Definition at line 179 of file coff_sym.h.
| #define indexNil 0xfffff |
Definition at line 252 of file coff_sym.h.
| #define ioptNil -1 |
Definition at line 385 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 260 of file coff_sym.h.
| #define issNil -1 |
Definition at line 253 of file coff_sym.h.
| #define issNull 0 |
Definition at line 254 of file coff_sym.h.
| #define isymNil -1 |
Definition at line 251 of file coff_sym.h.
| #define itqMax 6 |
Definition at line 298 of file coff_sym.h.
| #define lineNil ((pLINER)0) |
Definition at line 231 of file coff_sym.h.
| #define optNil ((pOPTR) 0) |
Definition at line 383 of file coff_sym.h.
| #define pdNil ((pPDR) 0) |
Definition at line 215 of file coff_sym.h.
| #define rfdNil -1 |
Definition at line 399 of file coff_sym.h.
| #define rndxNil ((pRNDXR)0) |
Definition at line 312 of file coff_sym.h.
| #define symNil ((pSYMR)0) |
Definition at line 249 of file coff_sym.h.
| #define tiNil ((pTIR)0) |
Definition at line 297 of file coff_sym.h.
| typedef struct ecoff_extsym EXTR |
Definition at line 406 of file coff_sym.h.
| typedef struct ecoff_symhdr HDRR |
Definition at line 230 of file coff_sym.h.
| typedef struct ecoff_extsym * pEXTR |
Definition at line 406 of file coff_sym.h.
| typedef struct ecoff_symhdr * pHDRR |
Definition at line 230 of file coff_sym.h.
Definition at line 397 of file coff_sym.h.
Definition at line 397 of file coff_sym.h.