Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dlibcoff.h127 typedef struct pe_tdata struct
129 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 …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dlibcoff.h124 typedef struct pe_tdata struct
126 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 …]
/dflybsd-src/contrib/gdb-7/bfd/
H A Dlibcoff.h118 typedef struct pe_tdata struct
120 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;