Searched defs:pe_tdata (Results 1 – 3 of 3) sorted by relevance
127 typedef struct pe_tdata struct129 coff_data_type coff;130 struct internal_extra_pe_aouthdr pe_opthdr;131 int dll;132 int has_reloc_section;133 int dont_strip_reloc;134 int dos_message[16];135 bfd_boolean insert_timestamp;136 bfd_boolean (*in_reloc_p) (bfd *, reloc_howto_type *);137 flagword real_flags;[all …]
124 typedef struct pe_tdata struct126 coff_data_type coff;127 struct internal_extra_pe_aouthdr pe_opthdr;128 int dll;129 int has_reloc_section;130 int dont_strip_reloc;131 bfd_boolean insert_timestamp;132 bfd_boolean (*in_reloc_p) (bfd *, reloc_howto_type *);133 flagword real_flags;137 {[all …]
118 typedef struct pe_tdata struct120 coff_data_type coff;121 struct internal_extra_pe_aouthdr pe_opthdr;122 int dll;123 int has_reloc_section;124 int dont_strip_reloc;125 bfd_boolean (*in_reloc_p) (bfd *, reloc_howto_type *);126 flagword real_flags;