/third_party/boost/libs/context/src/asm/ |
D | ontop_ppc64_sysv_elf_gas.S | 70 .globl ontop_fcontext symbol 74 ontop_fcontext: label 75 addis %r2, %r12, .TOC.-ontop_fcontext@ha 76 addi %r2, %r2, .TOC.-ontop_fcontext@l 77 .localentry ontop_fcontext, . - ontop_fcontext 81 ontop_fcontext: label 83 .quad .L.ontop_fcontext,.TOC.@tocbase,0 84 .type ontop_fcontext,@function 87 .L.ontop_fcontext: 89 .hidden .ontop_fcontext [all …]
|
D | ontop_ppc32_sysv_elf_gas.S | 55 .globl ontop_fcontext symbol 57 .type ontop_fcontext,@function 58 ontop_fcontext: label 59 # Linux: ontop_fcontext( hidden transfer_t * R3, R4, R5, R6) 190 .size ontop_fcontext, .-ontop_fcontext
|
D | ontop_x86_64_sysv_elf_gas.S | 29 .globl ontop_fcontext symbol 30 .type ontop_fcontext,@function 32 ontop_fcontext: label 91 .size ontop_fcontext,.-ontop_fcontext
|
D | ontop_i386_sysv_elf_gas.S | 29 .globl ontop_fcontext symbol 31 .type ontop_fcontext,@function 32 ontop_fcontext: label 87 .size ontop_fcontext,.-ontop_fcontext
|
D | ontop_mips64_n64_elf_gas.S | 50 .globl ontop_fcontext symbol 52 .type ontop_fcontext,@function 53 .ent ontop_fcontext 54 ontop_fcontext: label 116 .end ontop_fcontext 117 .size ontop_fcontext, .-ontop_fcontext
|
D | ontop_mips32_o32_elf_gas.S | 43 .globl ontop_fcontext symbol 45 .type ontop_fcontext,@function 46 .ent ontop_fcontext 47 ontop_fcontext: label 116 .end ontop_fcontext 117 .size ontop_fcontext, .-ontop_fcontext
|
D | ontop_arm_aapcs_elf_gas.S | 43 .globl ontop_fcontext symbol 45 .type ontop_fcontext,%function 47 ontop_fcontext: label 90 .size ontop_fcontext,.-ontop_fcontext
|
D | ontop_s390x_sysv_elf_gas.S | 48 .global ontop_fcontext symbol 49 .type ontop_fcontext, @function 84 ontop_fcontext: label 145 .size ontop_fcontext,.-ontop_fcontext
|
D | ontop_arm64_aapcs_elf_gas.S | 57 .global ontop_fcontext symbol 58 .type ontop_fcontext, %function 59 ontop_fcontext: label 111 .size ontop_fcontext,.-ontop_fcontext
|
D | ontop_riscv64_sysv_elf_gas.S | 63 .global ontop_fcontext symbol 64 .type ontop_fcontext, %function 65 ontop_fcontext: label 147 .size ontop_fcontext,.-ontop_fcontext
|
D | ontop_x86_64_ms_pe_gas.asm | 92 .globl ontop_fcontext symbol 93 .def ontop_fcontext; .scl 2; .type 32; .endef 94 .seh_proc ontop_fcontext 95 ontop_fcontext: label
|
D | ontop_ppc32_sysv_xcoff_gas.S | 75 .globl .ontop_fcontext 76 .globl ontop_fcontext[DS] 78 .csect ontop_fcontext[DS] 79 ontop_fcontext: label 80 .long .ontop_fcontext 81 .ontop_fcontext: label
|
D | ontop_i386_ms_pe_masm.asm | 27 ontop_fcontext PROC BOOST_CONTEXT_EXPORT label 66 ; first arg of ontop_fcontext() == fcontext to jump to 72 ; second arg of ontop_fcontext() == data to be transferred 78 ; third arg of ontop_fcontext() == ontop-function 123 ontop_fcontext ENDP
|
D | ontop_arm_aapcs_pe_armasm.asm | 29 EXPORT ontop_fcontext 31 ontop_fcontext PROC label
|
D | ontop_ppc64_sysv_xcoff_gas.S | 2 .globl .ontop_fcontext 3 .ontop_fcontext: label
|
D | ontop_x86_64_ms_pe_masm.asm | 87 ontop_fcontext PROC BOOST_CONTEXT_EXPORT FRAME label 206 ontop_fcontext ENDP
|
/third_party/boost/boost/context/ |
D | fiber_fcontext.hpp | 89 ontop_fcontext( t.fctx, rec, fiber_exit< Rec >); in fiber_entry() 254 detail::ontop_fcontext( in ~fiber() 295 return { detail::ontop_fcontext( in resume_with()
|
D | continuation_fcontext.hpp | 89 ontop_fcontext( t.fctx, rec, context_exit< Rec >); in context_entry() 232 detail::ontop_fcontext( in ~continuation() 282 return { detail::ontop_fcontext( in resume_with()
|
/third_party/boost/boost/context/detail/ |
D | fcontext.hpp | 37 transfer_t BOOST_CONTEXT_CALLDECL ontop_fcontext( fcontext_t const to, void * vp, transfer_t (* fn)…
|
/third_party/boost/libs/context/test/ |
D | test_fcontext.cpp | 310 t = ctx::ontop_fcontext( t.fctx, & i, f11); in test_ontop()
|