Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Da.out.c337 cp = trs->rtc_sp->n_un.n_name; in aout_find_com()
340 return (trs->rtc_sp); in aout_find_com()
349 if ((rs->rtc_sp = malloc(sizeof (struct nlist))) == NULL) in aout_find_com()
354 *(rs->rtc_sp) = *sp; in aout_find_com()
355 if ((rs->rtc_sp->n_un.n_name = malloc(strlen(name) + 1)) == NULL) in aout_find_com()
357 (void) strcpy(rs->rtc_sp->n_un.n_name, name); in aout_find_com()
358 rs->rtc_sp->n_type = N_COMM; in aout_find_com()
359 if ((rs->rtc_sp->n_value = in aout_find_com()
360 (long)calloc(rs->rtc_sp->n_value, 1)) == NULL) in aout_find_com()
362 return (rs->rtc_sp); in aout_find_com()
H A D_a.out.h178 struct nlist *rtc_sp; /* symbol for common */ member
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dlink.h115 struct nlist *rtc_sp; /* symbol for common */ member