Lines Matching refs:this
82 { return this->do_recognize(input_file, offset, machine, osabi, abiversion); } in recognize()
88 { return this->do_recognize_by_bfd_name(name); } in recognize_by_bfd_name()
94 { this->do_supported_bfd_names(names); } in supported_bfd_names()
100 { return this->do_recognize_by_emulation(name); } in recognize_by_emulation()
106 { this->do_supported_emulations(names); } in supported_emulations()
111 { return this->next_; } in next()
119 { return this->machine_; } in machine()
124 { return this->size_; } in get_size()
129 { return this->is_big_endian_; } in is_big_endian()
136 { return this->bfd_name_; } in bfd_name()
143 { return this->emulation_; } in emulation()
150 { return this->do_target_bfd_name(target); } in target_bfd_name()
166 { return this->instantiate_target(); } in do_recognize()
174 { return this->instantiate_target(); } in do_recognize_by_bfd_name()
182 gold_assert(this->bfd_name_ != NULL); in do_supported_bfd_names()
183 names->push_back(this->bfd_name_); in do_supported_bfd_names()
192 { return this->instantiate_target(); } in do_recognize_by_emulation()
200 gold_assert(this->emulation_ != NULL); in do_supported_emulations()
201 emulations->push_back(this->emulation_); in do_supported_emulations()
215 { return target == this->instantiated_target_; } in is_our_target()