| /TaskScheduler/ThirdParty/Boost.Context/asm/ |
| H A D | make_ppc64_sysv_elf_gas.S | 91 .globl make_fcontext 95 make_fcontext: label 98 .localentry make_fcontext, . - make_fcontext 102 make_fcontext: label 108 .L.make_fcontext: 110 .hidden .make_fcontext 111 .globl .make_fcontext 117 .make_fcontext: label 179 .size make_fcontext, .-make_fcontext 182 .size .make_fcontext, .-.L.make_fcontext [all …]
|
| H A D | make_ppc32_sysv_xcoff_gas.S | 1 .globl make_fcontext[DS] 2 .globl .make_fcontext[PR] 4 .csect make_fcontext[DS] 5 make_fcontext: label 6 .long .make_fcontext[PR] 7 .csect .make_fcontext[PR], 3 8 #.make_fcontext: 12 # first arg of make_fcontext() == top address of context-function 20 # third arg of make_fcontext() == address of context-function
|
| H A D | make_x86_64_sysv_elf_gas.S | 35 .globl make_fcontext 36 .type make_fcontext,@function 38 make_fcontext: label 72 .size make_fcontext,.-make_fcontext
|
| H A D | make_mips32_o32_elf_gas.S | 35 .globl make_fcontext 37 .type make_fcontext,@function 38 .ent make_fcontext 39 make_fcontext: label 45 # first arg of make_fcontext() == top address of context-stack 57 # third arg of make_fcontext() == address of context-function 85 .end make_fcontext 86 .size make_fcontext, .-make_fcontext
|
| H A D | make_arm_aapcs_elf_gas.S | 42 .globl make_fcontext 44 .type make_fcontext,%function 45 make_fcontext: label 52 @ third arg of make_fcontext() == address of context-function 68 .size make_fcontext,.-make_fcontext
|
| H A D | make_arm64_aapcs_elf_gas.S | 57 .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 D | make_i386_sysv_elf_gas.S | 21 .globl make_fcontext 23 .type make_fcontext,@function 24 make_fcontext: label 74 .size make_fcontext,.-make_fcontext
|
| H A D | make_ppc32_sysv_elf_gas.S | 70 .globl make_fcontext 72 .type make_fcontext,@function 73 make_fcontext: label 77 # first arg of make_fcontext() == top address of context-function 85 # third arg of make_fcontext() == address of context-function 120 .size make_fcontext, .-make_fcontext
|
| H A D | make_x86_64_ms_pe_gas.asm | 87 .globl make_fcontext 88 .def make_fcontext; .scl 2; .type 32; .endef 89 .seh_proc make_fcontext 90 make_fcontext: label
|
| H A D | make_sparc_sysv_elf_gas.S | 42 .globl make_fcontext 44 .type make_fcontext,@function 47 make_fcontext: label 82 .size make_fcontext,.-make_fcontext
|
| H A D | make_sparc64_sysv_elf_gas.S | 48 .globl make_fcontext 50 .type make_fcontext,@function 53 make_fcontext: label 86 .size make_fcontext,.-make_fcontext
|
| H A D | make_ppc64_sysv_xcoff_gas.S | 1 .globl make_fcontext[DS] 2 .globl .make_fcontext[PR] 4 .csect .make_fcontext[PR], 3 10 # first arg of make_fcontext() == top address of context-function 18 # third arg of make_fcontext() == address of context-function
|
| H A D | make_arm_aapcs_pe_armasm.asm | 44 EXPORT make_fcontext 47 make_fcontext PROC label 48 ; first arg of make_fcontext() == top of context-stack 60 ; second arg of make_fcontext() == size of context-stack 68 ; third arg of make_fcontext() == address of context-function
|
| H A D | make_i386_ms_pe_masm.asm | 29 make_fcontext PROC label 30 ; first arg of make_fcontext() == top of context-stack 46 ; first arg of make_fcontext() == top of context-stack 50 ; second arg of make_fcontext() == size of context-stack 61 ; third arg of make_fcontext() == address of context-function 121 make_fcontext ENDP
|
| H A D | make_ppc64_sysv_macho_gas.S | 97 ; first arg of make_fcontext() == top address of context-function 105 ; third arg of make_fcontext() == address of context-function
|
| H A D | make_ppc32_sysv_macho_gas.S | 76 ; first arg of make_fcontext() == top address of context-function 84 ; third arg of make_fcontext() == address of context-function
|
| H A D | make_arm_aapcs_macho_gas.S | 51 @ third arg of make_fcontext() == address of context-function
|
| H A D | make_x86_64_ms_pe_masm.asm | 83 make_fcontext PROC FRAME label
|
| H A D | make_arm64_aapcs_macho_gas.S | 60 ; third arg of make_fcontext() == address of context-function
|
| /TaskScheduler/ThirdParty/Boost.Context/ |
| H A D | fcontext.h | 48 fcontext_t make_fcontext
|