Searched refs:STV_HIDDEN (Results 1 – 9 of 9) sorted by relevance
58 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in SetVisibility()68 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in GetVisibility()
282 MCELF::SetVisibility(SD, ELF::STV_HIDDEN); in EmitSymbolAttribute()
50 ELF_STV_Hidden = (ELF::STV_HIDDEN << ELF_STV_Shift),
807 STV_HIDDEN = 2, // Not visible to other components enumerator
395 ECase(STV_HIDDEN) in enumeration()
490 #define STV_HIDDEN 2 /* Sym unavailable in other modules */ macro
3704 sym->st_other = symst->hidden ? STV_HIDDEN : STV_DEFAULT; in fillin_special_symbol()5855 || XELF_ST_VISIBILITY (sym->st_other) == STV_HIDDEN in ld_generic_create_outfile()
1059 case STV_HIDDEN: in get_visibility_type()
485 #define STV_HIDDEN 2 /* Sym unavailable in other modules */ macro