Home
last modified time | relevance | path

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

/ext-fiber/boost/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_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_x86_64_sysv_elf_gas.S29 .globl make_fcontext
30 .type make_fcontext,@function
32 make_fcontext: label
79 .size make_fcontext,.-make_fcontext
H A Dmake_ppc32_sysv_xcoff_gas.S75 .globl make_fcontext[DS]
76 .globl .make_fcontext[PR]
78 .csect make_fcontext[DS]
79 make_fcontext: label
80 .long .make_fcontext[PR]
81 .csect .make_fcontext[PR], 3
82 #.make_fcontext:
86 # first arg of make_fcontext() == top address of context-function
94 # third arg of make_fcontext() == address of context-function
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_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_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_i386_sysv_elf_gas.S29 .globl make_fcontext
31 .type make_fcontext,@function
32 make_fcontext: label
104 .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_x86_64_ms_pe_clang_gas.S92 .globl make_fcontext
93 .def make_fcontext; .scl 2; .type 32; .endef
94 .seh_proc make_fcontext
95 make_fcontext: label
H A Dmake_x86_64_ms_pe_gas.asm92 .globl make_fcontext
93 .def make_fcontext; .scl 2; .type 32; .endef
94 .seh_proc make_fcontext
95 make_fcontext: label
H A Dmake_ppc64_sysv_xcoff_gas.S7 .globl make_fcontext[DS]
8 .globl .make_fcontext[PR]
10 .csect .make_fcontext[PR], 3
16 # first arg of make_fcontext() == top address of context-function
24 # third arg of make_fcontext() == address of context-function
H A Dmake_arm_aapcs_pe_armasm.asm30 EXPORT make_fcontext
33 make_fcontext PROC label
34 ; first arg of make_fcontext() == top of context-stack
46 ; second arg of make_fcontext() == size of context-stack
54 ; third arg of make_fcontext() == address of context-function
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_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_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_macho_gas.S65 ; 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
H A Dmake_arm_aapcs_macho_gas.S51 @ third arg of make_fcontext() == address of context-function
/ext-fiber/src/
H A Dfiber_asm.c27 extern fcontext_t make_fcontext(void *sp, size_t size, void (*fn)(transfer_t));
59 context->self = make_fcontext(stack, context->stack.size, zend_fiber_trampoline); in zend_fiber_init_context()

Completed in 41 milliseconds