GDB (API)
|
#include "defs.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "demangle.h"
#include "breakpoint.h"
#include "bfd.h"
#include "gdb_obstack.h"
#include "gdb_string.h"
#include <ctype.h>
#include "coff/internal.h"
#include "libcoff.h"
#include "objfiles.h"
#include "buildsym.h"
#include "gdb-stabs.h"
#include "stabsread.h"
#include "complaints.h"
#include "target.h"
#include "gdb_assert.h"
#include "block.h"
#include "dictionary.h"
#include "coff-pe-read.h"
#include "psymtab.h"
Go to the source code of this file.
Defines | |
#define | EXTERNAL_NAME(string, abfd) |
#define | SDB_TYPE(type) (BTYPE(type) | (type & N_TMASK)) |
#define | N_BTMASK local_n_btmask |
#define | N_BTSHFT local_n_btshft |
#define | N_TMASK local_n_tmask |
#define | N_TSHIFT local_n_tshift |
#define | INITIAL_TYPE_VECTOR_LENGTH 160 |
#define | L_LNNO32(lp) ((lp)->l_lnno) |
Functions | |
void | _initialize_coffread (void) |
void | stabsread_clear_cache (void) |
#define EXTERNAL_NAME | ( | string, | |
abfd | |||
) |
(string[0] == bfd_get_symbol_leading_char (abfd) \ ? string + 1 : string)
Definition at line 71 of file coffread.c.
#define INITIAL_TYPE_VECTOR_LENGTH 160 |
Definition at line 160 of file coffread.c.
#define L_LNNO32 | ( | lp | ) | ((lp)->l_lnno) |
Definition at line 1460 of file coffread.c.
#define N_BTMASK local_n_btmask |
Definition at line 112 of file coffread.c.
#define N_BTSHFT local_n_btshft |
Definition at line 113 of file coffread.c.
#define N_TMASK local_n_tmask |
Definition at line 114 of file coffread.c.
#define N_TSHIFT local_n_tshift |
Definition at line 115 of file coffread.c.
void _initialize_coffread | ( | void | ) |
void stabsread_clear_cache | ( | void | ) |
Definition at line 503 of file stabsread.c.