Home
last modified time | relevance | path

Searched refs:make_fcontext (Results 1 – 22 of 22) sorted by relevance

/php-src/Zend/asm/
H A Dmake_ppc64_sysv_elf_gas.S70 .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 Dmake_mips64_n64_elf_gas.S50 .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 Dmake_s390x_sysv_elf_gas.S48 .global make_fcontext
49 .type make_fcontext, @function
72 make_fcontext: label
107 .size make_fcontext,.-make_fcontext
H A Dmake_arm64_aapcs_elf_gas.S57 .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 Dmake_riscv64_sysv_elf_gas.S63 .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 Dmake_loongarch64_sysv_elf_gas.S43 .globl make_fcontext
45 .type make_fcontext,@function
46 make_fcontext: label
53 # third arg of make_fcontext() == address of context-function
70 .size make_fcontext, .-make_fcontext
H A Dmake_ppc32_sysv_xcoff_gas.S61 .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 Dmake_ppc64_sysv_xcoff_gas.S73 .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 Dmake_arm_aapcs_elf_gas.S43 .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 Dmake_mips32_o32_elf_gas.S43 .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 Dmake_i386_sysv_elf_gas.S29 .globl make_fcontext
31 .type make_fcontext,@function
32 make_fcontext: label
110 .size make_fcontext,.-make_fcontext
H A Dmake_x86_64_sysv_elf_gas.S46 .globl make_fcontext
47 .type make_fcontext,@function
49 make_fcontext: label
186 .size make_fcontext,.-make_fcontext
H A Dmake_sparc64_sysv_elf_gas.S20 .global make_fcontext
21 .type make_fcontext, %function
22 make_fcontext: label
33 # third argument of make_fcontext() is the context-function to call
66 .size make_fcontext,.-make_fcontext
H A Dmake_ppc32_sysv_elf_gas.S55 .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 Dmake_x86_64_ms_pe_gas.S92 .def make_fcontext; .scl 2; .type 32; .endef
93 .seh_proc make_fcontext
94 make_fcontext: label
H A Dmake_ppc32_sysv_macho_gas.S83 ; first arg of make_fcontext() == top address of context-function
91 ; third arg of make_fcontext() == address of context-function
H A Dmake_arm64_aapcs_pe_armasm.asm61 EXPORT make_fcontext
64 make_fcontext proc label
82 ; third arg of make_fcontext() == address of context-function
H A Dmake_i386_ms_pe_masm.asm29 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 Dmake_arm64_aapcs_macho_gas.S65 ; third arg of make_fcontext() == address of context-function
H A Dmake_arm_aapcs_macho_gas.S51 @ third arg of make_fcontext() == address of context-function
H A Dmake_x86_64_ms_pe_masm.asm90 make_fcontext PROC BOOST_CONTEXT_EXPORT FRAME label
/php-src/Zend/
H A Dzend_fibers.c173 extern void *make_fcontext(void *sp, size_t size, void (*fn)(boost_context_data));
442 context->handle = make_fcontext(stack, context->stack->size, zend_fiber_trampoline); in zend_fiber_init_context()

Completed in 51 milliseconds