Searched refs:SEC_LINK_DUPLICATES (Results 1 - 13 of 13) 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 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 Dcoff-arm.c2548 #define EXTRA_S_FLAGS (SEC_CODE | SEC_LINK_ONCE | SEC_LINK_DUPLICATES)
H A Dlinker.c3041 switch (flags & SEC_LINK_DUPLICATES)
H A Dbfd-in2.h1270 handled. See SEC_LINK_DUPLICATES below. */
1275 #define SEC_LINK_DUPLICATES 0x40000
1277 /* This value for SEC_LINK_DUPLICATES means that duplicate
1281 /* This value for SEC_LINK_DUPLICATES means that the linker
1286 /* This value for SEC_LINK_DUPLICATES means that the linker
1290 /* This value for SEC_LINK_DUPLICATES means that the linker
1268 #define SEC_LINK_DUPLICATES macro
H A Dcoffcode.h3659 switch (current->flags & SEC_LINK_DUPLICATES)
H A Delflink.c11445 switch (flags & SEC_LINK_DUPLICATES)
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjdump.c357 switch (section->flags & SEC_LINK_DUPLICATES)
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1276 handled. See SEC_LINK_DUPLICATES below. */
1281 #define SEC_LINK_DUPLICATES 0x40000
1283 /* This value for SEC_LINK_DUPLICATES means that duplicate
1287 /* This value for SEC_LINK_DUPLICATES means that the linker
1292 /* This value for SEC_LINK_DUPLICATES means that the linker
1296 /* This value for SEC_LINK_DUPLICATES means that the linker
1274 #define SEC_LINK_DUPLICATES macro
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldlang.c2088 flags &= ~ (SEC_LINK_ONCE | SEC_LINK_DUPLICATES);

Completed in 262 milliseconds