Searched refs:_C_LABEL (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-11-stable/lib/libc/riscv/gen/
H A Dsigsetjmp.S41 beqz a1, _C_LABEL(_setjmp)
42 j _C_LABEL(setjmp)
51 beq a2, a3, _C_LABEL(_longjmp)
52 j _C_LABEL(longjmp)
H A D_ctx_start.S41 call _C_LABEL(ctx_done)
42 call _C_LABEL(abort)
/freebsd-11-stable/lib/libc/aarch64/gen/
H A D_ctx_start.S36 bl _C_LABEL(ctx_done)
37 bl _C_LABEL(abort)
H A Dsigsetjmp.S37 b.eq _C_LABEL(_setjmp)
38 b _C_LABEL(setjmp)
48 b.eq _C_LABEL(_longjmp)
49 b _C_LABEL(longjmp)
/freebsd-11-stable/lib/libc/mips/
H A DSYS.h84 # define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); jr t9
88 # define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); RESTORE_GP64; jr t9
93 # define PIC_TAILCALL(l) j _C_LABEL(l)
104 .weak _C_LABEL(x); \
105 _C_LABEL(x) = _C_LABEL(__CONCAT(__sys_,x)); \
106 .weak _C_LABEL(__CONCAT(_,x)); \
107 _C_LABEL(__CONCAT(_,x)) = _C_LABEL(__CONCAT(__sys_,x)); \
117 .weak _C_LABEL(
[all...]
/freebsd-11-stable/lib/libc/arm/
H A DSYS.h48 #define CERROR _C_LABEL(cerror)
49 #define CURBRK _C_LABEL(curbrk)
53 .weak _C_LABEL(x); \
54 .set _C_LABEL(x), _C_LABEL(__CONCAT(__sys_,x)); \
55 .weak _C_LABEL(__CONCAT(_,x)); \
56 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
69 .weak _C_LABEL(__CONCAT(_,x)); \
70 .set _C_LABEL(__CONCA
[all...]
/freebsd-11-stable/lib/libc/mips/sys/
H A Dbrk.S44 .globl _C_LABEL(minbrk)
45 .globl _C_LABEL(__curbrk)
46 .globl _C_LABEL(_end)
49 _C_LABEL(minbrk):
50 PTR_WORD _C_LABEL(_end)
57 PTR_LA v0, _C_LABEL(minbrk)
65 PTR_LA t0, _C_LABEL(__curbrk)
H A Dsbrk.S44 .globl _C_LABEL(__curbrk)
45 .globl _C_LABEL(_end)
48 _C_LABEL(__curbrk):
49 PTR_WORD _C_LABEL(_end)
56 PTR_LA t0, _C_LABEL(__curbrk)
66 PTR_LA t0, _C_LABEL(__curbrk)
H A Dcerror.S47 .globl _C_LABEL(__error)
58 PTR_LA t9, _C_LABEL(__error) # locate address of errno
/freebsd-11-stable/lib/libc/arm/gen/
H A D_ctx_start.S8 bl _C_LABEL(ctx_done)
9 bl _C_LABEL(abort)
H A Dsigsetjmp.S52 beq PIC_SYM(_C_LABEL(_setjmp), PLT)
53 b PIC_SYM(_C_LABEL(setjmp), PLT)
66 beq PIC_SYM(_C_LABEL(_longjmp), PLT)
67 b PIC_SYM(_C_LABEL(longjmp), PLT)
H A Dsetjmp.S62 bl PIC_SYM(_C_LABEL(sigprocmask), PLT)
106 .weak _C_LABEL(longjmp)
107 .set _C_LABEL(longjmp), _C_LABEL(__longjmp)
120 bl PIC_SYM(_C_LABEL(sigprocmask), PLT)
157 bl PIC_SYM(_C_LABEL(longjmperror), PLT)
158 bl PIC_SYM(_C_LABEL(abort), PLT)
/freebsd-11-stable/lib/libc/arm/sys/
H A Dbrk.S38 .globl _C_LABEL(_end)
47 .globl _C_LABEL(minbrk)
48 .type _C_LABEL(minbrk),#object
49 _C_LABEL(minbrk):
50 .word _C_LABEL(_end)
90 .word PIC_SYM(_C_LABEL(minbrk), GOT)
H A Dcerror.S38 .globl _C_LABEL(__error)
39 .type _C_LABEL(__error),%function
44 bl PIC_SYM(_C_LABEL(__error), PLT)
H A Dsbrk.S38 .globl _C_LABEL(_end)
49 .word _C_LABEL(_end)
/freebsd-11-stable/sys/crypto/des/arch/i386/
H A Ddes_enc.S67 #define _C_LABEL CNAME define
135 movl _C_LABEL(des_SPtrans)(%ebx),%ebp
138 movl 0x200+_C_LABEL(des_SPtrans)(%ecx),%ebp
142 movl 0x100+_C_LABEL(des_SPtrans)(%ebx),%ebp
146 movl 0x300+_C_LABEL(des_SPtrans)(%ecx),%ebp
152 movl 0x600+_C_LABEL(des_SPtrans)(%ebx),%ebx
154 movl 0x700+_C_LABEL(des_SPtrans)(%ecx),%ebx
156 movl 0x400+_C_LABEL(des_SPtrans)(%eax),%ebx
158 movl 0x500+_C_LABEL(des_SPtrans)(%edx),%ebx
172 movl _C_LABEL(des_SPtran
[all...]
/freebsd-11-stable/sys/arm/mv/armadaxp/
H A Dmptramp.S32 .global _C_LABEL(mptramp_pmu_boot)
55 _C_LABEL(mptramp_pmu_boot):
60 .global _C_LABEL(mptramp_end)
61 _C_LABEL(mptramp_end):
/freebsd-11-stable/sys/mips/rmi/
H A Dmpwait.S45 PTR_LA gp, _C_LABEL(_gp)
46 PTR_LA t1, _C_LABEL(xlr_ap_release)
65 PTR_LA t1, _C_LABEL(mpentry)
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_nmi.S39 PTR_LA k0, _C_LABEL(octeon_wdog_nmi)
/freebsd-11-stable/sys/libkern/arm/
H A Dldivmod.S49 bl PIC_SYM(_C_LABEL(__kern_ldivmod), PLT)
59 bl PIC_SYM(_C_LABEL(__qdivrem), PLT)
/freebsd-11-stable/lib/libc/riscv/sys/
H A Dcerror.S42 call _C_LABEL(__error)
/freebsd-11-stable/lib/libc/aarch64/sys/
H A Dcerror.S35 bl _C_LABEL(__error)
/freebsd-11-stable/sys/arm/arm/
H A Dswtch.S106 blne _C_LABEL(vfp_store) /* and disable the VFP. */
119 b _C_LABEL(fork_exit) /* to userland via swi_exit code. */
/freebsd-11-stable/sys/mips/mips/
H A Dlocore.S146 sw a2, _C_LABEL(fenvp)
164 PTR_LA sp, _C_LABEL(pcpu_space)
170 PTR_LA gp, _C_LABEL(_gp)
173 jal _C_LABEL(platform_start)
176 PTR_LA sp, _C_LABEL(thread0_st)
182 jal _C_LABEL(mi_startup) # mi_startup(frame)
/freebsd-11-stable/sys/mips/include/
H A Dasm.h97 #define _C_LABEL(x) x macro
113 # define _C_LABEL(x) x macro
115 # define _C_LABEL(x) _ ## x macro
149 .globl _C_LABEL(x); \
150 .ent _C_LABEL(x), 0; \
151 _C_LABEL(x): ; \
160 .globl _C_LABEL(x); \
161 .ent _C_LABEL(x), 0; \
162 _C_LABEL(x): ; \
170 .globl _C_LABEL(
[all...]

Completed in 128 milliseconds

1234