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

123

/freebsd-10.2-release/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)
117 .weak _C_LABEL(x); \
118 _C_LABEL(x) = _C_LABEL(__CONCAT(__sys_,x)); \
119 .weak _C_LABEL(__CONCAT(_,x)); \
120 _C_LABEL(__CONCAT(_,x)) = _C_LABEL(__CONCAT(__sys_,x)); \
127 .weak _C_LABEL(
[all...]
/freebsd-10.2-release/lib/libc/arm/
H A DSYS.h52 #define CERROR _C_LABEL(cerror)
53 #define CURBRK _C_LABEL(curbrk)
57 .weak _C_LABEL(x); \
58 .set _C_LABEL(x), _C_LABEL(__CONCAT(__sys_,x)); \
59 .weak _C_LABEL(__CONCAT(_,x)); \
60 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
72 .weak _C_LABEL(__CONCAT(_,x)); \
73 .set _C_LABEL(__CONCA
[all...]
/freebsd-10.2-release/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-10.2-release/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)
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)
98 .word PIC_SYM(_C_LABEL(minbrk), GOT)
H A Dsbrk.S38 .globl _C_LABEL(_end)
49 .word _C_LABEL(_end)
/freebsd-10.2-release/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.S64 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)
150 bl PIC_SYM(_C_LABEL(longjmperror), PLT)
151 bl PIC_SYM(_C_LABEL(abort), PLT)
/freebsd-10.2-release/lib/libkse/arch/arm/arm/
H A Dcontext.S38 .weak _C_LABEL(_thr_setcontext)
39 .set _C_LABEL(_thr_setcontext), _C_LABEL(__thr_setcontext)
60 .weak _C_LABEL(_thr_getcontext)
61 .set _C_LABEL(_thr_getcontext), _C_LABEL(__thr_getcontext)
/freebsd-10.2-release/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-10.2-release/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-10.2-release/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-10.2-release/sys/mips/cavium/
H A Docteon_nmi.S39 PTR_LA k0, _C_LABEL(octeon_wdog_nmi)
/freebsd-10.2-release/sys/libkern/arm/
H A Dldivmod.S51 bl PIC_SYM(_C_LABEL(__kern_ldivmod), PLT)
61 bl PIC_SYM(_C_LABEL(__qdivrem), PLT)
/freebsd-10.2-release/sys/arm/include/
H A Dasmacros.h44 ldr tmp, =_C_LABEL(__pcpu);\
H A Dasm.h45 #define _C_LABEL(x) x macro
100 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
101 #define EENTRY(y) _EENTRY(_C_LABEL(y));
102 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y))
103 #define EENTRY_NP(y) _EENTRY(_C_LABEL(y))
104 #define END(y) _END(_C_LABEL(y))
105 #define EEND(y) _EEND(_C_LABEL(y))
133 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+4)
137 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+8)
171 .stabs __STRING(_C_LABEL(sy
[all...]
/freebsd-10.2-release/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)
182 jal _C_LABEL(mi_startup) # mi_startup(frame)
/freebsd-10.2-release/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...]
/freebsd-10.2-release/sys/arm/arm/
H A Dcpufunc_asm_xscale.S84 .word _C_LABEL(block_userspace_access)
147 bl _C_LABEL(xscale_cache_cleanID)
239 .global _C_LABEL(xscale_cache_clean_addr)
240 _C_LABEL(xscale_cache_clean_addr):
243 .global _C_LABEL(xscale_cache_clean_size)
244 _C_LABEL(xscale_cache_clean_size):
247 .global _C_LABEL(xscale_minidata_clean_addr)
248 _C_LABEL(xscale_minidata_clean_addr):
251 .global _C_LABEL(xscale_minidata_clean_size)
252 _C_LABEL(xscale_minidata_clean_siz
[all...]
H A Dexception.S260 bl _C_LABEL(ast); /* ast(frame) */ \
276 bl _C_LABEL(swi_handler) /* swi handler. */
324 b _C_LABEL(abort_handler)
344 b _C_LABEL(abort_handler)
374 b _C_LABEL(arm_irq_handler)/* trapframe to the handler. */
401 b _C_LABEL(panic)
414 b _C_LABEL(panic)
430 .global _C_LABEL(page0), _C_LABEL(page0_data)
432 _C_LABEL(page
[all...]
H A Dlocore-v4.S144 Lram_offset: .word from_ram-_C_LABEL(_start)
281 bl _C_LABEL(initarm) /* Off we go */
286 bl _C_LABEL(mi_startup) /* call mi_startup()! */
289 b _C_LABEL(panic)
395 .word _C_LABEL(cpufuncs)
471 bl _C_LABEL(init_secondary) /* Off we go */
474 b _C_LABEL(panic)
524 .word _C_LABEL(cpu_reset_address)
533 .word _C_LABEL(cpu_reset_needs_v4_MMU_disable)
553 .global _C_LABEL(esy
[all...]
/freebsd-10.2-release/sys/boot/arm/uboot/
H A Dstart.S33 .extern _C_LABEL(self_reloc), _C_LABEL(main)
62 blne _C_LABEL(self_reloc) /* Do reloc if _DYNAMIC is non-NULL. */

Completed in 293 milliseconds

123