Searched refs:coff_section_tdata (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h180 struct coff_section_tdata struct
203 /* An accessor macro for the coff_section_tdata structure. */
205 ((struct coff_section_tdata *) (sec)->used_by_bfd)
H A Dlibcoff.h184 struct coff_section_tdata struct
207 /* An accessor macro for the coff_section_tdata structure. */
209 ((struct coff_section_tdata *) (sec)->used_by_bfd)
H A Dpeicode.h429 #define SIZEOF_ILF_SECTIONS (NUM_ILF_SECTIONS * sizeof (struct coff_section_tdata))
633 /* Create a coff_section_tdata structure for our use. */
634 sec->used_by_bfd = (struct coff_section_tdata *) vars->data;
635 vars->data += sizeof (struct coff_section_tdata);
H A Dcoffgen.c463 amt = sizeof (struct coff_section_tdata);
2044 struct coff_section_tdata *sec_data;
2220 amt = sizeof (struct coff_section_tdata);
2222 sec_data = (struct coff_section_tdata *) section->used_by_bfd;
H A Dcofflink.c591 struct coff_section_tdata *secdata
596 amt = sizeof (struct coff_section_tdata);
2277 struct coff_section_tdata *secdata;
H A Dxcofflink.c134 bfd_size_type amt = sizeof (struct coff_section_tdata);
1437 amt = sizeof (struct coff_section_tdata);
1578 amt = sizeof (struct coff_section_tdata);
H A Dcoffcode.h1666 amt = sizeof (struct coff_section_tdata);
3117 bfd_size_type amt = sizeof (struct coff_section_tdata);
H A DpeXXigen.c2044 bfd_size_type amt = sizeof (struct coff_section_tdata);

Completed in 121 milliseconds