Searched refs:_osabi (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | conv.h | 695 #define CONV_VD2_SKIP_OSABI(_osabi, _vdp) \ argument 697 ((_osabi != ELFOSABI_NONE) || (_vdp->v_osabi != ELFOSABI_SOLARIS))) 702 #define CONV_VD2_SKIP(_osabi, _mach, _vdp) \ argument 703 (CONV_VD2_SKIP_OSABI(_osabi, _vdp) || CONV_VD2_SKIP_MACH(_mach, _vdp)) 705 #define CONV_ITER_VD2_SKIP(_osabi, _mach, _vdp) \ argument 706 ((CONV_VD2_SKIP_OSABI(_osabi, _vdp) && (_osabi != CONV_OSABI_ALL)) || \ 1129 #define conv_expn_field2(_arg, _osabi, _mach, _vdp, _fmt_flags) \ argument 1130 _conv_expn_field2(_arg, _osabi, _mach, _vdp, _fmt_flags, \ 1133 #define conv_iter_ds(_osabi, _mach, _dsp, _func, _uvalue) \ argument 1134 _conv_iter_ds(_osabi, _mach, _dsp, _func, _uvalue, MSG_SGS_LOCAL_ARRAY) [all …]
|