Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c2260 _cleanup_(scratchbuf_release) struct scratchbuf salias = in output_symbols_bin() local
2288 if (scratchbuf_alloc(&salias, baselen + len + 1) < 0) { in output_symbols_bin()
2292 memcpy(scratchbuf_str(&salias) + baselen, sym->name, len + 1); in output_symbols_bin()
/external/clang/include/clang/Driver/
DOptions.td2167 defm tree_salias : BooleanFFlag<"tree-salias">, Group<clang_ignored_f_Group>;