| 217 | } |
| 218 | |
| 219 | static const char *conf_get_rustccfg_name(void) |
| 220 | { |
| 221 | char *name = getenv("KCONFIG_RUSTCCFG"); |
| 222 | |
| 223 | return name ? name : "include/generated/rustc_cfg"; |
| 224 | } |
| 225 | |
| 226 | static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) |
| 227 | { |
no outgoing calls
no test coverage detected