Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibcoff-in.h47 typedef struct coff_tdata struct
49 struct coff_symbol_struct *symbols; /* Symtab for input bfd. */
50 unsigned int *conversion_table;
51 int conv_table_size;
52 file_ptr sym_filepos;
54 struct coff_ptr_struct *raw_syments;
55 unsigned long raw_syment_count;
58 long int relocbase;
63 unsigned local_n_btmask;
64 unsigned local_n_btshft;
[all …]
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 …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dlibcoff-in.h50 typedef struct coff_tdata struct
52 struct coff_symbol_struct *symbols; /* symtab for input bfd */
53 unsigned int *conversion_table;
54 int conv_table_size;
55 file_ptr sym_filepos;
57 struct coff_ptr_struct *raw_syments;
58 unsigned long raw_syment_count;
61 long int relocbase;
66 unsigned local_n_btmask;
67 unsigned local_n_btshft;
[all …]
H A Dlibcoff.h54 typedef struct coff_tdata struct
56 struct coff_symbol_struct *symbols; /* symtab for input bfd */
57 unsigned int *conversion_table;
58 int conv_table_size;
59 file_ptr sym_filepos;
61 struct coff_ptr_struct *raw_syments;
62 unsigned long raw_syment_count;
65 long int relocbase;
70 unsigned local_n_btmask;
71 unsigned local_n_btshft;
[all …]