Home | History | Annotate | Download | only in callgrind

Lines Matching refs:pattern

38 // a code pattern is a list of tuples (start offset, length)
40 struct pattern
47 /* Scan for a pattern in the code of an ELF object.
52 UChar code[], struct pattern* pat)
58 /* first chunk of pattern should always start at offset 0 and
62 CLG_DEBUG(1, "check_code: %s, pattern %s, check %d bytes of [%x %x %x...]\n",
130 static struct pattern pat = {
133 /* Pattern for glibc-2.8 on OpenSuse11.0 */
139 static struct pattern pat_28 = {
167 static struct pattern pat = {
188 static struct pattern pat = {