HomeSort by relevance Sort by last modified time
    Searched refs:coff_section_tdata (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
libcoff-in.h 193 struct coff_section_tdata struct
216 /* An accessor macro for the coff_section_tdata structure. */
218 ((struct coff_section_tdata *) (sec)->used_by_bfd)
libcoff.h 197 struct coff_section_tdata struct
220 /* An accessor macro for the coff_section_tdata structure. */
222 ((struct coff_section_tdata *) (sec)->used_by_bfd)
    [all...]
peicode.h 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);
    [all...]
coff-i960.c 239 bfd_size_type amt = sizeof (struct coff_section_tdata);
coffgen.c 552 amt = sizeof (struct coff_section_tdata);
    [all...]
cofflink.c 530 struct coff_section_tdata *secdata
535 amt = sizeof (struct coff_section_tdata);
    [all...]
xcofflink.c 217 bfd_size_type amt = sizeof (struct coff_section_tdata);
    [all...]
coffcode.h     [all...]
coff-sh.c 724 bfd_size_type amt = sizeof (struct coff_section_tdata);
    [all...]
peXXigen.c     [all...]

Completed in 245 milliseconds