Home
last modified time | relevance | path

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

/php-src/Zend/asm/
H A Djump_ppc64_sysv_elf_gas.S70 .globl jump_fcontext
74 jump_fcontext: label
77 .localentry jump_fcontext, . - jump_fcontext
81 jump_fcontext: label
87 .L.jump_fcontext:
89 .hidden .jump_fcontext
90 .globl .jump_fcontext
96 .jump_fcontext: label
192 .size jump_fcontext, .-jump_fcontext
213 .size .jump_fcontext, .-.L.jump_fcontext
[all …]
H A Djump_ppc32_sysv_elf_gas.S55 .globl jump_fcontext
57 .type jump_fcontext,@function
58 jump_fcontext: label
59 # Linux: jump_fcontext( hidden transfer_t * R3, R4, R5)
60 # Other: transfer_t R3:R4 = jump_fcontext( R3, R4)
198 .size jump_fcontext, .-jump_fcontext
H A Djump_i386_sysv_elf_gas.S29 .globl jump_fcontext
31 .type jump_fcontext,@function
32 jump_fcontext: label
90 .size jump_fcontext,.-jump_fcontext
H A Djump_sparc64_sysv_elf_gas.S24 .global jump_fcontext
25 .type jump_fcontext, %function
26 jump_fcontext: label
47 .size jump_fcontext,.-jump_fcontext
H A Djump_arm_aapcs_elf_gas.S43 .globl jump_fcontext
45 .type jump_fcontext,%function
47 jump_fcontext: label
85 .size jump_fcontext,.-jump_fcontext
H A Djump_s390x_sysv_elf_gas.S48 .global jump_fcontext
49 .type jump_fcontext, @function
79 jump_fcontext: label
155 .size jump_fcontext,.-jump_fcontext
H A Djump_x86_64_sysv_elf_gas.S46 .globl jump_fcontext
47 .type jump_fcontext,@function
49 jump_fcontext: label
150 .size jump_fcontext,.-jump_fcontext
H A Djump_ppc64_sysv_xcoff_gas.S74 .globl jump_fcontext[DS]
75 .globl .jump_fcontext
76 .csect jump_fcontext[DS], 3
77 jump_fcontext: label
78 .llong .jump_fcontext[PR], TOC[tc0], 0
80 .jump_fcontext: label
H A Djump_arm64_aapcs_elf_gas.S57 .global jump_fcontext
58 .type jump_fcontext, %function
59 jump_fcontext: label
112 .size jump_fcontext,.-jump_fcontext
H A Djump_mips32_o32_elf_gas.S43 .globl jump_fcontext
45 .type jump_fcontext,@function
46 .ent jump_fcontext
47 jump_fcontext: label
115 .end jump_fcontext
116 .size jump_fcontext, .-jump_fcontext
H A Djump_mips64_n64_elf_gas.S50 .globl jump_fcontext
52 .type jump_fcontext,@function
53 .ent jump_fcontext
54 jump_fcontext: label
120 .end jump_fcontext
121 .size jump_fcontext, .-jump_fcontext
H A Djump_ppc32_sysv_xcoff_gas.S61 .globl jump_fcontext[DS]
62 .globl .jump_fcontext
63 .csect jump_fcontext[DS]
64 jump_fcontext: label
65 .long .jump_fcontext[PR], TOC[tc0], 0
67 .jump_fcontext: label
H A Djump_riscv64_sysv_elf_gas.S63 .global jump_fcontext
64 .type jump_fcontext, %function
65 jump_fcontext: label
148 .size jump_fcontext,.-jump_fcontext
H A Djump_loongarch64_sysv_elf_gas.S43 .globl jump_fcontext
45 .type jump_fcontext,@function
46 jump_fcontext: label
118 .size jump_fcontext, .-jump_fcontext
H A Djump_x86_64_ms_pe_gas.S92 .def jump_fcontext; .scl 2; .type 32; .endef
93 .seh_proc jump_fcontext
94 jump_fcontext: label
H A Djump_i386_ms_pe_masm.asm27 jump_fcontext PROC BOOST_CONTEXT_EXPORT label
66 ; firstarg of jump_fcontext() == fcontext to jump to
115 jump_fcontext ENDP
H A Djump_arm64_aapcs_pe_armasm.asm61 EXPORT jump_fcontext
63 jump_fcontext proc label
H A Djump_x86_64_ms_pe_masm.asm87 jump_fcontext PROC BOOST_CONTEXT_EXPORT FRAME label
204 jump_fcontext ENDP
H A Dmake_sparc64_sysv_elf_gas.S30 # for jump_fcontext
H A Dmake_ppc32_sysv_elf_gas.S114 # On systems other than Linux, jump_fcontext is returning the
H A Dmake_i386_ms_pe_masm.asm76 ; will be entered after calling jump_fcontext() first time
/php-src/Zend/
H A Dzend_fibers.c174 extern ZEND_INDIRECT_RETURN boost_context_data jump_fcontext(void *to, zend_fiber_transfer *transfe…
519 boost_context_data data = jump_fcontext(to->handle, transfer); in zend_fiber_switch_context()

Completed in 43 milliseconds