Home
last modified time | relevance | path

Searched refs:_C_LABEL (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sys/crypto/des/arch/i386/
H A Ddes_enc.S66 #define _C_LABEL CNAME macro
134 movl _C_LABEL(des_SPtrans)(%ebx),%ebp
137 movl 0x200+_C_LABEL(des_SPtrans)(%ecx),%ebp
141 movl 0x100+_C_LABEL(des_SPtrans)(%ebx),%ebp
145 movl 0x300+_C_LABEL(des_SPtrans)(%ecx),%ebp
2634 call _C_LABEL(des_encrypt2)
2638 call _C_LABEL(des_encrypt2)
2642 call _C_LABEL(des_encrypt2)
2752 call _C_LABEL(des_encrypt2)
2756 call _C_LABEL(des_encrypt2)
[all …]
/freebsd/lib/libsys/arm/
H A DSYS.h46 #define CERROR _C_LABEL(cerror)
58 .weak _C_LABEL(__CONCAT(_,x)); \
59 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
64 .weak _C_LABEL(x); \
65 .set _C_LABEL(x), _C_LABEL(__CONCAT(__sys_,x)); \
66 .weak _C_LABEL(__CONCAT(_,x)); \
67 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
H A Dvfork.S46 .weak _C_LABEL(vfork);
47 .set _C_LABEL(vfork), _C_LABEL(__sys_vfork);
48 .weak _C_LABEL(_vfork);
49 .set _C_LABEL(_vfork), _C_LABEL(__sys_vfork);
H A Dcerror.S35 .globl _C_LABEL(__error)
36 .type _C_LABEL(__error),%function
41 bl PIC_SYM(_C_LABEL(__error), PLT)
/freebsd/sys/arm/arm/
H A Dexception.S59 _C_LABEL(dtrace_invop_jump_addr):
240 b _C_LABEL(abort_handler)
256 b _C_LABEL(abort_handler)
342 b _C_LABEL(panic)
355 b _C_LABEL(panic)
371 .global _C_LABEL(page0), _C_LABEL(page0_data)
373 _C_LABEL(page0):
384 _C_LABEL(page0_data):
399 .global _C_LABEL(fiq_nullhandler_code), _C_LABEL(fiq_nullhandler_size)
401 _C_LABEL(fiq_nullhandler_code):
[all …]
H A Dlocore.S230 bl _C_LABEL(initarm) /* Off we go */
238 b _C_LABEL(panic)
430 .global _C_LABEL(hypmode_enabled)
431 _C_LABEL(hypmode_enabled):
509 b _C_LABEL(panic)
538 .word _C_LABEL(cpu_reset_address)
558 .global _C_LABEL(esym)
559 _C_LABEL(esym): .word _C_LABEL(end)
562 b _C_LABEL(abort)
593 .global _C_LABEL(esigcode)
[all …]
H A Dswtch-v6.S108 .word _C_LABEL(__pcpu)
111 .word _C_LABEL(blocked_lock)
125 ldr r1, =(_C_LABEL(pmap_kern_ttb))
172 bl _C_LABEL(vfp_discard) /* VFP without preserving state. */
231 bl _C_LABEL(cpu_context_switch)
325 bl _C_LABEL(vfp_save_state)
472 bl _C_LABEL(panic)
478 bl _C_LABEL(panic)
484 bl _C_LABEL(panic)
490 bl _C_LABEL(panic)
H A Dswtch.S101 bl _C_LABEL(vfp_save_state)
114 b _C_LABEL(fork_exit) /* to userland via swi_exit code. */
H A Dcpu_asm-v6.S221 adr r3, _C_LABEL(cachebailout)
245 adr r3, _C_LABEL(cachebailout)
262 .global _C_LABEL(cachebailout)
263 _C_LABEL(cachebailout):
/freebsd/sys/arm/include/
H A Dasm.h41 #define _C_LABEL(x) x macro
95 #define ENTRY(y) _ENTRY(_C_LABEL(y));
96 #define EENTRY(y) _EENTRY(_C_LABEL(y));
97 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y))
98 #define EENTRY_NP(y) _EENTRY(_C_LABEL(y))
99 #define END(y) _END(_C_LABEL(y))
100 #define EEND(y) _EEND(_C_LABEL(y))
128 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+4)
132 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+8)
165 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
/freebsd/lib/libc/arm/gen/
H A Dsetjmp.S59 bl PIC_SYM(_C_LABEL(sigprocmask), PLT)
89 .weak _C_LABEL(longjmp)
90 .set _C_LABEL(longjmp), _C_LABEL(__longjmp)
102 bl PIC_SYM(_C_LABEL(sigprocmask), PLT)
137 bl PIC_SYM(_C_LABEL(longjmperror), PLT)
138 bl PIC_SYM(_C_LABEL(abort), PLT)
H A Dsigsetjmp.S50 beq PIC_SYM(_C_LABEL(_setjmp), PLT)
51 b PIC_SYM(_C_LABEL(setjmp), PLT)
64 beq PIC_SYM(_C_LABEL(_longjmp), PLT)
65 b PIC_SYM(_C_LABEL(longjmp), PLT)
H A D_ctx_start.S7 bl _C_LABEL(ctx_done)
8 bl _C_LABEL(abort)
/freebsd/lib/libc/riscv/gen/
H A Dsigsetjmp.S40 tail _C_LABEL(setjmp)
42 tail _C_LABEL(_setjmp)
52 tail _C_LABEL(longjmp)
54 tail _C_LABEL(_longjmp)
H A D_ctx_start.S39 call _C_LABEL(ctx_done)
40 call _C_LABEL(abort)
H A Dsetjmp.S47 call _C_LABEL(sigprocmask)
115 call _C_LABEL(sigprocmask)
168 call _C_LABEL(longjmperror)
169 call _C_LABEL(abort)
/freebsd/lib/libc/aarch64/gen/
H A Dsigsetjmp.S36 b _C_LABEL(setjmp)
38 b _C_LABEL(_setjmp)
49 b _C_LABEL(longjmp)
51 b _C_LABEL(_longjmp)
H A D_ctx_start.S35 bl _C_LABEL(ctx_done)
36 bl _C_LABEL(abort)
H A D_setjmp.S101 bl _C_LABEL(longjmperror)
102 bl _C_LABEL(abort)
/freebsd/sys/arm/mv/armadaxp/
H A Dmptramp.S29 .global _C_LABEL(mptramp_pmu_boot)
52 _C_LABEL(mptramp_pmu_boot):
57 .global _C_LABEL(mptramp_end)
58 _C_LABEL(mptramp_end):
/freebsd/stand/uboot/arch/arm/
H A Dstart.S31 .extern _C_LABEL(self_reloc), _C_LABEL(main)
62 blne _C_LABEL(self_reloc) /* Do reloc if _DYNAMIC is non-NULL. */
/freebsd/sys/libkern/arm/
H A Dldivmod.S47 bl PIC_SYM(_C_LABEL(__kern_ldivmod), PLT)
57 bl PIC_SYM(_C_LABEL(__qdivrem), PLT)
/freebsd/stand/efi/loader/arch/riscv/
H A Dstart.S158 call _C_LABEL(self_reloc)
162 tail _C_LABEL(efi_main)
/freebsd/stand/efi/loader/arch/arm/
H A Dstart.S155 bl _C_LABEL(self_reloc)
169 bl _C_LABEL(efi_main)
/freebsd/sys/riscv/riscv/
H A Dlocore.S242 la t0, _C_LABEL(__bss_start)
243 la t1, _C_LABEL(_end)
268 call _C_LABEL(initriscv) /* Off we go */
269 call _C_LABEL(mi_startup)

12