Lines Matching refs:this_emulation
181 this_emulation = emulations[i];
184 this_emulation = emulations[0];
186 this_emulation->init ();
199 this_format = this_emulation->format;
201 if (this_emulation->leading_underscore == 2)
202 this_emulation->leading_underscore = this_format->dfl_leading_underscore;
204 if (this_emulation->default_endian != 2)
205 target_big_endian = this_emulation->default_endian;
207 if (this_emulation->fake_label_name == 0)
209 if (this_emulation->leading_underscore)
210 this_emulation->fake_label_name = "L0\001";
213 this_emulation->fake_label_name = ".L0\001";
648 if (strcmp (optarg, this_emulation->name))