/ext-fiber/boost/asm/ |
H A D | jump_ppc32_sysv_elf_gas.S | 55 .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 D | jump_ppc64_sysv_elf_gas.S | 70 .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 D | jump_i386_sysv_elf_gas.S | 29 .globl jump_fcontext 31 .type jump_fcontext,@function 32 jump_fcontext: label 80 .size jump_fcontext,.-jump_fcontext
|
H A D | jump_x86_64_sysv_elf_gas.S | 29 .globl jump_fcontext 30 .type jump_fcontext,@function 32 jump_fcontext: label 88 .size jump_fcontext,.-jump_fcontext
|
H A D | jump_arm_aapcs_elf_gas.S | 43 .globl jump_fcontext 45 .type jump_fcontext,%function 47 jump_fcontext: label 85 .size jump_fcontext,.-jump_fcontext
|
H A D | jump_s390x_sysv_elf_gas.S | 48 .global jump_fcontext 49 .type jump_fcontext, @function 79 jump_fcontext: label 155 .size jump_fcontext,.-jump_fcontext
|
H A D | jump_arm64_aapcs_elf_gas.S | 57 .global jump_fcontext 58 .type jump_fcontext, %function 59 jump_fcontext: label 112 .size jump_fcontext,.-jump_fcontext
|
H A D | jump_mips32_o32_elf_gas.S | 43 .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 D | jump_mips64_n64_elf_gas.S | 50 .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 D | jump_arm_aapcs_pe_armasm.asm | 29 EXPORT jump_fcontext 31 jump_fcontext PROC label
|
H A D | jump_riscv64_sysv_elf_gas.S | 63 .global jump_fcontext 64 .type jump_fcontext, %function 65 jump_fcontext: label 148 .size jump_fcontext,.-jump_fcontext
|
H A D | jump_x86_64_ms_pe_clang_gas.S | 92 .globl jump_fcontext 93 .def jump_fcontext; .scl 2; .type 32; .endef 94 .seh_proc jump_fcontext 95 jump_fcontext: label
|
H A D | jump_x86_64_ms_pe_gas.asm | 92 .globl jump_fcontext 93 .def jump_fcontext; .scl 2; .type 32; .endef 94 .seh_proc jump_fcontext 95 jump_fcontext: label
|
H A D | jump_ppc32_sysv_xcoff_gas.S | 75 .globl .jump_fcontext 76 .globl jump_fcontext[DS] 78 .csect jump_fcontext[DS] 79 jump_fcontext: label 80 .long .jump_fcontext 81 .jump_fcontext: label
|
H A D | jump_ppc64_sysv_xcoff_gas.S | 10 .globl .jump_fcontext 11 .jump_fcontext: label
|
H A D | jump_i386_ms_pe_masm.asm | 27 jump_fcontext PROC BOOST_CONTEXT_EXPORT label 66 ; firstarg of jump_fcontext() == fcontext to jump to 115 jump_fcontext ENDP
|
H A D | jump_x86_64_ms_pe_masm.asm | 87 jump_fcontext PROC BOOST_CONTEXT_EXPORT FRAME label 204 jump_fcontext ENDP
|
H A D | make_ppc32_sysv_elf_gas.S | 114 # On systems other than Linux, jump_fcontext is returning the
|
H A D | make_i386_ms_pe_masm.asm | 76 ; will be entered after calling jump_fcontext() first time
|
/ext-fiber/src/ |
H A D | fiber_asm.c | 28 extern transfer_t jump_fcontext(fcontext_t to, void *vp); 81 transfer_t transfer = jump_fcontext(to->self, to); in zend_fiber_switch_context() 90 transfer_t transfer = jump_fcontext(current->caller, NULL); in zend_fiber_suspend_context()
|