
Go to the source code of this file.
Data Types | |
| type | HDRR |
| type | fdr |
| type | pdr |
| type | SYMR |
| type | ecoff_extr |
| type | TIR |
| type | RNDXR |
| type | DNR |
| union | AUXU |
| type | OPTR |
Defines | |
| #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 | ((unsigned long)(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 HDRR * | pHDRR |
| typedef struct fdr | FDR |
| typedef struct fdr * | pFDR |
| typedef struct pdr | PDR |
| typedef struct pdr * | pPDR |
| typedef long | LINER |
| typedef long * | pLINER |
| typedef struct SYMR * | pSYMR |
| typedef struct ecoff_extr | EXTR |
| typedef struct ecoff_extr * | pEXTR |
| typedef struct TIR * | pTIR |
| typedef struct RNDXR * | pRNDXR |
| typedef struct DNR * | pDNR |
| typedef union AUXU * | pAUXU |
| typedef struct OPTR * | pOPTR |
| typedef long | RFDT |
| typedef long * | pRFDT |
| typedef long | FIT |
| typedef long * | pFIT |
| #define ifdNil -1 |
Definition at line 142 of file sym.h.
Referenced by _bfd_ecoff_bfd_copy_private_bfd_data(), _bfd_mips_elf_final_link(), ecoff_get_extr(), ecoff_link_write_external(), elf64_alpha_final_link(), elf64_alpha_output_extsym(), and mips_elf_output_extsym().
| #define ilineNil -1 |
| #define indexNil 0xfffff |
Definition at line 243 of file sym.h.
Referenced by _bfd_ecoff_bfd_copy_private_bfd_data(), _bfd_ecoff_print_symbol(), _bfd_mips_elf_final_link(), bfd_ecoff_debug_accumulate_other(), ecoff_emit_aggregate(), ecoff_get_extr(), ecoff_link_write_external(), elf64_alpha_final_link(), elf64_alpha_output_extsym(), emit_aggregate(), lookup_line(), mips_elf_output_extsym(), and print_symbol().
| #define issNil -1 |
Definition at line 244 of file sym.h.
Referenced by _bfd_mips_elf_final_link(), elf64_alpha_final_link(), and print_file_desc().
| typedef struct ecoff_extr EXTR |
| typedef struct ecoff_extr * pEXTR |
1.5.6