Searched refs:this_emulation (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/binutils/gas/
H A Demul.h39 COMMON struct emulation * this_emulation; variable in typeref:struct:emulation
H A Das.c175 this_emulation = emulations[i];
178 this_emulation = emulations[0];
180 this_emulation->init ();
193 this_format = this_emulation->format;
195 if (this_emulation->leading_underscore == 2)
196 this_emulation->leading_underscore = this_format->dfl_leading_underscore;
198 if (this_emulation->default_endian != 2)
199 target_big_endian = this_emulation->default_endian;
201 if (this_emulation->fake_label_name == 0)
203 if (this_emulation
[all...]
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dobj-multi.h149 #define FAKE_LABEL_NAME (this_emulation->fake_label_name)

Completed in 104 milliseconds