Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.c154 CONV_DS_MSG_INIT(STT_NOTYPE, types_def) }; in conv_sym_info_type_strings()
156 CONV_DS_MSG_INIT(STT_NOTYPE, types_cf) }; in conv_sym_info_type_strings()
158 CONV_DS_MSG_INIT(STT_NOTYPE, types_nf) }; in conv_sym_info_type_strings()
H A Dsymbols.msg26 @ MSG_STT_NOTYPE_CF "STT_NOTYPE" # 0
/titanic_44/usr/src/cmd/sgs/nm/common/
H A Dnm.c180 key[STT_NOTYPE][STB_LOCAL] = "n"; in main()
181 key[STT_NOTYPE][STB_GLOBAL] = "N"; in main()
182 key[STT_NOTYPE][STB_WEAK] = "N*"; in main()
964 case STT_NOTYPE: in is_sym_print()
988 case STT_NOTYPE: in is_sym_print()
1230 case STT_NOTYPE:(void) printf("%-5s", "NOTY"); break; in print_with_otherflags()
/titanic_44/usr/src/cmd/sgs/prof/common/
H A Drdelf.c104 if (prev_type != STT_NOTYPE) in rm_dups()
186 if (GELF_ST_TYPE(sym->st_info) != STT_NOTYPE) in is_function()
H A Dprof.c133 (ELF32_ST_TYPE(i) == STT_NOTYPE)) && \
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h146 #define STT_NOTYPE 0 macro
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_module.c150 if ((ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE) != in dt_module_symcomp32()
151 (ELF32_ST_TYPE(rhs->st_info) == STT_NOTYPE)) in dt_module_symcomp32()
152 return (ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1); in dt_module_symcomp32()
179 if ((ELF64_ST_TYPE(lhs->st_info) == STT_NOTYPE) != in dt_module_symcomp64()
180 (ELF64_ST_TYPE(rhs->st_info) == STT_NOTYPE)) in dt_module_symcomp64()
181 return (ELF64_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1); in dt_module_symcomp64()
1304 GELF_ST_INFO(STB_GLOBAL, STT_NOTYPE); in dtrace_lookup_by_name()
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c363 if (i_type != STT_NOTYPE) { in remove_dup_syms()
429 if (GELF_ST_TYPE(sym->st_info) != STT_NOTYPE) in is_function()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c75 NM_TYPE_NOTY = 1 << STT_NOTYPE, /* -t noty */
125 case STT_NOTYPE: in nm_type2str()
838 sym.st_info = GELF_ST_INFO(STB_GLOBAL, STT_NOTYPE); in cmd_nmadd()
H A Dmdb_gelf.c862 if ((ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE) != in gelf32_sym_compare()
863 (ELF32_ST_TYPE(rhs->st_info) == STT_NOTYPE)) in gelf32_sym_compare()
864 return (ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1); in gelf32_sym_compare()
890 if ((ELF64_ST_TYPE(lhs->st_info) == STT_NOTYPE) != in gelf64_sym_compare()
891 (ELF64_ST_TYPE(rhs->st_info) == STT_NOTYPE)) in gelf64_sym_compare()
892 return (ELF64_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1); in gelf64_sym_compare()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dresolve.c286 if ((otype == ntype) || (otype == STT_NOTYPE) || (ntype == STT_NOTYPE)) in sym_typecheck()
539 (otype == STT_NOTYPE) && (ntype != STT_NOTYPE)) { in sym_twoundefs()
H A Dmap_support.c1153 if (ELF_ST_TYPE(sym->st_info) != STT_NOTYPE) { in ld_map_sym_enter()
1154 if ((ms->ms_type != STT_NOTYPE) && in ld_map_sym_enter()
1355 if (ms->ms_type != STT_NOTYPE) in ld_map_sym_enter()
H A Dsyms.c3075 sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_NOTYPE); in ld_sym_add_u()
H A Drelocate.c1675 (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_NOTYPE)) in ld_process_sym_reloc()
/titanic_44/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c280 (ELF_ST_TYPE(s[j].st_info) != STT_NOTYPE && in __fex_sym()
/titanic_44/usr/src/lib/libkvm/common/
H A Dtest.c207 case STT_NOTYPE: in tst_nlist()
/titanic_44/usr/src/uts/common/sys/
H A Delf.h554 #define STT_NOTYPE 0 /* symbol type is unspecified */ macro
/titanic_44/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c450 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_NOTYPE); in output()
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1290 (ELF_ST_TYPE(sym->st_info) != STT_NOTYPE) || in output_symbol()