Home | History | Annotate | Download | only in gold

Lines Matching full:pti_

86   { return this->pti_->size; }
91 { return this->pti_->is_big_endian; }
96 { return this->pti_->machine_code; }
111 { return this->pti_->has_make_symbol; }
116 { return this->pti_->has_resolve; }
121 { return this->pti_->has_code_fill; }
126 { return this->pti_->dynamic_linker; }
131 { return this->pti_->default_text_segment_address; }
140 return this->pti_->abi_pagesize;
151 return std::min(this->pti_->common_pagesize,
159 { return this->pti_->isolate_execinstr; }
163 { return this->pti_->rosegment_gap; }
171 { return this->pti_->is_default_stack_executable; }
180 { return this->pti_->wrap_char; }
187 { return this->pti_->small_common_shndx; }
194 gold_assert(this->pti_->small_common_shndx != elfcpp::SHN_UNDEF);
195 return this->pti_->small_common_section_flags;
203 { return this->pti_->large_common_shndx; }
210 gold_assert(this->pti_->large_common_shndx != elfcpp::SHN_UNDEF);
211 return this->pti_->large_common_section_flags;
314 { return this->pti_->can_icf_inline_merge_sections; }
396 { return this->pti_->attributes_section; }
401 { return this->pti_->attributes_vendor; }
407 return ((this->pti_->attributes_section != NULL
408 && strcmp(name, this->pti_->attributes_section) == 0)
463 { return this->pti_->entry_symbol_name; }
553 : pti_(pti), processor_specific_flags_(0),
806 const Target_info* pti_;