Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c397 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
401 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
402 Stack = &yyptr->Stack_alloc; \
Dzconf.tab.c_shipped397 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
401 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
402 Stack = &yyptr->Stack_alloc; \
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped406 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
410 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
411 Stack = &yyptr->Stack_alloc; \
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped403 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
407 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
408 Stack = &yyptr->Stack_alloc; \