Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/nm/common/
H A Dnm.c1048 const char *sym_key = NULL; in print_brief_sym_type() local
1051 sym_key = UNDEFINED; in print_brief_sym_type()
1054 case STB_LOCAL : sym_key = REG_LOCL; in print_brief_sym_type()
1056 case STB_GLOBAL : sym_key = REG_GLOB; in print_brief_sym_type()
1058 case STB_WEAK : sym_key = REG_WEAK; in print_brief_sym_type()
1060 default : sym_key = REG_GLOB; in print_brief_sym_type()
1066 case STB_LOCAL : sym_key = BSS_LOCL; in print_brief_sym_type()
1068 case STB_GLOBAL : sym_key = BSS_GLOB; in print_brief_sym_type()
1070 case STB_WEAK : sym_key = BSS_WEAK; in print_brief_sym_type()
1072 default : sym_key = BSS_GLOB; in print_brief_sym_type()
[all …]