Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ expr_gstr_print_revdep
Function
expr_gstr_print_revdep
util/kconfig/expr.c:1298–1302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1296
}
1297
1298
void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
1299
tristate pr_type, const char *title)
1300
{
1301
expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title);
1302
}
Callers
2
sym_warn_unmet_dep
Function · 0.85
get_symbol_str
Function · 0.85
Calls
1
expr_print_revdep
Function · 0.85
Tested by
no test coverage detected