/PHP-8.1/Zend/asm/ |
H A D | make_ppc64_sysv_elf_gas.S | 70 .globl make_fcontext 74 make_fcontext: label 77 .localentry make_fcontext, . - make_fcontext 81 make_fcontext: label 87 .L.make_fcontext: 89 .hidden .make_fcontext 90 .globl .make_fcontext 96 .make_fcontext: label 167 .size make_fcontext, .-make_fcontext 170 .size .make_fcontext, .-.L.make_fcontext [all …]
|
H A D | make_s390x_sysv_elf_gas.S | 48 .global make_fcontext 49 .type make_fcontext, @function 72 make_fcontext: label 107 .size make_fcontext,.-make_fcontext
|
H A D | make_mips64_n64_elf_gas.S | 50 .globl make_fcontext 52 .type make_fcontext,@function 53 .ent make_fcontext 54 make_fcontext: label 67 # third arg of make_fcontext() == address of context-function 92 .end make_fcontext 93 .size make_fcontext, .-make_fcontext
|
H A D | make_arm64_aapcs_elf_gas.S | 57 .global make_fcontext 58 .type make_fcontext, %function 59 make_fcontext: label 66 # third arg of make_fcontext() == address of context-function 83 .size make_fcontext,.-make_fcontext
|
H A D | make_riscv64_sysv_elf_gas.S | 63 .global make_fcontext 64 .type make_fcontext, %function 65 make_fcontext: label 72 # third arg of make_fcontext() == address of context-function 89 .size make_fcontext,.-make_fcontext
|
H A D | make_ppc32_sysv_xcoff_gas.S | 61 .globl make_fcontext[DS] 62 .globl .make_fcontext 63 .csect make_fcontext[DS] 64 make_fcontext: label 65 .long .make_fcontext[PR], TOC[tc0], 0 67 .make_fcontext: label 71 # first arg of make_fcontext() == top address of context-function 79 # third arg of make_fcontext() == address of context-function descriptor
|
H A D | make_ppc64_sysv_xcoff_gas.S | 73 .globl make_fcontext[DS] 74 .globl .make_fcontext 75 .csect make_fcontext[DS], 3 76 make_fcontext: label 77 .llong .make_fcontext[PR], TOC[tc0], 0 79 .make_fcontext: label 83 # first arg of make_fcontext() == top address of context-function 91 # third arg of make_fcontext() == address of context-function descriptor
|
H A D | make_arm_aapcs_elf_gas.S | 43 .globl make_fcontext 45 .type make_fcontext,%function 47 make_fcontext: label 54 @ third arg of make_fcontext() == address of context-function 78 .size make_fcontext,.-make_fcontext
|
H A D | make_mips32_o32_elf_gas.S | 43 .globl make_fcontext 45 .type make_fcontext,@function 46 .ent make_fcontext 47 make_fcontext: label 66 # third arg of make_fcontext() == address of context-function 93 .end make_fcontext 94 .size make_fcontext, .-make_fcontext
|
H A D | make_i386_sysv_elf_gas.S | 29 .globl make_fcontext 31 .type make_fcontext,@function 32 make_fcontext: label 110 .size make_fcontext,.-make_fcontext
|
H A D | make_x86_64_sysv_elf_gas.S | 43 .globl make_fcontext 44 .type make_fcontext,@function 46 make_fcontext: label 144 .size make_fcontext,.-make_fcontext
|
H A D | make_ppc32_sysv_elf_gas.S | 55 .globl make_fcontext 57 .type make_fcontext,@function 58 make_fcontext: label 62 # first arg of make_fcontext() == top address of context-function 70 # third arg of make_fcontext() == address of context-function 139 .size make_fcontext, .-make_fcontext
|
H A D | make_ppc32_sysv_macho_gas.S | 83 ; first arg of make_fcontext() == top address of context-function 91 ; third arg of make_fcontext() == address of context-function
|
H A D | make_i386_ms_pe_masm.asm | 29 make_fcontext PROC BOOST_CONTEXT_EXPORT label 30 ; first arg of make_fcontext() == top of context-stack 50 ; first arg of make_fcontext() == top of context-stack 54 ; second arg of make_fcontext() == size of context-stack 68 ; third arg of make_fcontext() == address of context-function 139 make_fcontext ENDP
|
H A D | make_arm64_aapcs_macho_gas.S | 65 ; third arg of make_fcontext() == address of context-function
|
H A D | make_x86_64_ms_pe_masm.asm | 90 make_fcontext PROC BOOST_CONTEXT_EXPORT FRAME label
|
H A D | make_arm_aapcs_macho_gas.S | 51 @ third arg of make_fcontext() == address of context-function
|
/PHP-8.1/Zend/ |
H A D | zend_fibers.c | 145 extern void *make_fcontext(void *sp, size_t size, void (*fn)(boost_context_data)); 347 context->handle = make_fcontext(stack, context->stack->size, zend_fiber_trampoline); in zend_fiber_init_context()
|