Home
last modified time | relevance | path

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

/external/rust/crates/ring/
Dbuild.rs695 .map(|src| (src.clone(), asm_path(out_dir, src, os, perlasm_format))) in perlasm_src_dsts()
708 asm_path(out_dir, &synthesized_path, os, perlasm_format), in perlasm_src_dsts()
730 fn asm_path(out_dir: &Path, src: &Path, os: Option<&str>, perlasm_format: &str) -> PathBuf { in asm_path() function