Home | History | Annotate | Download | only in scripts

Lines Matching refs:group

49     frameno = match.group(2)
50 binary = match.group(3)
51 addr = match.group(4)
66 print match.group(1), "in", function_name, file_name
88 prefix = match.group(1)
89 frameno = match.group(2)
90 orig_addr = match.group(3)
91 binary = match.group(4)
92 offset = match.group(5)
123 function_name = match.group(1)
125 file_name = fix_filename(match.group(3))