Searched refs:Stack (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_cfg_y.c | 365 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 369 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 370 Stack = &yyptr->Stack_alloc; \ 371 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.tab.c_shipped | 397 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 401 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 402 Stack = &yyptr->Stack_alloc; \ 403 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ 1010 YYFPRINTF (stderr, "Stack now"); 1573 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|
A D | zconf.lex.c_shipped | 279 /* Stack of input buffers. */ 282 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | entry.S | 280 2: andq $~0xf,%rsi # Stack frames are 16-byte aligned.
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 10373 ; Stack layout at this point:
|
Completed in 22 milliseconds