Home
last modified time | relevance | path

Searched refs:SEC_CONSTRUCTOR (Results 1 – 14 of 14) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Di386lynx.c414 if (asect->flags & SEC_CONSTRUCTOR)
557 if (section->flags & SEC_CONSTRUCTOR)
Dhp300hpux.c740 if (asect->flags & SEC_CONSTRUCTOR)
860 if (section->flags & SEC_CONSTRUCTOR)
Dmipsbsd.c351 if (section->flags & SEC_CONSTRUCTOR)
Dsection.c1402 if (section->flags & SEC_CONSTRUCTOR) in bfd_get_section_contents()
Dbout.c878 if ((section->flags & SEC_CONSTRUCTOR) != 0) in b_out_canonicalize_reloc()
913 if (asect->flags & SEC_CONSTRUCTOR) in b_out_get_reloc_upper_bound()
Driscix.c425 if (section->flags & SEC_CONSTRUCTOR) in MY()
Dpdp11.c1837 if (asect->flags & SEC_CONSTRUCTOR) in NAME()
1980 if (section->flags & SEC_CONSTRUCTOR) in NAME()
2012 if (asect->flags & SEC_CONSTRUCTOR) in NAME()
Daoutx.h2251 if (asect->flags & SEC_CONSTRUCTOR) in NAME()
2388 if (section->flags & SEC_CONSTRUCTOR) in NAME()
2420 if (asect->flags & SEC_CONSTRUCTOR) in NAME()
Dcoffcode.h4823 if (asect->flags & SEC_CONSTRUCTOR) in coff_slurp_reloc_table()
4949 if (section->flags & SEC_CONSTRUCTOR) in coff_canonicalize_reloc()
Decoff.c1564 || (section->flags & SEC_CONSTRUCTOR) != 0) in ecoff_slurp_reloc_table()
1665 if (section->flags & SEC_CONSTRUCTOR) in _bfd_ecoff_canonicalize_reloc()
Dbfd-in2.h1126 #define SEC_CONSTRUCTOR 0x080 macro
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmaint.c260 if (flags & SEC_CONSTRUCTOR) in match_bfd_flags()
296 if (flags & SEC_CONSTRUCTOR) in print_bfd_flags()
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dsection.texi169 #define SEC_CONSTRUCTOR 0x080
889 If the contents of a constructor with the @code{SEC_CONSTRUCTOR}
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dobjdump.c324 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR"); in dump_section_header()