Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c384 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
388 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
389 Stack = &yyptr->Stack_alloc; \
Dzconf.tab.c_shipped384 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
388 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
389 Stack = &yyptr->Stack_alloc; \
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped394 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
398 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
399 Stack = &yyptr->Stack_alloc; \
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped396 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
400 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
401 Stack = &yyptr->Stack_alloc; \