Home
last modified time | relevance | path

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

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