Home
last modified time | relevance | path

Searched refs:n_un (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A D_nlist.c45 for (q = list, nreq = 0; q->n_un.n_name && q->n_un.n_name[0]; in _nlist()
51 n = strlen(q->n_un.n_name); in _nlist()
69 soff = q->n_un.n_strx; in _nlist()
82 p->n_un.n_name && p->n_un.n_name[0]; in _nlist()
86 s1 = p->n_un.n_name; in _nlist()
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk.h135 } n_un; member
141 #define n_hash n_un.n_term.N_hash /* full hash value is sym tbl */
142 #define n_scope n_un.n_term.N_hash /* local variable scope level */
143 #define n_alink n_un.n_term.N_alink /* link to array list */
144 #define n_string n_un.n_term.n_tun.n_str.N_string
145 #define n_strlen n_un.n_term.n_tun.n_str.N_strlen
146 #define n_int n_un.n_term.n_tun.N_int
147 #define n_real n_un.n_term.n_tun.N_real
148 #define n_function n_un.n_term.n_tun.N_function
149 #define n_ufunc n_un.n_term.n_tun.N_ufunc
[all …]
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Da.out.c337 cp = trs->rtc_sp->n_un.n_name; 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()
411 cp = &LM2LP(lmp)->lp_symstr[sp->n_un.n_strx]; in aout_findsb()
669 dlip->dli_sname = &LM2LP(lmp)->lp_symstr[_sym->n_un.n_strx]; in aout_dladdr()
H A D_a.out.h79 } n_un; member
/titanic_50/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c102 name = &LM2LP(lmp)->lp_symstr[sp->n_un.n_strx]; in aout_bndr()
276 name = &LM2LP(lmp)->lp_symstr[sp->n_un.n_strx]; in aout_reloc()
/titanic_50/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h156 } n_un; member