Home
last modified time | relevance | path

Searched refs:stack (Results 26 – 50 of 142) sorted by relevance

123456

/PHP-8.1/Zend/asm/
H A Djump_x86_64_ms_pe_masm.asm90 ; prepare stack
116 ; save current deallocation stack
119 ; save current stack limit
122 ; save current stack base
166 ; restore current deallocation stack
169 ; restore current stack limit
172 ; restore current stack base
187 ; prepare stack
H A Dmake_mips64_n64_elf_gas.S64 # reserve space for context-data on context-stack
88 # area on the stack which we reuse for calling _exit
96 .section .note.GNU-stack,"",%progbits
H A Dmake_arm64_aapcs_macho_gas.S59 ; shift address in x0 (allocated stack) to lower 16 byte boundary
62 ; reserve space for context-data on context-stack
H A Dmake_arm64_aapcs_elf_gas.S60 # shift address in x0 (allocated stack) to lower 16 byte boundary
63 # reserve space for context-data on context-stack
H A Dmake_riscv64_sysv_elf_gas.S66 # shift address in a0 (allocated stack) to lower 16 byte boundary
69 # reserve space for context-data on context-stack
H A Dmake_mips32_o32_elf_gas.S57 # reserve space for context-data on context-stack
89 # area on the stack which we reuse for calling _exit
97 .section .note.GNU-stack,"",%progbits
H A Djump_arm_aapcs_elf_gas.S53 @ prepare stack for FPU
70 @ prepare stack for FPU
H A Djump_arm_aapcs_macho_gas.S59 @ prepare stack for FPU
76 @ prepare stack for FPU
H A Djump_arm64_aapcs_macho_gas.S58 ; prepare stack for GP + FPU
106 ; restore stack from GP + FPU
H A Djump_mips32_o32_elf_gas.S48 # reserve space on stack
103 # adjust stack
119 .section .note.GNU-stack,"",%progbits
H A Djump_mips64_n64_elf_gas.S55 # reserve space on stack
112 # adjust stack
124 .section .note.GNU-stack,"",%progbits
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c1380 stack = frame->stack; in zend_jit_trace_build_tssa()
1416 stack = frame->stack; in zend_jit_trace_build_tssa()
1429 stack = frame->stack; in zend_jit_trace_build_tssa()
2737 stack = frame->stack; in zend_jit_trace_allocate_registers()
3020 stack = frame->stack; in zend_jit_trace_allocate_registers()
3052 stack = frame->stack; in zend_jit_trace_allocate_registers()
3110 stack = frame->stack; in zend_jit_trace_allocate_registers()
4034 stack = frame->stack; in zend_jit_trace()
6636 stack = frame->stack; in zend_jit_trace()
6659 stack = frame->stack; in zend_jit_trace()
[all …]
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt39 $stack = debug_backtrace();
40 if (!isset($stack[1]))
43 printf("%s(", $stack[1]['function']);
45 foreach ($stack[1]['args'] as $k => $v)
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_cmd.h135 PHPDBG_API void phpdbg_stack_push(phpdbg_param_t *stack, phpdbg_param_t *param);
138 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack);
139 PHPDBG_API int phpdbg_stack_execute(phpdbg_param_t *stack, bool allow_async_unsafe);
140 PHPDBG_API void phpdbg_stack_free(phpdbg_param_t *stack);
H A Dphpdbg_lexer.l31 void phpdbg_init_lexer (phpdbg_param_t *stack, char *input) { in ZEND_EXTERN_MODULE_GLOBALS()
32 PHPDBG_G(parser_stack) = stack; in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_lexer.h36 void phpdbg_init_lexer (phpdbg_param_t *stack, char *input);
H A Dphpdbg_print.h34 PHPDBG_PRINT(stack);
/PHP-8.1/sapi/cli/
H A Dconfig.w3210 ADD_FLAG("LDFLAGS_CLI", "/stack:67108864");
20 ADD_FLAG("LDFLAGS_CLI_WIN32", "/stack:67108864");
/PHP-8.1/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt2 Test oniguruma stack limit
31 Warning: mb_ereg_replace(): mbregex search failure in php_mbereg_replace_exec(): match-stack limit …
H A Dbug79371.phpt2 Bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow)
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_misc.c147 jit_stack->stack = sljit_allocate_stack(startsize, maxsize, &jit_stack->memctl); in pcre2_jit_stack_create()
148 if (jit_stack->stack == NULL) in pcre2_jit_stack_create()
193 sljit_free_stack((struct sljit_stack *)(jit_stack->stack), &jit_stack->memctl); in pcre2_jit_stack_free()
H A Dpcre2_jit_match.c56 arguments->stack = &local_stack; in jit_machine_stack_exec()
164 arguments.stack = (struct sljit_stack *)(jit_stack->stack); in pcre2_jit_match()
/PHP-8.1/tests/lang/
H A D012.phpt2 Testing stack after early function return
/PHP-8.1/ext/zend_test/
H A Dfiber.c85 zend_vm_stack stack = zend_vm_stack_new_page(ZEND_FIBER_VM_STACK_SIZE, NULL); in zend_test_fiber_execute() local
86 EG(vm_stack) = stack; in zend_test_fiber_execute()
87 EG(vm_stack_top) = stack->top + ZEND_CALL_FRAME_SLOT; in zend_test_fiber_execute()
88 EG(vm_stack_end) = stack->end; in zend_test_fiber_execute()
91 execute_data = (zend_execute_data *) stack->top; in zend_test_fiber_execute()
/PHP-8.1/Zend/
H A Dzend_execute.h189 #define ZEND_VM_STACK_ELEMENTS(stack) \ argument
190 (((zval*)(stack)) + ZEND_VM_STACK_HEADER_SLOTS)
200 …fine ZEND_ASSERT_VM_STACK(stack) ZEND_ASSERT(stack->top > (zval *) stack && stack->end > (zval *) argument
203 # define ZEND_ASSERT_VM_STACK(stack) argument

Completed in 70 milliseconds

123456