Searched refs:getsym (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dcgram.y501 $$ = getsym($1)->s_type;
510 $$ = getsym($1)->s_type;
567 $$ = getsym($1);
613 /* too late, i know, but getsym() compensates it */
744 $$ = getsym($1);
800 $$ = getsym($1);
850 $$ = dname(getsym($1));
879 $$ = dname(getsym($1));
915 $$ = dname(getsym($1));
944 $$ = dname(getsym(
[all...]
H A Dexterns1.h83 extern sym_t *getsym(sbuf_t *);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c503 getsym(struct ps_prochandle *P, uintptr_t addr, char *buf, size_t size, function
605 (void) getsym(P, lock, buf, sizeof (buf), 0);
609 if (getsym(P, stack[i], buf, sizeof (buf), 1) == 0)
635 (void) getsym(P, stack[i + 2], buf,
/freebsd-10-stable/contrib/binutils/bfd/
H A Dtekhex.c293 getsym (char *dstp, char **srcp, unsigned int *lenp) function
379 if (!getsym (sym, &src, &len))
425 if (!getsym (sym, &src, &len))

Completed in 122 milliseconds