Symbol: STT_NOTYPE
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
862
if ((ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE) !=
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
863
(ELF32_ST_TYPE(rhs->st_info) == STT_NOTYPE))
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
864
return (ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
890
if ((ELF64_ST_TYPE(lhs->st_info) == STT_NOTYPE) !=
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
891
(ELF64_ST_TYPE(rhs->st_info) == STT_NOTYPE))
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
892
return (ELF64_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1);
usr/src/cmd/mdb/common/mdb/mdb_nm.c
129
case STT_NOTYPE:
usr/src/cmd/mdb/common/mdb/mdb_nm.c
79
NM_TYPE_NOTY = 1 << STT_NOTYPE, /* -t noty */
usr/src/cmd/mdb/common/mdb/mdb_nm.c
842
sym.st_info = GELF_ST_INFO(STB_GLOBAL, STT_NOTYPE);
usr/src/cmd/sgs/elfdump/common/elfdump.c
1359
(ELF_ST_TYPE(sym->st_info) != STT_NOTYPE) ||
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
449
secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_NOTYPE);
usr/src/cmd/sgs/gprof/common/readelf.c
361
if (i_type != STT_NOTYPE) {
usr/src/cmd/sgs/gprof/common/readelf.c
429
if (GELF_ST_TYPE(sym->st_info) != STT_NOTYPE)
usr/src/cmd/sgs/libconv/common/symbols.c
160
CONV_DS_MSG_INIT(STT_NOTYPE, types_def) };
usr/src/cmd/sgs/libconv/common/symbols.c
162
CONV_DS_MSG_INIT(STT_NOTYPE, types_cf) };
usr/src/cmd/sgs/libconv/common/symbols.c
164
CONV_DS_MSG_INIT(STT_NOTYPE, types_cfnp) };
usr/src/cmd/sgs/libconv/common/symbols.c
166
CONV_DS_MSG_INIT(STT_NOTYPE, types_nf) };
usr/src/cmd/sgs/libld/common/map_support.c
1173
if (ELF_ST_TYPE(sym->st_info) != STT_NOTYPE) {
usr/src/cmd/sgs/libld/common/map_support.c
1174
if ((ms->ms_type != STT_NOTYPE) &&
usr/src/cmd/sgs/libld/common/map_support.c
1375
if (ms->ms_type != STT_NOTYPE)
usr/src/cmd/sgs/libld/common/relocate.c
1675
(ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_NOTYPE))
usr/src/cmd/sgs/libld/common/resolve.c
286
if ((otype == ntype) || (otype == STT_NOTYPE) || (ntype == STT_NOTYPE))
usr/src/cmd/sgs/libld/common/resolve.c
539
(otype == STT_NOTYPE) && (ntype != STT_NOTYPE)) {
usr/src/cmd/sgs/libld/common/syms.c
3257
sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_NOTYPE);
usr/src/cmd/sgs/libld/common/syms.c
970
bsdp->sd_sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_NOTYPE);
usr/src/cmd/sgs/nm/common/nm.c
1014
case STT_NOTYPE:
usr/src/cmd/sgs/nm/common/nm.c
1038
case STT_NOTYPE:
usr/src/cmd/sgs/nm/common/nm.c
1263
case STT_NOTYPE:(void) printf("%-5s", "NOTY"); break;
usr/src/cmd/sgs/nm/common/nm.c
183
key[STT_NOTYPE][STB_LOCAL] = "n";
usr/src/cmd/sgs/nm/common/nm.c
184
key[STT_NOTYPE][STB_GLOBAL] = "N";
usr/src/cmd/sgs/nm/common/nm.c
185
key[STT_NOTYPE][STB_WEAK] = "N*";
usr/src/lib/libdtrace/common/dt_module.c
1303
GELF_ST_INFO(STB_GLOBAL, STT_NOTYPE);
usr/src/lib/libdtrace/common/dt_module.c
149
if ((ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE) !=
usr/src/lib/libdtrace/common/dt_module.c
150
(ELF32_ST_TYPE(rhs->st_info) == STT_NOTYPE))
usr/src/lib/libdtrace/common/dt_module.c
151
return (ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1);
usr/src/lib/libdtrace/common/dt_module.c
178
if ((ELF64_ST_TYPE(lhs->st_info) == STT_NOTYPE) !=
usr/src/lib/libdtrace/common/dt_module.c
179
(ELF64_ST_TYPE(rhs->st_info) == STT_NOTYPE))
usr/src/lib/libdtrace/common/dt_module.c
180
return (ELF64_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1);
usr/src/lib/libkvm/common/test.c
205
case STT_NOTYPE:
usr/src/lib/libm/common/m9x/__fex_sym.c
280
(ELF_ST_TYPE(s[j].st_info) != STT_NOTYPE &&