Home
last modified time | relevance | path

Searched refs:SEC_NEVER_LOAD (Results 1 – 25 of 26) sorted by relevance

12

/toolchain/binutils/binutils-2.27/bfd/
Dbinary.c244 & (SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC | SEC_NEVER_LOAD)) in binary_set_section_contents()
260 & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_NEVER_LOAD)) in binary_set_section_contents()
286 if ((sec->flags & SEC_NEVER_LOAD) != 0) in binary_set_section_contents()
Dcoffcode.h636 if ((sec_flags & (SEC_NEVER_LOAD | SEC_COFF_SHARED_LIBRARY)) != 0) in sec_to_styp_flags()
701 if ((sec_flags & SEC_NEVER_LOAD) != 0 && !is_dbg) in sec_to_styp_flags()
758 sec_flags |= SEC_NEVER_LOAD; in styp_to_sec_flags()
765 if (sec_flags & SEC_NEVER_LOAD) in styp_to_sec_flags()
772 if (sec_flags & SEC_NEVER_LOAD) in styp_to_sec_flags()
780 if (sec_flags & SEC_NEVER_LOAD) in styp_to_sec_flags()
812 if (sec_flags & SEC_NEVER_LOAD) in styp_to_sec_flags()
819 if (sec_flags & SEC_NEVER_LOAD) in styp_to_sec_flags()
827 if (sec_flags & SEC_NEVER_LOAD) in styp_to_sec_flags()
1218 #ifdef SEC_NEVER_LOAD in styp_to_sec_flags()
[all …]
Decoff.c335 flags &=~ SEC_NEVER_LOAD; in ecoff_sec_to_styp_flags()
349 if (flags & SEC_NEVER_LOAD) in ecoff_sec_to_styp_flags()
369 sec_flags |= SEC_NEVER_LOAD; in _bfd_ecoff_styp_to_sec_flags()
384 if (sec_flags & SEC_NEVER_LOAD) in _bfd_ecoff_styp_to_sec_flags()
397 if (sec_flags & SEC_NEVER_LOAD) in _bfd_ecoff_styp_to_sec_flags()
410 sec_flags |= SEC_NEVER_LOAD; in _bfd_ecoff_styp_to_sec_flags()
Dmmo.c2370 if (flags & SEC_NEVER_LOAD) in mmo_sec_flags_from_bfd_flags()
2398 oflags |= SEC_NEVER_LOAD; in bfd_sec_flags_from_mmo_flags()
Delf32-tic6x.c4337 if (!(sec->flags & SEC_EXCLUDE) && !(sec->flags & SEC_NEVER_LOAD)) in elf32_tic6x_write_section()
Dbfd-in2.h1286 #define SEC_NEVER_LOAD 0x200 macro
DChangeLog-91934022 STYP_NOLOAD | STYP_BSS section. Don't set SEC_NEVER_LOAD for a
4530 * coffcode.h (sec_to_styp_flags): allow SEC_NEVER_LOAD to turn on
4963 SEC_NEVER_LOAD to STYP_NOLOAD.
4964 (styp_to_sec_flags): map STYP_NOLOAD to SEC_NEVER_LOAD.
5510 SEC_NEVER_LOAD, various other bfdgas newness
DChangeLog-20083377 its output section is marked with SEC_NEVER_LOAD.
DChangeLog-2010950 * elf.c (bfd_elf_get_default_section_type): Don't test SEC_NEVER_LOAD.
DChangeLog-98993032 Don't set the low lma for a SEC_NEVER_LOAD section. From Maciej
Delf32-arm.c17731 if (!(sec->flags & SEC_EXCLUDE) && !(sec->flags & SEC_NEVER_LOAD)) in elf32_arm_write_section()
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-coff.c1595 flags |= SEC_NEVER_LOAD; in obj_coff_section()
1690 | SEC_DATA | SEC_COFF_SHARED | SEC_NEVER_LOAD in obj_coff_section()
Dtc-ppc.c5457 flags |= SEC_NEVER_LOAD; in ppc_pe_section()
/toolchain/binutils/binutils-2.27/ld/
Dldwrite.c258 if ((i->flags & SEC_NEVER_LOAD) != 0 in build_link_order()
DChangeLog-2010304 (IGNORE_SECTION): Don't test SEC_NEVER_LOAD.
692 (lang_size_sections_1): Don't test SEC_NEVER_LOAD when deciding
695 * ldwrite.c (build_link_order): Don't test SEC_NEVER_LOAD.
Dldlang.c2365 flags &= ~ SEC_NEVER_LOAD; in lang_add_section()
2385 flags |= SEC_NEVER_LOAD; in lang_add_section()
3651 flags = SEC_NEVER_LOAD | SEC_ALLOC; in map_input_to_output_sections()
3653 flags = SEC_NEVER_LOAD | SEC_HAS_CONTENTS; in map_input_to_output_sections()
6338 os->flags = SEC_NEVER_LOAD; in lang_enter_output_section_statement()
DChangeLog-20081046 * ldlang.c (lang_size_sections_1): Simplify SEC_NEVER_LOAD test.
DChangeLog-20041344 sections. Do ignore SEC_NEVER_LOAD sections.
DChangeLog-00013323 address of a region if the SEC_NEVER_LOAD bit is not set.
DChangeLog-02032951 SEC_NEVER_LOAD sections having no memory region specified.
DChangeLog-9197626 * mri.c (mri_draw_tree): Pass noload_section, not SEC_NEVER_LOAD,
6760 SEC_SHARED_LIBRARY sections rather than for SEC_NEVER_LOAD
/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c481 PF (SEC_NEVER_LOAD, "NEVER_LOAD"); in dump_section_header()
Dobjcopy.c723 PARSE_FLAG ("noload", SEC_NEVER_LOAD); in parse_flags()
DChangeLog-91973055 * objdump.c (dump_section_header): Print the SEC_NEVER_LOAD flag.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-00013084 SEC_NEVER_LOAD when the 'n' flag is used.
3085 Add SEC_NEVER_LOAD to matchflags.

12