Home
last modified time | relevance | path

Searched refs:sc_mach (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dcap.c69 if ((sys->sc_plat == NULL) && (sys->sc_mach == NULL) && in Dbg_cap_val()
82 if (sys->sc_mach) { in Dbg_cap_val()
83 dbg_print(lml, MSG_INTL(MSG_CAP_SYS_MACH), sys->sc_mach); in Dbg_cap_val()
107 if (alt->sc_mach != sys->sc_mach) { in Dbg_cap_val()
109 alt->sc_mach); in Dbg_cap_val()
H A Dsyms.c93 str = scapset->sc_mach; in Dbg_syms_cap_lookup()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dcap.c65 strcap_a = fdp_a->fd_scapset.sc_mach; in compare()
66 strcap_b = fdp_b->fd_scapset.sc_mach; in compare()
230 if ((scapset->sc_mach == NULL) && in machcap_check()
234 if ((scapset->sc_mach == NULL) || in machcap_check()
235 (str && strcmp(scapset->sc_mach, str))) { in machcap_check()
336 fdp->fd_scapset.sc_mach = str; in cap_check()
1066 alt_scapset->sc_mach = (char *)rpl_machcap; in cap_alternative()
1086 alt_scapset->sc_mach = (char *)prm_machcap; in cap_alternative()
1197 bestcapset->sc_mach = str; in sym_cap_check()
1265 if (bestcapset->sc_mach && (symcapset->sc_mach == NULL)) in is_sym_the_best()
[all …]
H A Dpaths.c481 ((scapset->sc_mach == NULL) && in expand()
486 scapset->sc_mach) { in expand()
489 (void) strncpy(nptr, scapset->sc_mach, in expand()
H A Dsetup.c303 if (org_scapset->sc_mach == NULL) in setup()
H A Dutil.c3693 if ((scapset->sc_mach = malloc(size)) == NULL) { in machine_name()
3697 (void) strcpy(scapset->sc_mach, info); in machine_name()
H A Delf.c2339 CAPSET(lmp).sc_mach = STRTAB(lmp) +
/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h1124 char *sc_mach; /* CA_SUNW_MACH capability */ member