Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dmaint.c254 if (flags & SEC_CONSTRUCTOR) in match_bfd_flags()
290 if (flags & SEC_CONSTRUCTOR) in print_bfd_flags()
/openbsd/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.c1248 if (section->flags & SEC_CONSTRUCTOR) in bfd_get_section_contents()
Dbout.c924 if ((section->flags & SEC_CONSTRUCTOR) != 0)
961 if (asect->flags & SEC_CONSTRUCTOR)
Driscix.c455 if (section->flags & SEC_CONSTRUCTOR) {
Daoutx.h1580 section->flags = SEC_CONSTRUCTOR | SEC_RELOC;
2411 if (asect->flags & SEC_CONSTRUCTOR)
2551 if (section->flags & SEC_CONSTRUCTOR)
2585 if (asect->flags & SEC_CONSTRUCTOR)
Dpdp11.c2211 if (asect->flags & SEC_CONSTRUCTOR)
2367 if (section->flags & SEC_CONSTRUCTOR)
2401 if (asect->flags & SEC_CONSTRUCTOR)
Decoff.c917 section->flags = SEC_CONSTRUCTOR;
1680 || (section->flags & SEC_CONSTRUCTOR) != 0)
1783 if (section->flags & SEC_CONSTRUCTOR)
Dcoffcode.h5051 if (asect->flags & SEC_CONSTRUCTOR)
5182 if (section->flags & SEC_CONSTRUCTOR)
Dbfd-in2.h1068 #define SEC_CONSTRUCTOR 0x100 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/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.c347 if (section->flags & SEC_CONSTRUCTOR)
Dsection.c1399 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.c1834 if (asect->flags & SEC_CONSTRUCTOR) in NAME()
1977 if (section->flags & SEC_CONSTRUCTOR) in NAME()
2009 if (asect->flags & SEC_CONSTRUCTOR) in NAME()
Daoutx.h2246 if (asect->flags & SEC_CONSTRUCTOR) in NAME()
2383 if (section->flags & SEC_CONSTRUCTOR) in NAME()
2415 if (asect->flags & SEC_CONSTRUCTOR) in NAME()
Dcoffcode.h4841 if (asect->flags & SEC_CONSTRUCTOR) in coff_slurp_reloc_table()
4967 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()
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dsection.texi189 #define SEC_CONSTRUCTOR 0x100
763 If the contents of a constructor with the @code{SEC_CONSTRUCTOR}
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/
Dsection.texi169 #define SEC_CONSTRUCTOR 0x080
930 If the contents of a constructor with the @code{SEC_CONSTRUCTOR}
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dobjdump.c309 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR"); in dump_section_header()

12