Home | History | Annotate | Download | only in bfd

Lines Matching refs:coff_section_tdata

432 #define SIZEOF_ILF_SECTIONS     (NUM_ILF_SECTIONS * sizeof (struct coff_section_tdata))
636 /* Create a coff_section_tdata structure for our use. */
637 sec->used_by_bfd = (struct coff_section_tdata *) vars->data;
638 vars->data += sizeof (struct coff_section_tdata);