Searched refs:SEC_LINK_ONCE (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoff-ia64.c163 | SEC_LINK_ONCE | SEC_LINK_DUPLICATES),
H A Dcoff-i386.c646 | SEC_LINK_ONCE | SEC_LINK_DUPLICATES | SEC_READONLY
H A Dcoff-x86_64.c749 | SEC_LINK_ONCE | SEC_LINK_DUPLICATES | SEC_READONLY
H A Dcoffcode.h559 if (sec_flags & SEC_LINK_ONCE)
720 sec_flags |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD;
744 sec_flags |= SEC_LINK_ONCE;
891 sec_flags &= ~SEC_LINK_ONCE;
920 sec_flags &= ~SEC_LINK_ONCE;
993 Since to set the SEC_LINK_ONCE and associated flags, we have to
1131 sec_flags |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD;
3612 if ((current->flags & SEC_LINK_ONCE) != 0)
H A Dpe-mips.c881 | SEC_LINK_ONCE | SEC_LINK_DUPLICATES),
H A Dcoff-ppc.c2599 | SEC_LINK_ONCE | SEC_LINK_DUPLICATES),
2658 | SEC_LINK_ONCE | SEC_LINK_DUPLICATES),
H A Delfxx-ia64.c5692 flags = (SEC_LINKER_CREATED | SEC_GROUP | SEC_LINK_ONCE
5700 && ((sec->flags & (SEC_LINK_ONCE | SEC_CODE | SEC_GROUP))
5701 == (SEC_LINK_ONCE | SEC_CODE))
H A Dcoff-arm.c2548 #define EXTRA_S_FLAGS (SEC_CODE | SEC_LINK_ONCE | SEC_LINK_DUPLICATES)
H A Delf.c598 |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD;
893 flags |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD;
2191 |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD;
3032 H_PUT_32 (abfd, sec->flags & SEC_LINK_ONCE ? GRP_COMDAT : 0, loc);
H A Dlinker.c2900 /* Sections marked with the SEC_LINK_ONCE flag should only be linked
2904 SEC_LINK_ONCE flag set; that is, it does not depend solely upon the
2990 if ((flags & SEC_LINK_ONCE) == 0)
H A Dbfd-in2.h1271 #define SEC_LINK_ONCE 0x20000
1273 /* If SEC_LINK_ONCE is set, this bitfield describes how the linker
1264 #define SEC_LINK_ONCE macro
H A Delf32-arm.c9381 *flags |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_SAME_CONTENTS;
H A Delflink.c11399 also has SEC_LINK_ONCE set. */
11400 if ((flags & SEC_LINK_ONCE) == 0)
H A Delfxx-mips.c5485 flags = (SEC_LINK_ONCE | SEC_LINK_DUPLICATES_SAME_SIZE);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-elf.c671 flags |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD;
710 | SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD
1953 if ((s->flags ^ flags) & SEC_LINK_ONCE)
1955 flags |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD;
H A Dobj-coff.c1619 /* Add SEC_LINK_ONCE and SEC_LINK_DUPLICATES_DISCARD to .gnu.linkonce
1623 flags |= SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD;
H A Dtc-score.c4805 if ((bfd_get_section_flags (stdoutput, symsec) & SEC_LINK_ONCE) != 0)
H A Dtc-ia64.c3747 if ((text_seg->flags & SEC_LINK_ONCE) != 0
H A Dtc-mips.c2192 if ((bfd_get_section_flags (stdoutput, symseg) & SEC_LINK_ONCE))
H A Dtc-arm.c17324 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
/freebsd-10.0-release/contrib/binutils/gas/
H A Dwrite.c806 if ((symsec->flags & SEC_LINK_ONCE) != 0
/freebsd-10.0-release/contrib/binutils/ld/
H A Dpe-dll.c1142 if (flags & SEC_LINK_ONCE
H A Dldlang.c2082 /* If final link, don't copy the SEC_LINK_ONCE flags, they've
2085 to see .text with SEC_LINK_ONCE set. */
2088 flags &= ~ (SEC_LINK_ONCE | SEC_LINK_DUPLICATES);
5463 each backend which might set the SEC_LINK_ONCE flag. If we do
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjdump.c352 if ((section->flags & SEC_LINK_ONCE) != 0)
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1277 #define SEC_LINK_ONCE 0x20000
1279 /* If SEC_LINK_ONCE is set, this bitfield describes how the linker
1270 #define SEC_LINK_ONCE macro

Completed in 890 milliseconds