Home
last modified time | relevance | path

Searched refs:ELF_ST_VISIBILITY (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/sgs/include/
H A D_machelf.h58 #define ELF_ST_VISIBILITY ELF64_ST_VISIBILITY macro
84 #define ELF_ST_VISIBILITY ELF32_ST_VISIBILITY macro
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dresolve.c126 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()
H A Dsyms.c437 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()
H A Dlibs.c560 vis = ELF_ST_VISIBILITY(sym->st_other); in ar_extract_bysym()
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c399 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()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.c48 uchar_t vis = ELF_ST_VISIBILITY(other); in conv_sym_other()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Delf.c1406 (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) {
H A Ddlfcns.c1255 if (sym && (ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON)) { in dlsym_core()
H A Danalyze.c3181 vis = ELF_ST_VISIBILITY(rsym->st_other); in lookup_sym()