Searched refs:STV_DEFAULT (Results 1 – 6 of 6) sorted by relevance
85 CONV_DS_MSG_INIT(STV_DEFAULT, vis_def) }; in conv_sym_other_vis_strings()87 CONV_DS_MSG_INIT(STV_DEFAULT, vis_cf) }; in conv_sym_other_vis_strings()89 CONV_DS_MSG_INIT(STV_DEFAULT, vis_nf) }; in conv_sym_other_vis_strings()
64 @ MSG_STV_DEFAULT_CF "STV_DEFAULT" # 0
81 * STV_VISIBILITY rules for STV_DEFAULT/INTERNAL/HIDDEN/PROTECTED say that the185 if ((wovis != STV_DEFAULT) && (wovis != STV_EXPORTED) && in sym_visibility() 198 if ((wnvis == STV_EXPORTED) || (wnvis == STV_DEFAULT)) in sym_visibility() 212 if (wnvis == STV_DEFAULT) in sym_visibility() 260 return (STV_DEFAULT); in sym_visibility()
441 case STV_DEFAULT: in ld_sym_enter()1070 if (ELF_ST_VISIBILITY(sym->st_other) == STV_DEFAULT) in ld_sym_adjust_vis()
727 #define STV_DEFAULT 0 macro
779 #define STV_DEFAULT 0x0 /* Default visibility (see binding). */ macro