Home
last modified time | relevance | path

Searched defs:tostruct (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.27/gprof/
HDgmon.h125 struct tostruct struct
127 char *selfpc;
128 int count;
129 unsigned short link;
/dragonfly/contrib/binutils-2.34/gprof/
HDgmon.h125 struct tostruct struct
127 char *selfpc;
128 int count;
129 unsigned short link;
/dragonfly/sys/sys/
HDgmon.h124 struct tostruct { struct
125 u_long selfpc;
126 long count;
127 u_short link;
128 u_short pad;
/dragonfly/contrib/gcc-4.7/libgcc/config/
HDgmon-sol2.c65 struct tostruct { struct
83 static struct tostruct *tos = NULL; argument