Home
last modified time | relevance | path

Searched refs:SHF_STRINGS (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Dsection-flags-1.t15 …INPUT_SECTION_FLAGS (SHF_MERGE & SHF_STRINGS & SHF_LINK_ORDER) *(.text .text.* .text_* .gnu.linkon…
19 INPUT_SECTION_FLAGS (SHF_MERGE & !SHF_STRINGS) *(.text .text.* .text_* .gnu.linkonce.t.*)
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c652 & ~SHF_STRINGS) == 0) in obj_elf_change_section()
696 | ((attr & SHF_STRINGS) ? SEC_STRINGS : 0) in obj_elf_change_section()
784 attr |= SHF_STRINGS; in obj_elf_parse_section_letters()
802 attr |= SHF_STRINGS; in obj_elf_parse_section_letters()
Dtc-rx.c478 | ((flags & SEC_STRINGS) ? SHF_STRINGS : 0) in parse_rx_section()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h499 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */ macro
DChangeLog-91031084 (SHF_STRINGS): New valye for sh_flags field.
/toolchain/binutils/binutils-2.25/gold/
Dicf.cc452 if ((secn_flags & elfcpp::SHF_STRINGS) != 0) in get_section_contents()
Doutput.cc2390 sh_flags |= (elfcpp::SHF_MERGE | elfcpp::SHF_STRINGS); in add_input_section()
2639 bool is_string = (flags & elfcpp::SHF_STRINGS) != 0; in add_merge_input_section()
2844 if ((flags & elfcpp::SHF_STRINGS) == 0) in update_flags_for_input_section()
2845 this->flags_ &=~ elfcpp::SHF_STRINGS; in update_flags_for_input_section()
2849 this->flags_ |= elfcpp::SHF_STRINGS; in update_flags_for_input_section()
Dlayout.cc918 | elfcpp::SHF_STRINGS); in get_output_section_flags()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h426 SHF_STRINGS = 0x20,
/toolchain/binutils/binutils-2.25/bfd/
Delf.c903 if ((hdr->sh_flags & SHF_STRINGS) != 0) in _bfd_elf_make_section_from_shdr()
2836 this_hdr->sh_flags |= SHF_STRINGS; in elf_fake_sections()
Delflink.c12386 { "SHF_STRINGS", SHF_STRINGS },
DChangeLog-00014703 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c4957 case SHF_STRINGS: sindex = 4; break; in get_elf_section_flags()
5035 case SHF_STRINGS: *p = 'S'; break; in get_elf_section_flags()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00012720 handle SHF_MERGE and SHF_STRINGS.
2721 (obj_elf_parse_section_letters): Set SHF_MERGE and SHF_STRINGS.
DChangeLog-0203857 _bfd_elf_get_sec_type_attr changes. Allow SHF_MERGE and SHF_STRINGS
/toolchain/binutils/binutils-2.25/ld/
Dld.texinfo4044 .text : @{ INPUT_SECTION_FLAGS (SHF_MERGE & SHF_STRINGS) *(.text) @}
4052 @code{SHF_MERGE} and @code{SHF_STRINGS} are set. The output section