Home
last modified time | relevance | path

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

/linux-2.4.37.9/scripts/
Dtkcond.c442 struct condition * cond_stack [32]; in fix_conditionals() local
455 cond_stack [depth++] = in fix_conditionals()
471 for ( cond = cond_stack [depth-1]; in fix_conditionals()
509 cfg->cond = join_condition_stack( cond_stack, depth ); in fix_conditionals()
529 cond_stack [depth] = eliminate_other_arch( cfg->cond ); in fix_conditionals()
530 cfg->cond = join_condition_stack( cond_stack, depth+1 ); in fix_conditionals()
534 cfg->cond = join_condition_stack( cond_stack, depth ); in fix_conditionals()