Home
last modified time | relevance | path

Searched refs:SEC_LINK_DUPLICATES_SAME_SIZE (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/
Dsection.texi241 #define SEC_LINK_DUPLICATES_SAME_SIZE 0x100000
247 (SEC_LINK_DUPLICATES_ONE_ONLY | SEC_LINK_DUPLICATES_SAME_SIZE)
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dbfd-in2.h1215 #define SEC_LINK_DUPLICATES_SAME_SIZE 0x100000 macro
1221 (SEC_LINK_DUPLICATES_ONE_ONLY | SEC_LINK_DUPLICATES_SAME_SIZE)
Dcoffcode.h899 sec_flags |= SEC_LINK_DUPLICATES_SAME_SIZE; in handle_COMDAT()
3661 case SEC_LINK_DUPLICATES_SAME_SIZE: in coff_write_object_contents()
Dlinker.c3055 case SEC_LINK_DUPLICATES_SAME_SIZE: in _bfd_generic_section_already_linked()
Delflink.c10173 case SEC_LINK_DUPLICATES_SAME_SIZE: in _bfd_elf_section_already_linked()
Delfxx-mips.c5434 flags = (SEC_LINK_ONCE | SEC_LINK_DUPLICATES_SAME_SIZE); in _bfd_mips_elf_section_from_shdr()
DChangeLog-20054422 SEC_LINK_DUPLICATES_ONE_ONLY and SEC_LINK_DUPLICATES_SAME_SIZE.
DChangeLog-98992885 sections SEC_LINK_ONCE and SEC_LINK_DUPLICATES_SAME_SIZE.
DChangeLog-96975297 (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoffcode.h900 sec_flags |= SEC_LINK_DUPLICATES_SAME_SIZE;
3800 case SEC_LINK_DUPLICATES_SAME_SIZE:
Dbfd-in2.h1151 #define SEC_LINK_DUPLICATES_SAME_SIZE 0x400000 macro
Delfxx-mips.c4452 flags = (SEC_LINK_ONCE | SEC_LINK_DUPLICATES_SAME_SIZE); in _bfd_mips_elf_section_from_shdr()
DChangeLog-98992885 sections SEC_LINK_ONCE and SEC_LINK_DUPLICATES_SAME_SIZE.
DChangeLog-96975297 (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dobjdump.c341 case SEC_LINK_DUPLICATES_SAME_SIZE: in dump_section_header()
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dsection.texi272 #define SEC_LINK_DUPLICATES_SAME_SIZE 0x400000
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dobjdump.c359 case SEC_LINK_DUPLICATES_SAME_SIZE: in dump_section_header()
/openbsd/src/gnu/usr.bin/binutils/gas/
Dread.c1901 flags |= SEC_LINK_DUPLICATES_SAME_SIZE; in s_linkonce()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dread.c2051 flags |= SEC_LINK_DUPLICATES_SAME_SIZE; in s_linkonce()
/openbsd/src/gnu/usr.bin/binutils/ld/
Dldlang.c915 case SEC_LINK_DUPLICATES_SAME_SIZE: in section_already_linked()