Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 3 of 3) sorted by relevance

/sof-2.7.6/scripts/kconfig/
Dmenuconfig.py2446 def _value_info(sym): argument
2560 def _select_imply_info(sym): argument
2899 def _check_validity(sym, s): argument
2932 def _range_info(sym): argument
Dkconfiglib.py3367 def num_ok(sym, type_): argument
3457 def warn_select_imply(sym, expr, expr_type): argument
5850 def _sym_to_num(sym): argument
5937 def _expr_depends_on(expr, sym): argument
6053 def _check_dep_loop_sym(sym, ignore_choice): argument
/sof-2.7.6/smex/
Delf_defs.h459 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) argument
888 #define ELF64_R_INFO(sym, type) ((((uint64)(sym)) << 32) + (((uint64)(type)) & 0xffffffffULL)) argument