Lines Matching refs:st_info
271 uchar_t otype = ELF_ST_TYPE(sdp->sd_sym->st_info); in sym_typecheck()
272 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); in sym_typecheck()
348 (ELF_ST_BIND(nsym->st_info) == STB_GLOBAL)) in sym_promote()
371 if ((ELF_ST_BIND(osym->st_info) == STB_WEAK) && in sym_override()
457 (ELF_ST_BIND(nsym->st_info) == STB_GLOBAL)) in sym_override()
524 uchar_t obind = ELF_ST_BIND(osym->st_info); in sym_twoundefs()
525 uchar_t otype = ELF_ST_TYPE(osym->st_info); in sym_twoundefs()
526 uchar_t nbind = ELF_ST_BIND(nsym->st_info); in sym_twoundefs()
527 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); in sym_twoundefs()
555 uchar_t otype = ELF_ST_TYPE(osym->st_info); in sym_tworeals()
556 uchar_t obind = ELF_ST_BIND(osym->st_info); in sym_tworeals()
557 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); in sym_tworeals()
558 uchar_t nbind = ELF_ST_BIND(nsym->st_info); in sym_tworeals()
657 uchar_t otype = ELF_ST_TYPE(osym->st_info); in sym_realtent()
658 uchar_t obind = ELF_ST_BIND(osym->st_info); in sym_realtent()
659 uchar_t ntype = ELF_ST_TYPE(nsym->st_info); in sym_realtent()
660 uchar_t nbind = ELF_ST_BIND(nsym->st_info); in sym_realtent()
834 uchar_t obind = ELF_ST_BIND(osym->st_info);
835 uchar_t nbind = ELF_ST_BIND(nsym->st_info);