Searched refs:plt_mips_offset_ (Results 1 – 1 of 1) sorted by relevance
2464 plt_mips_offset_(0), plt_comp_offset_(0), plt_header_size_(0), in Mips_output_data_plt()2510 { return this->plt_header_size_ + this->plt_mips_offset_; } in first_comp_plt_offset()2515 { return this->plt_mips_offset_ > 0; } in has_standard_entries()2564 this->set_data_size(this->plt_header_size_ + this->plt_mips_offset_ in set_final_data_size()2580 gold_assert(this->plt_mips_offset_ + this->plt_comp_offset_ != 0); in is_plt_header_compressed()2581 return this->target_->is_output_micromips() && this->plt_mips_offset_ == 0; in is_plt_header_compressed()2647 unsigned int plt_mips_offset_; member in __anon1e60feb90111::Mips_output_data_plt7390 mips_sym->set_mips_plt_offset(this->plt_mips_offset_); in set_plt_offsets()7391 this->plt_mips_offset_ += plt_mips_entry_size; in set_plt_offsets()7401 if (this->plt_mips_offset_ + this->plt_comp_offset_ != 0) in set_plt_offsets()[all …]