Lines Matching +full:a +full:- +full:za +full:- +full:z0 +full:- +full:9
4 strip_asm.py - Cleanup ASM output for the specified file
14 label_re = re.compile("\s*j[a-z]+\s+\.L([a-zA-Z0-9][a-zA-Z0-9_]*)")
24 label_decl = re.compile("^[.]{0,1}L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
43 label_decl = re.compile("^\.L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
66 process_identifiers - process all identifiers and modify them to have
71 parts = re.split(r'([a-zA-Z0-9_]+)', l)
96 re.compile("\s*\.globa?l\s*([.a-zA-Z_][a-zA-Z0-9$_.]*)"), #global directive
102 fn_label_def = re.compile("^[a-zA-Z_][a-zA-Z0-9_.]*:")
104 # Remove Mach-O attribute
125 description='generate a stripped assembly file')
150 # kate: tab-width: 4; replace-tabs on; indent-width 4; tab-indents: off;
151 # kate: indent-mode python; remove-trailing-spaces modified;