Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dglobals.c110 #if STT_NUM != (STT_TLS + 1)
137 #if STT_NUM != (STT_TLS + 1)
/titanic_41/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c53 static const char *symtype[STT_NUM] = {
62 #if STT_NUM != (STT_TLS + 1)
215 if (type < STT_NUM) in print_symtab()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_module.c70 #if STT_NUM != (STT_TLS + 1) in dt_module_syminit32()
84 if (type >= STT_NUM || type == STT_SECTION) in dt_module_syminit32()
103 #if STT_NUM != (STT_TLS + 1) in dt_module_syminit64()
117 if (type >= STT_NUM || type == STT_SECTION) in dt_module_syminit64()
/titanic_41/usr/src/lib/libkvm/common/
H A Dtest.c222 case STT_NUM: in tst_nlist()
/titanic_41/usr/src/uts/common/sys/
H A Delf.h561 #define STT_NUM 7 /* # defined types in generic range */ macro
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c930 #if STT_NUM != (STT_TLS + 1) in gelf32_symtab_init()
957 if (type >= STT_NUM || type == STT_SECTION) in gelf32_symtab_init()
1027 #if STT_NUM != (STT_TLS + 1) in gelf64_symtab_init()
1054 if (type >= STT_NUM || type == STT_SECTION) in gelf64_symtab_init()
H A Dmdb_target.c1905 #if STT_NUM != (STT_TLS + 1) in mdb_tgt_sym_match()
1919 if (s_bind < STB_NUM && s_type < STT_NUM) { in mdb_tgt_sym_match()
/titanic_41/usr/src/lib/libproc/common/
H A DPsymtab.c2764 #if STT_NUM != (STT_TLS + 1) in Psymbol_iter_com()
2852 if (s_bind < STB_NUM && s_type < STT_NUM) { in Psymbol_iter_com()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1095 #if STT_NUM != (STT_TLS + 1) in output_symbol()