Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/include/
H A Dprofileio.h71 struct profHashEntry struct
73 unsigned int pc; /* the pc, minus any redundant bits. */
74 unsigned int next; /* the next pointer as an entry index */
98 struct profHashEntry *entries; argument