Home | History | Annotate | Download | only in bfd

Lines Matching full:tdata

24 /* Object file tdata; access macros.  */
26 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data)
44 /* `Tdata' information kept for COFF files. */
109 /* coff-stgo32 EXE stub header after BFD tdata has been allocated. Its data
114 /* Tdata for pe image files. */
135 #define pe_data(bfd) ((bfd)->tdata.pe_obj_data)
137 /* Tdata for XCOFF files. */
184 #define xcoff_data(abfd) ((abfd)->tdata.xcoff_obj_data)
213 void * tdata;
220 /* Tdata for sections in XCOFF files. This is used by the linker. */
237 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
239 /* Tdata for sections in PE files. */
251 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)