Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.c135 if ((otype == STT_SPARC_REGISTER) || in ld_mach_sym_typecheck_sparc()
136 (ntype == STT_SPARC_REGISTER)) { in ld_mach_sym_typecheck_sparc()
147 } else if (otype == STT_SPARC_REGISTER) in ld_mach_sym_typecheck_sparc()
169 if (ELF_ST_TYPE(sym->st_info) != STT_SPARC_REGISTER) in ld_is_regsym_sparc()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.c174 CONV_DS_MSG_INIT(STT_SPARC_REGISTER, sparc_def) }; in conv_sym_info_type_strings()
176 CONV_DS_MSG_INIT(STT_SPARC_REGISTER, sparc_cf) }; in conv_sym_info_type_strings()
178 CONV_DS_MSG_INIT(STT_SPARC_REGISTER, sparc_cfnp) }; in conv_sym_info_type_strings()
180 CONV_DS_MSG_INIT(STT_SPARC_REGISTER, sparc_nf) }; in conv_sym_info_type_strings()
H A Dsymbols_machelf.c41 (mach == EM_SPARCV9)) && (type == STT_SPARC_REGISTER)) in conv_sym_value()
H A Dsymbols.msg58 @ MSG_STT_SPARC_REGISTER_CF "STT_SPARC_REGISTER" #13
/illumos-gate/usr/src/uts/common/sys/
H A Delf_SPARC.h159 #define STT_SPARC_REGISTER 13 /* register symbol type */ macro
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c86 NM_TYPE_REGI = 1 << STT_SPARC_REGISTER /* -t regi */
143 case STT_SPARC_REGISTER: in nm_type2str()
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c1099 else if (sym_data->type == STT_SPARC_REGISTER) {
1270 case STT_SPARC_REGISTER: (void) printf("%-5s", "REGI"); break;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c706 conv_sym_value(mach, STT_SPARC_REGISTER, in Elf_reloc_apply_reg()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h775 #define STT_SPARC_REGISTER 13 /* SPARC register information. */ macro
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c585 if (v_flag && (type == STT_SPARC_REGISTER)) { in print_symtab()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c865 if (ELF_ST_TYPE(sp->st_info) == STT_SPARC_REGISTER) in load_exec()
2997 if (ELF_ST_TYPE(sp->st_info) == STT_SPARC_REGISTER) { in do_symbols()