Home
last modified time | relevance | path

Searched refs:perlasm_style (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/util/
Dgenerate_build_files.py500 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,