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

123

/freebsd-13-stable/lib/libc/aarch64/gen/
H A D_ctx_start.S36 bl _C_LABEL(ctx_done)
37 bl _C_LABEL(abort)
H A Dsigsetjmp.S38 b _C_LABEL(setjmp)
40 b _C_LABEL(_setjmp)
51 b _C_LABEL(longjmp)
53 b _C_LABEL(_longjmp)
/freebsd-13-stable/lib/libc/riscv/gen/
H A D_ctx_start.S41 call _C_LABEL(ctx_done)
42 call _C_LABEL(abort)
H A Dsigsetjmp.S42 tail _C_LABEL(setjmp)
44 tail _C_LABEL(_setjmp)
54 tail _C_LABEL(longjmp)
56 tail _C_LABEL(_longjmp)
/freebsd-13-stable/lib/libc/mips/
H A DSYS.h86 # define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); jr t9
90 # define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); RESTORE_GP64; jr t9
95 # define PIC_TAILCALL(l) j _C_LABEL(l)
106 .weak _C_LABEL(x); \
107 _C_LABEL(x) = _C_LABEL(__CONCAT(__sys_,x)); \
108 .weak _C_LABEL(__CONCAT(_,x)); \
109 _C_LABEL(__CONCAT(_,x)) = _C_LABEL(__CONCAT(__sys_,x)); \
119 .weak _C_LABEL(
[all...]
/freebsd-13-stable/lib/libc/arm/
H A DSYS.h50 #define CERROR _C_LABEL(cerror)
51 #define CURBRK _C_LABEL(curbrk)
55 .weak _C_LABEL(x); \
56 .set _C_LABEL(x), _C_LABEL(__CONCAT(__sys_,x)); \
57 .weak _C_LABEL(__CONCAT(_,x)); \
58 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
71 .weak _C_LABEL(__CONCAT(_,x)); \
72 .set _C_LABEL(__CONCA
[all...]
/freebsd-13-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)
92 .weak _C_LABEL(longjmp)
93 .set _C_LABEL(longjmp), _C_LABEL(__longjmp)
105 bl PIC_SYM(_C_LABEL(sigprocmask), PLT)
140 bl PIC_SYM(_C_LABEL(longjmperror), PLT)
141 bl PIC_SYM(_C_LABEL(abort), PLT)
/freebsd-13-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-13-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-13-stable/lib/libc/arm/sys/
H A Dcerror.S38 .globl _C_LABEL(__error)
39 .type _C_LABEL(__error),%function
44 bl PIC_SYM(_C_LABEL(__error), PLT)
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_nmi.S39 PTR_LA k0, _C_LABEL(octeon_wdog_nmi)
/freebsd-13-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-13-stable/sys/arm/arm/
H A Dexception.S61 .global _C_LABEL(dtrace_invop_jump_addr)
62 _C_LABEL(dtrace_invop_jump_addr):
184 bl _C_LABEL(ast); /* ast(frame) */ \
200 bl _C_LABEL(swi_handler) /* swi handler. */
248 b _C_LABEL(abort_handler)
268 b _C_LABEL(abort_handler)
296 ldr r1, =_C_LABEL(dtrace_invop_jump_addr)
327 b _C_LABEL(intr_irq_handler)/* trapframe to the handler. */
354 b _C_LABEL(panic)
367 b _C_LABEL(pani
[all...]
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-13-stable/lib/libc/aarch64/sys/
H A Dcerror.S35 bl _C_LABEL(__error)
/freebsd-13-stable/lib/libc/riscv/sys/
H A Dcerror.S42 call _C_LABEL(__error)
/freebsd-13-stable/lib/libc/mips/sys/
H A Dcerror.S47 .globl _C_LABEL(__error)
58 PTR_LA t9, _C_LABEL(__error) # locate address of errno
/freebsd-13-stable/sys/mips/mips/
H A Dlocore.S149 sw a2, _C_LABEL(fenvp)
182 PTR_LA sp, _C_LABEL(pcpu_space)
188 PTR_LA gp, _C_LABEL(_gp)
191 jal _C_LABEL(platform_start)
194 PTR_LA sp, _C_LABEL(thread0_st)
200 jal _C_LABEL(mi_startup) # mi_startup(frame)
H A Dmpboot.S73 PTR_LA sp, _C_LABEL(pcpu_space)
82 PTR_LA gp, _C_LABEL(_gp)
/freebsd-13-stable/sys/mips/include/
H A Dasm.h100 #define _C_LABEL(x) x macro
116 # define _C_LABEL(x) x macro
118 # define _C_LABEL(x) _ ## x macro
152 .globl _C_LABEL(x); \
153 .ent _C_LABEL(x), 0; \
154 _C_LABEL(x): ; \
163 .globl _C_LABEL(x); \
164 .ent _C_LABEL(x), 0; \
165 _C_LABEL(x): ; \
173 .globl _C_LABEL(
[all...]
/freebsd-13-stable/sys/arm/include/
H A Dasm.h46 #define _C_LABEL(x) x macro
109 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
110 #define EENTRY(y) _EENTRY(_C_LABEL(y));
111 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y))
112 #define EENTRY_NP(y) _EENTRY(_C_LABEL(y))
113 #define END(y) _END(_C_LABEL(y))
114 #define EEND(y) _EEND(_C_LABEL(y))
142 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+4)
146 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+8)
179 .stabs __STRING(_C_LABEL(sy
[all...]
/freebsd-13-stable/stand/arm/uboot/
H A Dstart.S33 .extern _C_LABEL(self_reloc), _C_LABEL(main)
66 blne _C_LABEL(self_reloc) /* Do reloc if _DYNAMIC is non-NULL. */
/freebsd-13-stable/stand/mips/uboot/
H A Dstart.S32 .extern _C_LABEL(main)

Completed in 169 milliseconds

123