Home | History | Annotate | Download | only in gold

Lines Matching full:get_sh_flags

657       && (shdr.get_sh_flags() & elfcpp::SHF_EXCLUDE))
694 && (shdr.get_sh_flags() & elfcpp::SHF_ALLOC) == 0)
700 && (shdr.get_sh_flags() & elfcpp::SHF_ALLOC) == 0)
711 && (shdr.get_sh_flags() & elfcpp::SHF_ALLOC) == 0)
722 && (shdr.get_sh_flags() & elfcpp::SHF_ALLOC) == 0)
735 && (shdr.get_sh_flags() & elfcpp::SHF_ALLOC) == 0)
1098 typename elfcpp::Elf_types<size>::Elf_WXword sh_flags = shdr.get_sh_flags();
1167 && (shdr.get_sh_flags() & elfcpp::SHF_GROUP) != 0)
1170 os = this->make_output_section(name, sh_type, shdr.get_sh_flags(),
1184 shdr.get_sh_flags(), true,
1192 = this->get_output_section_flags(shdr.get_sh_flags());
1313 shdr.get_sh_flags(), false,
1318 os = this->make_output_section(n, sh_type, shdr.get_sh_flags(),
1367 shdr.get_sh_flags(),
1416 gold_assert((shdr.get_sh_flags() & elfcpp::SHF_ALLOC) != 0);
1442 os->update_flags_for_input_section(shdr.get_sh_flags());