Searched refs:SHF_STRINGS (Results 1 – 16 of 16) sorted by relevance
15 …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.*)
652 & ~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()
478 | ((flags & SEC_STRINGS) ? SHF_STRINGS : 0) in parse_rx_section()
499 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */ macro
1084 (SHF_STRINGS): New valye for sh_flags field.
452 if ((secn_flags & elfcpp::SHF_STRINGS) != 0) in get_section_contents()
2390 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()
918 | elfcpp::SHF_STRINGS); in get_output_section_flags()
426 SHF_STRINGS = 0x20,
903 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()
12386 { "SHF_STRINGS", SHF_STRINGS },
4703 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
4957 case SHF_STRINGS: sindex = 4; break; in get_elf_section_flags()5035 case SHF_STRINGS: *p = 'S'; break; in get_elf_section_flags()
2720 handle SHF_MERGE and SHF_STRINGS.2721 (obj_elf_parse_section_letters): Set SHF_MERGE and SHF_STRINGS.
857 _bfd_elf_get_sec_type_attr changes. Allow SHF_MERGE and SHF_STRINGS
4044 .text : @{ INPUT_SECTION_FLAGS (SHF_MERGE & SHF_STRINGS) *(.text) @}4052 @code{SHF_MERGE} and @code{SHF_STRINGS} are set. The output section