Searched refs:SEC_KEEP (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dstabs.c461 stabsec->flags |= SEC_EXCLUDE | SEC_KEEP;
462 stabstrsec->flags |= SEC_EXCLUDE | SEC_KEEP;
615 stabsec->flags |= SEC_EXCLUDE | SEC_KEEP;
H A Dmerge.c769 secinfo->sec->flags |= SEC_EXCLUDE | SEC_KEEP;
H A Dpeicode.h608 flags = SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_KEEP | SEC_IN_MEMORY;
H A Delfxx-mips.c6248 sec->flags |= SEC_KEEP;
6280 sec->flags |= SEC_KEEP;
6364 sec->flags |= SEC_KEEP;
6395 sec->flags |= SEC_KEEP;
H A Delf64-ppc.c5188 eh->elf.root.u.def.section->flags |= SEC_KEEP;
5195 eh->oh->elf.root.u.def.section->flags |= SEC_KEEP;
5200 code_sec->flags |= SEC_KEEP;
H A Delflink.c10830 h->root.u.def.section->flags |= SEC_KEEP;
10884 if ((o->flags & (SEC_EXCLUDE | SEC_KEEP)) == SEC_KEEP && !o->gc_mark)
H A Dbfd-in2.h1305 #define SEC_KEEP 0x400000
1298 #define SEC_KEEP macro
/freebsd-11-stable/contrib/binutils/ld/
H A Dldctor.c361 /* Need SEC_KEEP for --gc-sections. */
363 e->section->flags |= SEC_KEEP;
H A Dpe-dll.c870 | SEC_KEEP
885 | SEC_KEEP
1592 bfd_set_section_flags (abfd, sec, flags | SEC_ALLOC | SEC_LOAD | SEC_KEEP);
H A Dldlang.c1751 && (s->flags & (SEC_LINKER_CREATED | SEC_KEEP)) == 0)
3357 && (output_section->flags & SEC_KEEP) == 0
5591 section->flags |= SEC_KEEP;
5644 h->u.def.section->flags |= SEC_KEEP;
7012 sec->flags |= SEC_EXCLUDE | SEC_KEEP;
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1311 #define SEC_KEEP 0x400000
1304 #define SEC_KEEP macro

Completed in 516 milliseconds