Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlibcoff-in.h129 typedef struct pe_tdata struct
131 coff_data_type coff;
132 struct internal_extra_pe_aouthdr pe_opthdr;
133 int dll;
134 int has_reloc_section;
135 int dont_strip_reloc;
136 int dos_message[16];
139 int timestamp;
140 bool (*in_reloc_p) (bfd *, reloc_howto_type *);
141 flagword real_flags;
[all …]
H A Dlibcoff.h133 typedef struct pe_tdata struct
135 coff_data_type coff;
136 struct internal_extra_pe_aouthdr pe_opthdr;
137 int dll;
138 int has_reloc_section;
139 int dont_strip_reloc;
140 int dos_message[16];
143 int timestamp;
144 bool (*in_reloc_p) (bfd *, reloc_howto_type *);
145 flagword real_flags;
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibcoff-in.h143 typedef struct pe_tdata struct
145 coff_data_type coff;
146 struct internal_extra_pe_aouthdr pe_opthdr;
147 int dll;
148 int has_reloc_section;
149 int dont_strip_reloc;
150 char dos_message[64];
153 int timestamp;
154 bool (*in_reloc_p) (bfd *, reloc_howto_type *);
155 flagword real_flags;
[all …]
H A Dlibcoff.h147 typedef struct pe_tdata struct
149 coff_data_type coff;
150 struct internal_extra_pe_aouthdr pe_opthdr;
151 int dll;
152 int has_reloc_section;
153 int dont_strip_reloc;
154 char dos_message[64];
157 int timestamp;
158 bool (*in_reloc_p) (bfd *, reloc_howto_type *);
159 flagword real_flags;
[all …]