Lines Matching full:pti_
85 { return this->pti_->size; }
90 { return this->pti_->is_big_endian; }
95 { return this->pti_->machine_code; }
110 { return this->pti_->has_make_symbol; }
115 { return this->pti_->has_resolve; }
120 { return this->pti_->has_code_fill; }
125 { return this->pti_->dynamic_linker; }
130 { return this->pti_->default_text_segment_address; }
139 return this->pti_->abi_pagesize;
150 return std::min(this->pti_->common_pagesize,
158 { return this->pti_->isolate_execinstr; }
162 { return this->pti_->rosegment_gap; }
170 { return this->pti_->is_default_stack_executable; }
179 { return this->pti_->wrap_char; }
186 { return this->pti_->small_common_shndx; }
193 gold_assert(this->pti_->small_common_shndx != elfcpp::SHN_UNDEF);
194 return this->pti_->small_common_section_flags;
202 { return this->pti_->large_common_shndx; }
209 gold_assert(this->pti_->large_common_shndx != elfcpp::SHN_UNDEF);
210 return this->pti_->large_common_section_flags;
313 { return this->pti_->can_icf_inline_merge_sections; }
399 { return this->pti_->attributes_section; }
404 { return this->pti_->attributes_vendor; }
410 return ((this->pti_->attributes_section != NULL
411 && strcmp(name, this->pti_->attributes_section) == 0)
466 { return this->pti_->entry_symbol_name; }
471 { return this->pti_->hash_entry_size; }
564 : pti_(pti), processor_specific_flags_(0),
819 const Target_info* pti_;