| /freebsd-12-stable/sys/crypto/des/arch/i386/ |
| D | des_enc.S | 67 #define _C_LABEL CNAME macro 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_SPtrans)(%ebx),%ebp [all …]
|
| /freebsd-12-stable/lib/libc/mips/ |
| D | SYS.h | 86 # 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(x); \ 120 _C_LABEL(x) = _C_LABEL(__CONCAT(__sys_,x)); \ 121 .weak _C_LABEL(__CONCAT(_,x)); \ [all …]
|
| /freebsd-12-stable/lib/libc/arm/ |
| D | SYS.h | 50 #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(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
|
| /freebsd-12-stable/sys/mips/include/ |
| D | asm.h | 100 #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(x); \ [all …]
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | exception.S | 61 .global _C_LABEL(dtrace_invop_jump_addr) 62 _C_LABEL(dtrace_invop_jump_addr): 269 bl _C_LABEL(ast); /* ast(frame) */ \ 285 bl _C_LABEL(swi_handler) /* swi handler. */ 333 b _C_LABEL(abort_handler) 353 b _C_LABEL(abort_handler) 381 ldr r1, =_C_LABEL(dtrace_invop_jump_addr) 412 b _C_LABEL(intr_irq_handler)/* trapframe to the handler. */ 439 b _C_LABEL(panic) 452 b _C_LABEL(panic) [all …]
|
| D | locore-v6.S | 231 bl _C_LABEL(initarm) /* Off we go */ 236 bl _C_LABEL(mi_startup) /* call mi_startup()! */ 239 b _C_LABEL(panic) 424 .global _C_LABEL(hypmode_enabled) 425 _C_LABEL(hypmode_enabled): 500 bl _C_LABEL(init_secondary)/* Off we go, cpu id in r0. */ 503 b _C_LABEL(panic) 532 .word _C_LABEL(cpu_reset_address) 552 .global _C_LABEL(esym) 553 _C_LABEL(esym): .word _C_LABEL(end) [all …]
|
| D | locore-v4.S | 141 Lram_offset: .word from_ram-_C_LABEL(_start) 262 bl _C_LABEL(initarm) /* Off we go */ 267 bl _C_LABEL(mi_startup) /* call mi_startup()! */ 270 b _C_LABEL(panic) 377 .word _C_LABEL(cpufuncs) 420 .word _C_LABEL(cpu_reset_address) 429 .word _C_LABEL(cpu_reset_needs_v4_MMU_disable) 449 .global _C_LABEL(esym) 450 _C_LABEL(esym): .word _C_LABEL(end) 453 b _C_LABEL(abort) [all …]
|
| D | swtch-v6.S | 111 .word _C_LABEL(__pcpu) 114 .word _C_LABEL(blocked_lock) 128 ldr r1, =(_C_LABEL(pmap_kern_ttb)) 175 bl _C_LABEL(vfp_discard) /* VFP without preserving state. */ 234 bl _C_LABEL(cpu_context_switch) 330 blne _C_LABEL(vfp_store) /* and disable the VFP. */ 477 bl _C_LABEL(panic) 483 bl _C_LABEL(panic) 489 bl _C_LABEL(panic) 495 bl _C_LABEL(panic)
|
| D | swtch-v4.S | 100 .word _C_LABEL(__pcpu) 102 .word _C_LABEL(blocked_lock) 108 .word _C_LABEL(cpufuncs) 127 bl _C_LABEL(vfp_discard) /* VFP without preserving state. */ 267 blne _C_LABEL(vfp_store) /* and disable the VFP. */
|
| /freebsd-12-stable/lib/libc/arm/gen/ |
| D | setjmp.S | 62 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)
|
| D | sigsetjmp.S | 52 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)
|
| D | _ctx_start.S | 8 bl _C_LABEL(ctx_done) 9 bl _C_LABEL(abort)
|
| /freebsd-12-stable/sys/arm/include/ |
| D | asm.h | 46 #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) 180 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
|
| /freebsd-12-stable/lib/libc/riscv/gen/ |
| D | sigsetjmp.S | 42 tail _C_LABEL(setjmp) 44 tail _C_LABEL(_setjmp) 54 tail _C_LABEL(longjmp) 56 tail _C_LABEL(_longjmp)
|
| D | setjmp.S | 49 call _C_LABEL(sigprocmask) 113 call _C_LABEL(sigprocmask) 169 call _C_LABEL(longjmperror) 170 call _C_LABEL(abort)
|
| D | _ctx_start.S | 41 call _C_LABEL(ctx_done) 42 call _C_LABEL(abort)
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | locore.S | 149 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)
|
| D | swtch.S | 76 jal _C_LABEL(fork_exit) 656 .globl _C_LABEL(sigcode) 657 _C_LABEL(sigcode): 663 .globl _C_LABEL(esigcode) 664 _C_LABEL(esigcode): 673 .globl _C_LABEL(sigcode32) 674 _C_LABEL(sigcode32): 680 .globl _C_LABEL(esigcode32) 681 _C_LABEL(esigcode32):
|
| D | exception.S | 193 PTR_LA k0, _C_LABEL(machExceptionTable) # get base of the jump table 215 bne k0, zero, _C_LABEL(MipsUserGenException) 390 PTR_LA gp, _C_LABEL(_gp) 391 PTR_LA k0, _C_LABEL(trap) 480 PTR_LA gp, _C_LABEL(_gp) # switch to kernel GP 496 PTR_LA k0, _C_LABEL(trap) 645 PTR_LA gp, _C_LABEL(_gp) 647 PTR_LA k0, _C_LABEL(intr_irq_handler) 649 PTR_LA k0, _C_LABEL(cpu_intr) 746 PTR_LA gp, _C_LABEL(_gp) # switch to kernel GP [all …]
|
| /freebsd-12-stable/lib/libc/aarch64/gen/ |
| D | sigsetjmp.S | 38 b _C_LABEL(setjmp) 40 b _C_LABEL(_setjmp) 51 b _C_LABEL(longjmp) 53 b _C_LABEL(_longjmp)
|
| D | _ctx_start.S | 36 bl _C_LABEL(ctx_done) 37 bl _C_LABEL(abort)
|
| /freebsd-12-stable/sys/arm/mv/armadaxp/ |
| D | mptramp.S | 32 .global _C_LABEL(mptramp_pmu_boot) 55 _C_LABEL(mptramp_pmu_boot): 60 .global _C_LABEL(mptramp_end) 61 _C_LABEL(mptramp_end):
|
| /freebsd-12-stable/lib/libc/arm/sys/ |
| D | cerror.S | 38 .globl _C_LABEL(__error) 39 .type _C_LABEL(__error),%function 44 bl PIC_SYM(_C_LABEL(__error), PLT)
|
| /freebsd-12-stable/libexec/rtld-elf/mips/ |
| D | rtld_start.S | 39 .globl _C_LABEL(_rtld_relocate_nonplt_self) 40 .globl _C_LABEL(_rtld) 64 PTR_LA t0, _C_LABEL(_rtld_relocate_nonplt_self) 75 PTR_LA t9, _C_LABEL(_rtld) 164 PTR_LA t9, _C_LABEL(_mips_rtld_bind) 256 PTR_LA t9, _C_LABEL(_rtld_bind)
|
| /freebsd-12-stable/stand/arm/uboot/ |
| D | start.S | 33 .extern _C_LABEL(self_reloc), _C_LABEL(main) 66 blne _C_LABEL(self_reloc) /* Do reloc if _DYNAMIC is non-NULL. */
|