Home
last modified time | relevance | path

Searched refs:SEC_KEEP (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dstabs.c459 stabsec->flags |= SEC_EXCLUDE | SEC_KEEP; in _bfd_link_section_stabs()
460 stabstrsec->flags |= SEC_EXCLUDE | SEC_KEEP; in _bfd_link_section_stabs()
612 stabsec->flags |= SEC_EXCLUDE | SEC_KEEP; in _bfd_discard_section_stabs()
Dmerge.c769 secinfo->sec->flags |= SEC_EXCLUDE | SEC_KEEP; in _bfd_merge_sections()
Dpeicode.h606 flags = SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_KEEP | SEC_IN_MEMORY; in pe_ILF_make_a_section()
Delfxx-mips.c6220 sec->flags |= SEC_KEEP; in _bfd_mips_elf_check_relocs()
6252 sec->flags |= SEC_KEEP; in _bfd_mips_elf_check_relocs()
6336 sec->flags |= SEC_KEEP; in _bfd_mips_elf_check_relocs()
6367 sec->flags |= SEC_KEEP; in _bfd_mips_elf_check_relocs()
DChangeLog-2006346 used stubs with SEC_KEEP. Use the new stub macros.
425 * section.c (SEC_KEEP): Update comment.
428 * merge.c (_bfd_merge_sections): Set SEC_KEEP on excluded sections.
Dbfd-in2.h1298 #define SEC_KEEP 0x400000 macro
Delf64-ppc.c5184 eh->elf.root.u.def.section->flags |= SEC_KEEP; in ppc64_elf_gc_mark_dynamic_ref()
5191 eh->oh->elf.root.u.def.section->flags |= SEC_KEEP; in ppc64_elf_gc_mark_dynamic_ref()
5196 code_sec->flags |= SEC_KEEP; in ppc64_elf_gc_mark_dynamic_ref()
Delflink.c10819 h->root.u.def.section->flags |= SEC_KEEP; in bfd_elf_gc_mark_dynamic_ref_symbol()
10873 if ((o->flags & (SEC_EXCLUDE | SEC_KEEP)) == SEC_KEEP && !o->gc_mark) in bfd_elf_gc_sections()
DChangeLog-98994349 * section.c (SEC_KEEP): New.
/freebsd-12-stable/contrib/binutils/ld/
Dldctor.c363 e->section->flags |= SEC_KEEP; in ldctor_build_sets()
Dpe-dll.c870 | SEC_KEEP in build_filler_bfd()
885 | SEC_KEEP in build_filler_bfd()
1592 bfd_set_section_flags (abfd, sec, flags | SEC_ALLOC | SEC_LOAD | SEC_KEEP); in quick_section()
DChangeLog-2006121 * ldlang.c (lang_map): Don't say SEC_LINKER_CREATED and SEC_KEEP
123 (lang_do_version_exports_section): Set SEC_KEEP on export section.
124 * emultempl/elf32.em (before_allocation): Set SEC_KEEP on warning
Dldlang.c1751 && (s->flags & (SEC_LINKER_CREATED | SEC_KEEP)) == 0) in lang_map()
3355 && (output_section->flags & SEC_KEEP) == 0 in strip_excluded_output_sections()
5589 section->flags |= SEC_KEEP; in gc_section_callback()
5642 h->u.def.section->flags |= SEC_KEEP; in lang_gc_sections()
7008 sec->flags |= SEC_EXCLUDE | SEC_KEEP; in lang_do_version_exports_section()
DChangeLog-98991015 * ldctor.c (ldctor_build_sets): Just set SEC_KEEP once. Check for
1017 Don't set SEC_KEEP for the absolute section.
1297 * ldctor.c (ldctor_build_sets): Set SEC_KEEP for
/freebsd-12-stable/contrib/binutils/ld/emultempl/
Davrelf.em130 | SEC_HAS_CONTENTS | SEC_RELOC | SEC_IN_MEMORY | SEC_KEEP);
Dppc64elf.em231 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_KEEP);
Delf32.em1257 s->flags |= SEC_EXCLUDE | SEC_KEEP;
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h1304 #define SEC_KEEP 0x400000 macro