Home
last modified time | relevance | path

Searched defs:coff_tdata (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/bfd/
H A Dlibcoff.h51 typedef struct coff_tdata struct
53 struct coff_symbol_struct *symbols; /* Symtab for input bfd. */
54 unsigned int *conversion_table;
55 int conv_table_size;
56 file_ptr sym_filepos;
58 struct coff_ptr_struct *raw_syments;
59 unsigned long raw_syment_count;
62 long int relocbase;
67 unsigned local_n_btmask;
68 unsigned local_n_btshft;
[all …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dlibcoff.h58 typedef struct coff_tdata struct
60 struct coff_symbol_struct *symbols; /* Symtab for input bfd. */
61 unsigned int *conversion_table;
62 int conv_table_size;
63 file_ptr sym_filepos;
65 struct coff_ptr_struct *raw_syments;
66 unsigned long raw_syment_count;
69 unsigned long int relocbase;
74 unsigned local_n_btmask;
75 unsigned local_n_btshft;
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dlibcoff.h55 typedef struct coff_tdata struct
57 struct coff_symbol_struct *symbols; /* Symtab for input bfd. */
58 unsigned int *conversion_table;
59 int conv_table_size;
60 file_ptr sym_filepos;
62 struct coff_ptr_struct *raw_syments;
63 unsigned long raw_syment_count;
66 unsigned long int relocbase;
71 unsigned local_n_btmask;
72 unsigned local_n_btshft;
[all …]