Searched refs:perlasm_style (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/util/ |
D | generate_build_files.py | 500 def PerlAsm(output_filename, input_filename, perlasm_style, extra_args): argument 506 ['perl', input_filename, perlasm_style] + extra_args + [output_filename]) 535 (osname, arch, perlasm_style, extra_args, asm_ext) = osarch 551 PerlAsm(output, perlasm['input'], perlasm_style,
|