Lines Matching refs:this

99   { this->min_hole_ = min_hole; }  in set_min_hole_size()
113 { return this->list_.begin(); } in begin()
118 { return this->list_.end(); } in end()
229 { this->u_.linkonce_size = 0; } in Kept_section()
239 this->u_.linkonce_size = 0; in Kept_section()
244 if (this->is_comdat_) in ~Kept_section()
245 delete this->u_.group_sections; in ~Kept_section()
251 { return this->object_; } in object()
257 gold_assert(this->object_ == NULL); in set_object()
258 this->object_ = object; in set_object()
264 { return this->shndx_; } in shndx()
270 gold_assert(this->shndx_ == 0); in set_shndx()
271 this->shndx_ = shndx; in set_shndx()
277 { return this->is_comdat_; } in is_comdat()
283 gold_assert(!this->is_comdat_); in set_is_comdat()
284 this->is_comdat_ = true; in set_is_comdat()
285 this->u_.group_sections = new Comdat_group(); in set_is_comdat()
292 { return this->is_group_name_; } in is_group_name()
298 { this->is_group_name_ = true; } in set_is_group_name()
305 gold_assert(this->is_comdat_); in add_comdat_section()
307 this->u_.group_sections->insert(std::make_pair(name, sinfo)); in add_comdat_section()
316 gold_assert(this->is_comdat_); in find_comdat_section()
317 Comdat_group::const_iterator p = this->u_.group_sections->find(name); in find_comdat_section()
318 if (p == this->u_.group_sections->end()) in find_comdat_section()
330 gold_assert(this->is_comdat_); in find_single_comdat_section()
331 if (this->u_.group_sections->size() != 1) in find_single_comdat_section()
333 Comdat_group::const_iterator p = this->u_.group_sections->begin(); in find_single_comdat_section()
343 gold_assert(!this->is_comdat_); in linkonce_size()
344 return this->u_.linkonce_size; in linkonce_size()
351 gold_assert(!this->is_comdat_); in set_linkonce_size()
352 this->u_.linkonce_size = size; in set_linkonce_size()
495 delete this->relaxation_debug_check_; in ~Layout()
496 delete this->segment_states_; in ~Layout()
505 { return this->incremental_base_; } in incremental_base()
528 { return &this->section_order_map_; } in get_section_order_map()
565 { return this->section_ordering_specified_; } in is_section_ordering_specified()
569 { this->section_ordering_specified_ = true; } in set_section_ordering_specified()
573 { return this->unique_segment_for_sections_specified_; } in is_unique_segment_for_sections_specified()
577 { this->unique_segment_for_sections_specified_ = true; } in set_unique_segment_for_sections_specified()
583 { return this->free_list_.allocate(len, align, minoff); } in allocate()
685 { this->increase_relro_ += s; } in increase_relro()
702 { this->script_options_->create_script_sections(this); } in create_script_sections()
707 { this->script_options_->add_symbols_to_table(symtab); } in define_script_symbols()
716 { return &this->sympool_; } in sympool()
722 { return &this->dynpool_; } in dynpool()
728 { return this->dynamic_section_; } in dynamic_section()
734 { return this->symtab_xindex_; } in symtab_xindex()
740 { return this->dynsym_xindex_; } in dynsym_xindex()
751 { return this->have_added_input_section_; } in have_added_input_section()
797 { return this->any_postprocessing_sections_; } in any_postprocessing_sections()
802 { return this->output_file_size_; } in output_file_size()
808 { return this->tls_segment_; } in tls_segment()
814 gold_assert(this->symtab_section_ != NULL); in symtab_section()
815 return this->symtab_section_; in symtab_section()
830 gold_assert(this->dynsym_section_ != NULL); in dynsym_section()
831 return this->dynsym_section_; in dynsym_section()
837 { return this->dynamic_data_; } in dynamic_data()
870 { this->has_static_tls_ = true; } in set_has_static_tls()
875 { return this->has_static_tls_; } in has_static_tls()
880 { return this->script_options_; } in script_options()
884 { return this->script_options_; } in script_options()
890 { return this->incremental_inputs_; } in incremental_inputs()
956 { return this->segment_list_.size(); } in segment_count()
971 if (this->record_output_section_data_from_script_) in new_output_section_data_from_script()
972 this->script_output_section_data_list_.push_back(posd); in new_output_section_data_from_script()
978 { return this->section_list_; } in section_list()
989 { this->relax_output_list_.push_back(data); } in add_relax_output()
1271 { return this->layout_->segment_precedes(seg1, seg2); } in operator()