| /freebsd-14.2/sys/crypto/des/arch/i386/ |
| H A D | des_enc.S | 66 #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-14.2/lib/libc/arm/ |
| H A D | SYS.h | 48 #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(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | exception.S | 59 _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 D | locore-v6.S | 231 bl _C_LABEL(initarm) /* Off we go */ 239 b _C_LABEL(panic) 431 .global _C_LABEL(hypmode_enabled) 432 _C_LABEL(hypmode_enabled): 510 b _C_LABEL(panic) 539 .word _C_LABEL(cpu_reset_address) 559 .global _C_LABEL(esym) 560 _C_LABEL(esym): .word _C_LABEL(end) 563 b _C_LABEL(abort) 594 .global _C_LABEL(esigcode) [all …]
|
| H A D | swtch-v6.S | 108 .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 D | swtch.S | 101 bl _C_LABEL(vfp_save_state) 114 b _C_LABEL(fork_exit) /* to userland via swi_exit code. */
|
| H A D | cpu_asm-v6.S | 221 adr r3, _C_LABEL(cachebailout) 245 adr r3, _C_LABEL(cachebailout) 262 .global _C_LABEL(cachebailout) 263 _C_LABEL(cachebailout):
|
| /freebsd-14.2/sys/arm/include/ |
| H A D | asm.h | 43 #define _C_LABEL(x) x macro 97 #define ENTRY(y) _ENTRY(_C_LABEL(y)); 98 #define EENTRY(y) _EENTRY(_C_LABEL(y)); 99 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y)) 100 #define EENTRY_NP(y) _EENTRY(_C_LABEL(y)) 101 #define END(y) _END(_C_LABEL(y)) 102 #define EEND(y) _EEND(_C_LABEL(y)) 130 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+4) 134 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+8) 167 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
|
| /freebsd-14.2/lib/libc/arm/gen/ |
| H A D | setjmp.S | 59 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 D | sigsetjmp.S | 50 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.S | 7 bl _C_LABEL(ctx_done) 8 bl _C_LABEL(abort)
|
| H A D | _setjmp.S | 127 bl PIC_SYM(_C_LABEL(longjmperror), PLT) 128 bl PIC_SYM(_C_LABEL(abort), PLT)
|
| /freebsd-14.2/lib/libc/riscv/gen/ |
| H A D | sigsetjmp.S | 40 tail _C_LABEL(setjmp) 42 tail _C_LABEL(_setjmp) 52 tail _C_LABEL(longjmp) 54 tail _C_LABEL(_longjmp)
|
| H A D | _ctx_start.S | 39 call _C_LABEL(ctx_done) 40 call _C_LABEL(abort)
|
| H A D | setjmp.S | 47 call _C_LABEL(sigprocmask) 115 call _C_LABEL(sigprocmask) 168 call _C_LABEL(longjmperror) 169 call _C_LABEL(abort)
|
| /freebsd-14.2/lib/libc/aarch64/gen/ |
| H A D | sigsetjmp.S | 36 b _C_LABEL(setjmp) 38 b _C_LABEL(_setjmp) 49 b _C_LABEL(longjmp) 51 b _C_LABEL(_longjmp)
|
| H A D | _ctx_start.S | 35 bl _C_LABEL(ctx_done) 36 bl _C_LABEL(abort)
|
| H A D | _setjmp.S | 101 bl _C_LABEL(longjmperror) 102 bl _C_LABEL(abort)
|
| /freebsd-14.2/sys/arm/mv/armadaxp/ |
| H A D | mptramp.S | 29 .global _C_LABEL(mptramp_pmu_boot) 52 _C_LABEL(mptramp_pmu_boot): 57 .global _C_LABEL(mptramp_end) 58 _C_LABEL(mptramp_end):
|
| /freebsd-14.2/lib/libc/arm/sys/ |
| H A D | cerror.S | 37 .globl _C_LABEL(__error) 38 .type _C_LABEL(__error),%function 43 bl PIC_SYM(_C_LABEL(__error), PLT)
|
| /freebsd-14.2/stand/uboot/arch/arm/ |
| H A D | start.S | 31 .extern _C_LABEL(self_reloc), _C_LABEL(main) 62 blne _C_LABEL(self_reloc) /* Do reloc if _DYNAMIC is non-NULL. */
|
| /freebsd-14.2/sys/libkern/arm/ |
| H A D | ldivmod.S | 47 bl PIC_SYM(_C_LABEL(__kern_ldivmod), PLT) 57 bl PIC_SYM(_C_LABEL(__qdivrem), PLT)
|
| /freebsd-14.2/stand/efi/loader/arch/riscv/ |
| H A D | start.S | 158 call _C_LABEL(self_reloc) 162 tail _C_LABEL(efi_main)
|
| /freebsd-14.2/stand/efi/loader/arch/arm/ |
| H A D | start.S | 155 bl _C_LABEL(self_reloc) 169 bl _C_LABEL(efi_main)
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | locore.S | 243 la t0, _C_LABEL(__bss_start) 244 la t1, _C_LABEL(_end) 269 call _C_LABEL(initriscv) /* Off we go */ 270 call _C_LABEL(mi_startup)
|