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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-multi.h33 (this_format->flavor)
36 (this_format->begin \
37 ? (*this_format->begin) () \
41 (this_format->app_file \
42 ? (*this_format->app_file) (NAME, APPFILE) \
46 (*this_format->frob_symbol) (S, &(P))
49 (this_format->frob_file \
50 ? (*this_format->frob_file) () \
54 (this_format->frob_file_before_adjust \
55 ? (*this_format
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dobj.h81 #ifndef this_format
82 COMMON const struct format_ops *this_format; variable in typeref:struct:format_ops
H A Das.c193 this_format = this_emulation->format;
196 this_emulation->leading_underscore = this_format->dfl_leading_underscore;

Completed in 71 milliseconds