/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.c | 154 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 D | symbols.msg | 26 @ MSG_STT_NOTYPE_CF "STT_NOTYPE" # 0
|
/titanic_44/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 180 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 D | rdelf.c | 104 if (prev_type != STT_NOTYPE) in rm_dups() 186 if (GELF_ST_TYPE(sym->st_info) != STT_NOTYPE) in is_function()
|
H A D | prof.c | 133 (ELF32_ST_TYPE(i) == STT_NOTYPE)) && \
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 146 #define STT_NOTYPE 0 macro
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 150 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 D | readelf.c | 363 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 D | mdb_nm.c | 75 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 D | mdb_gelf.c | 862 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 D | resolve.c | 286 if ((otype == ntype) || (otype == STT_NOTYPE) || (ntype == STT_NOTYPE)) in sym_typecheck() 539 (otype == STT_NOTYPE) && (ntype != STT_NOTYPE)) { in sym_twoundefs()
|
H A D | map_support.c | 1153 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 D | syms.c | 3075 sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_NOTYPE); in ld_sym_add_u()
|
H A D | relocate.c | 1675 (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.c | 280 (ELF_ST_TYPE(s[j].st_info) != STT_NOTYPE && in __fex_sym()
|
/titanic_44/usr/src/lib/libkvm/common/ |
H A D | test.c | 207 case STT_NOTYPE: in tst_nlist()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | elf.h | 554 #define STT_NOTYPE 0 /* symbol type is unspecified */ macro
|
/titanic_44/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 450 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_NOTYPE); in output()
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1290 (ELF_ST_TYPE(sym->st_info) != STT_NOTYPE) || in output_symbol()
|