Lines Matching refs:this_emulation
190 this_emulation = emulations[i];
193 this_emulation = emulations[0];
195 this_emulation->init ();
208 this_format = this_emulation->format;
210 if (this_emulation->leading_underscore == 2)
211 this_emulation->leading_underscore = this_format->dfl_leading_underscore;
213 if (this_emulation->default_endian != 2)
214 target_big_endian = this_emulation->default_endian;
216 if (this_emulation->fake_label_name == 0)
218 if (this_emulation->leading_underscore)
219 this_emulation->fake_label_name = "L0\001";
222 this_emulation->fake_label_name = ".L0\001";
692 if (strcmp (optarg, this_emulation->name))