Home
last modified time | relevance | path

Searched refs:is_sym_name (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c776 (sdp->sd_isc != NULL) && (sdp->sd_isc->is_sym_name != NULL)) in ld_reloc_sym_name()
777 return (demangle(sdp->sd_isc->is_sym_name)); in ld_reloc_sym_name()
1938 (sdp->sd_isc->is_sym_name == NULL) && in process_reld()
2052 (sdp->sd_isc->is_sym_name == NULL) && in process_reld()
H A Dsyms.c3304 if (isp->is_sym_name == NULL) { in ld_stt_section_sym_name()
3313 isp->is_sym_name = str; in ld_stt_section_sym_name()
3316 return (isp->is_sym_name); in ld_stt_section_sym_name()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h918 const char *is_sym_name; /* NULL, or name string to use for */ member