/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | dynamic_machelf.c | 59 (void) conv_expn_field(arg, conv_dyn_posflag1_strings(fmt_flags), in conv_dyn_posflag1() 83 (void) conv_expn_field(&conv_arg, conv_dyn_flag_strings(fmt_flags), in conv_dyn_flag() 102 (void) conv_expn_field(&conv_arg, conv_dyn_flag1_strings(fmt_flags), in conv_dyn_flag1() 126 (void) conv_expn_field(&conv_arg, in conv_dyn_feature1()
|
H A D | audit.c | 71 (void) conv_expn_field(&conv_arg, vda, 0); in conv_la_bind() 124 (void) conv_expn_field(&conv_arg, vda, 0); in conv_la_search() 200 (void) conv_expn_field(&conv_arg, vda, 0); in conv_la_symbind()
|
H A D | entry.c | 73 (void) conv_expn_field(&conv_arg, vda, 0); in conv_ent_flags() 137 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_ent_files_flags()
|
H A D | group.c | 80 (void) conv_expn_field(&conv_arg, vda, 0); in conv_grphdl_flags() 133 (void) conv_expn_field(&conv_arg, vda, 0); in conv_grpdesc_flags()
|
H A D | dl.c | 98 (void) conv_expn_field(&conv_arg, vda, 0); in conv_dl_mode() 184 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_dl_flag()
|
H A D | corenote.c | 1050 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_auxv_af() 1141 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_cc_content() 1229 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_pr_flags() 1307 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_old_pr_flags() 1366 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_proc_flag() 1420 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_sa_flags() 1464 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_ss_flags() 1557 (void) conv_expn_field(&conv_arg, in conv_bitmaskset() 2525 (void) conv_expn_field(&arg, vda, fmt_flags); in conv_cnote_fileflags() 2604 (void) conv_expn_field(&arg, vda, fmt_flags); in conv_cnote_filemode() [all …]
|
H A D | config.c | 84 (void) conv_expn_field(&conv_arg, vda, 0); in conv_config_feat() 166 (void) conv_expn_field(&conv_arg, vda, 0); in conv_config_obj()
|
H A D | version.c | 73 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_ver_flags()
|
H A D | segments.c | 97 (void) conv_expn_field(&conv_arg, vda, 0); in conv_seg_flags()
|
H A D | syminfo.c | 132 (void) conv_expn_field(&conv_arg, in conv_syminfo_flags()
|
H A D | dynamic.c | 935 (void) conv_expn_field(&conv_arg, vda, 0); in conv_bnd_type() 990 (void) conv_expn_field(&conv_arg, vda, 0); in conv_bnd_obj()
|
H A D | elf.c | 954 (void) conv_expn_field(&conv_arg, vdp, fmt_flags); in conv_ehdr_flags()
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | tls.c | 56 (void) conv_expn_field(&conv_arg, vda, 0); in Dbg_tls_modent()
|
H A D | bindings.c | 127 (void) conv_expn_field(&conv_arg, vda, 0); in Dbg_bind_global()
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | conv.h | 1126 #define conv_expn_field(_arg, _vdp, _fmt_flags) \ macro
|