Home
last modified time | relevance | path

Searched refs:conv_iter_vd2 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c454 return (conv_iter_vd2(osabi, EM_NONE, vdp, func, uvalue)); in conv_iter_sec_symtab()
555 if (conv_iter_vd2(osabi, mach, conv_sec_flags_strings(fmt_flags), in conv_iter_sec_flags()
H A Dphdr.c289 if (conv_iter_vd2(osabi, EM_NONE, in conv_iter_phdr_flags()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h1137 #define conv_iter_vd2(_osabi, _mach, _vdp, _func, _uvalue) \ macro