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

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.weak1.c36 extern int _go(int);
48 _go(1);
60 #pragma weak _go = go macro
H A Dtst.weak2.c36 extern int _go(int);
47 _go(1);
59 #pragma weak _go = go macro
H A Dtst.weak1.d57 pid$1:a.out:_go:entry
64 pid$1:a.out:_go:entry
65 /probefunc == "_go"/
67 trace("resolved to '_go' rather than 'go'");
72 pid$1:a.out:_go:entry
H A Dtst.weak2.d57 pid$1:a.out:_go:entry
58 /probefunc == "_go"/
64 pid$1:a.out:_go:entry
67 trace("resolved to '_go' rather than 'go'");
72 pid$1:a.out:_go:entry

Completed in 122 milliseconds