Searched refs:ELF_ST_VISIBILITY (Results 1 – 9 of 9) sorted by relevance
58 #define ELF_ST_VISIBILITY ELF64_ST_VISIBILITY macro84 #define ELF_ST_VISIBILITY ELF32_ST_VISIBILITY macro
126 wovis = ovis = ELF_ST_VISIBILITY(osym->st_other); in sym_visibility()127 wnvis = nvis = ELF_ST_VISIBILITY(nsym->st_other); in sym_visibility()400 if (ELF_ST_VISIBILITY(nsym->st_other) == STV_PROTECTED) in sym_override()665 uchar_t ovis = ELF_ST_VISIBILITY(osym->st_other); in sym_realtent()666 uchar_t nvis = ELF_ST_VISIBILITY(nsym->st_other); in sym_realtent()
437 vis = ELF_ST_VISIBILITY(nsym->st_other); in ld_sym_enter()986 vis = ELF_ST_VISIBILITY(sym->st_other); in sym_cap_vis()1055 } else if (ELF_ST_VISIBILITY(sym->st_other) != in ld_sym_adjust_vis()1070 if (ELF_ST_VISIBILITY(sym->st_other) == STV_DEFAULT) in ld_sym_adjust_vis()1320 if ((vis = ELF_ST_VISIBILITY(sym->st_other)) == STV_SINGLETON) in ld_sym_validate()
560 vis = ELF_ST_VISIBILITY(sym->st_other); in ar_extract_bysym()
399 if (ELF_ST_VISIBILITY(sym1->st_info) != in all_same()400 ELF_ST_VISIBILITY(sym2->st_info)) in all_same()560 value = ELF_ST_VISIBILITY(sym->st_other); in print_symstate()1009 ELF_ST_VISIBILITY(vis); in cmd_body_set_st_visibility()
48 uchar_t vis = ELF_ST_VISIBILITY(other); in conv_sym_other()
1406 (ELF_ST_VISIBILITY(sym->st_other) == STV_HIDDEN) &&1496 if ((ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON) &&2465 if (ELF_ST_VISIBILITY(dsym->st_other) == STV_PROTECTED) {
1255 if (sym && (ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON)) { in dlsym_core()
3181 vis = ELF_ST_VISIBILITY(rsym->st_other); in lookup_sym()