Lines Matching refs:flags_
1310 flags_(flags) in Output_data_group()
1328 elfcpp::Swap<32, big_endian>::writeval(contents, this->flags_); in do_write()
2280 flags_(flags), in Output_section()
2827 if ((this->flags_ & elfcpp::SHF_ALLOC) == 0 in update_flags_for_input_section()
2831 this->flags_ |= (flags in update_flags_for_input_section()
2837 this->flags_ &=~ elfcpp::SHF_MERGE; in update_flags_for_input_section()
2841 this->flags_ |= elfcpp::SHF_MERGE; 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()
3157 if (((this->flags_ & elfcpp::SHF_ALLOC) == 0) && !this->is_noload_) in do_reset_address_and_file_offset()
3183 if ((this->flags_ & elfcpp::SHF_ALLOC) == 0) in do_address_and_file_offset_have_reset_values()
3625 elfcpp::Elf_Xword flags = this->flags_; in write_header()
3913 new Checkpoint_output_section(this->addralign_, this->flags_, in save_states()
3941 this->flags_ = checkpoint->flags(); in restore_states()
4024 if ((this->flags_ & elfcpp::SHF_ALLOC) != 0) in set_fixed_layout()
4061 flags_(flags), in Output_segment()
4070 this->flags_ = elfcpp::PF_R; in Output_segment()
4812 ophdr->put_p_flags(this->flags_); in write_header()