Symbol: _C_LABEL
common/lib/libc/arch/sparc64/string/strmacros.h
106
call _C_LABEL(loadfpstate); /* Reload orig fpstate */\
common/lib/libc/arch/sparc64/string/strmacros.h
63
call _C_LABEL(savefpstate); /* Save the old fpstate */ \
common/lib/libc/arch/sparc64/string/strmacros.h
72
sethi %hi(_C_LABEL(lwp0)), %l4; /* Yes, use lpw0 */ \
common/lib/libc/arch/sparc64/string/strmacros.h
74
or %l4, %lo(_C_LABEL(lwp0)), %l5; \
lib/libc/arch/aarch64/SYS.h
47
b _C_LABEL(__cerror); \
lib/libc/arch/arm/SYS.h
78
#define CERROR _C_LABEL(__cerror)
lib/libc/arch/arm/SYS.h
79
#define CURBRK _C_LABEL(__curbrk)
lib/libc/arch/i386/SYS.h
93
#define CERROR _C_LABEL(__cerror)
lib/libc/arch/i386/SYS.h
94
#define CURBRK _C_LABEL(__curbrk)
lib/libc/arch/m68k/SYS.h
48
#define CERROR _C_LABEL(__cerror)
lib/libc/arch/mips/SYS.h
83
# define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); jr t9
lib/libc/arch/mips/SYS.h
87
# define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); RESTORE_GP64; jr t9
lib/libc/arch/mips/SYS.h
92
# define PIC_TAILCALL(l) j _C_LABEL(l)
lib/libc/arch/or1k/SYS.h
50
l.bf _C_LABEL(__cerror) ;\
lib/libc/arch/or1k/SYS.h
63
l.bf _C_LABEL(__cerror) ;\
lib/libc/arch/powerpc/SYS.h
6
#define BRANCH_TO_CERROR() b _C_LABEL(__cerror)
lib/libc/arch/powerpc64/SYS.h
17
bl PIC_PLT(_C_LABEL(__errno)) ;\
lib/libc/arch/powerpc64/SYS.h
28
#define _DO_CERROR() lwz %r4,_C_LABEL(errno)@got(%r2) ;\
lib/libc/arch/riscv/SYS.h
42
tail _C_LABEL(__cerror) ;\
lib/libc/arch/sparc/SYS.h
50
#define CERROR _C_LABEL(__cerror)
lib/libc/arch/sparc/SYS.h
51
#define CURBRK _C_LABEL(__curbrk)
lib/libc/arch/sparc64/SYS.h
131
.globl _C_LABEL(__cerror)
lib/libc/arch/sparc64/SYS.h
57
sethi %hi(_C_LABEL(name)),%g5; \
lib/libc/arch/sparc64/SYS.h
58
or %g5,%lo(_C_LABEL(name)),%g5; \
lib/libc/arch/sparc64/SYS.h
65
ldx [%g1+_C_LABEL(name)],%g5; jmp %g5; nop
lib/libc/arch/sparc64/SYS.h
67
#define JUMP(name) set _C_LABEL(name),%g1; jmp %g1; nop
lib/libc/arch/vax/SYS.h
36
#define CERROR _C_LABEL(__cerror)
lib/libc/arch/vax/SYS.h
37
#define CURBRK _C_LABEL(__curbrk)
lib/libc/arch/x86_64/SYS.h
45
#define CERROR _C_LABEL(__cerror)
lib/libc/arch/x86_64/SYS.h
46
#define CURBRK _C_LABEL(__curbrk)
sys/arch/aarch64/include/profile.h
76
__asm("bl " ___STRING(_C_LABEL(mcount))); \
sys/arch/amd64/include/asm.h
106
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/amd64/include/asm.h
107
#define NENTRY(y) _ENTRY(_C_LABEL(y))
sys/arch/amd64/include/asm.h
110
#define LABEL(y) _LABEL(_C_LABEL(y))
sys/arch/amd64/include/asm.h
53
#define CVAROFF(x,y) (_C_LABEL(x)+y)(%rip)
sys/arch/amd64/include/frameasm.h
283
callq _C_LABEL(kmsan_init_arg); \
sys/arch/amd64/include/frameasm.h
304
callq _C_LABEL(kmsan_init_ret); \
sys/arch/amd64/include/frameasm.h
383
call _C_LABEL(fpu_handle_deferred) ; \
sys/arch/amd64/include/frameasm.h
43
movq $_C_LABEL(panicstr),%r ## temp_reg ; \
sys/arch/amd64/include/frameasm.h
46
movq _C_LABEL(cli_panic), %rdi; \
sys/arch/amd64/include/frameasm.h
47
call _C_LABEL(panic); \
sys/arch/amd64/include/frameasm.h
55
movq $_C_LABEL(panicstr),%r ## temp_reg ; \
sys/arch/amd64/include/frameasm.h
58
movq _C_LABEL(sti_panic), %rdi; \
sys/arch/amd64/include/frameasm.h
59
call _C_LABEL(panic); \
sys/arch/amd64/include/i82093reg.h
12
movq _C_LABEL(local_apic_va),%rax ; \
sys/arch/arm/at91/at91intr.h
37
#define ARM_IRQ_HANDLER _C_LABEL(at91aic_intr_dispatch)
sys/arch/arm/cortex/gic_intr.h
35
#define ARM_IRQ_HANDLER _C_LABEL(armgic_irq_handler)
sys/arch/arm/ep93xx/ep93xx_intr.h
32
#define ARM_IRQ_HANDLER _C_LABEL(ep93xx_intr_dispatch)
sys/arch/arm/fdt/fdt_intr.h
32
#define ARM_IRQ_HANDLER _C_LABEL(arm_fdt_irq_handler)
sys/arch/arm/fdt/fdt_intr.h
33
#define ARM_FIQ_HANDLER _C_LABEL(arm_fdt_fiq_handler)
sys/arch/arm/footbridge/footbridge_intr.h
69
#define ARM_IRQ_HANDLER _C_LABEL(footbridge_intr_dispatch)
sys/arch/arm/gemini/gemini_intr.h
6
#define ARM_IRQ_HANDLER _C_LABEL(gemini_irq_handler)
sys/arch/arm/imx/imx31_intr.h
100
#define ARM_IRQ_HANDLER _C_LABEL(imx31_irq_handler)
sys/arch/arm/imx/imx51_intr.h
158
#define ARM_IRQ_HANDLER _C_LABEL(imx51_irq_handler)
sys/arch/arm/include/arm32/frame.h
131
blne _C_LABEL(dosoftints) /* dosoftints(void) */ ;\
sys/arch/arm/include/arm32/frame.h
162
bl _C_LABEL(ast) /* ast(frame) */ ;\
sys/arch/arm/include/arm32/frame.h
178
.word _C_LABEL(cpufuncs)
sys/arch/arm/include/arm32/frame.h
249
.word _C_LABEL(_lock_cas_restart)
sys/arch/arm/include/arm32/frame.h
275
.word _C_LABEL(_lock_cas) ;\
sys/arch/arm/include/arm32/frame.h
277
.word _C_LABEL(_lock_cas_end) ;\
sys/arch/arm/include/asm.h
174
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _BTI_PROLOGUE ; _PROF_PROLOGUE
sys/arch/arm/include/asm.h
175
#define ENTRY_NP(y) _ENTRY(_C_LABEL(y)); _BTI_PROLOGUE
sys/arch/arm/include/asm.h
176
#define ENTRY_NBTI(y) _ENTRY(_C_LABEL(y))
sys/arch/arm/include/asm.h
177
#define END(y) _END(_C_LABEL(y))
sys/arch/arm/include/asm.h
178
#define ARM_ENTRY(y) _ARM_ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/arm/include/asm.h
179
#define ARM_ENTRY_NP(y) _ARM_ENTRY(_C_LABEL(y))
sys/arch/arm/include/asm.h
180
#define THUMB_ENTRY(y) _THUMB_ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/arm/include/asm.h
181
#define THUMB_ENTRY_NP(y) _THUMB_ENTRY(_C_LABEL(y))
sys/arch/arm/include/asm.h
214
gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (initlabel+(1+2)*_INSN_SIZE)
sys/arch/arm/include/locore.h
109
#define GET_CURCPU(rX) ldr rX, =_C_LABEL(cpu_info_store)
sys/arch/arm/include/locore.h
113
#define GET_CURCPU(rX) ldr rX, =_C_LABEL(cpu_info_store)
sys/arch/arm/include/profile.h
94
__asm("bl " ___STRING(_C_LABEL(_mcount)) PLTSYM); \
sys/arch/arm/ixp12x0/ixp12x0_intr.h
41
#define ARM_IRQ_HANDLER _C_LABEL(ixp12x0_intr_dispatch)
sys/arch/arm/marvell/mvsoc_intr.h
41
#define ARM_IRQ_HANDLER _C_LABEL(mvsoc_irq_handler)
sys/arch/arm/s3c2xx0/s3c2410_intr.h
35
#define ARM_IRQ_HANDLER _C_LABEL(s3c2410_irq_handler)
sys/arch/arm/s3c2xx0/s3c2440_intr.h
64
#define ARM_IRQ_HANDLER _C_LABEL(s3c2440_irq_handler)
sys/arch/arm/s3c2xx0/s3c2800_intr.h
38
#define ARM_IRQ_HANDLER _C_LABEL(s3c2800_irq_handler)
sys/arch/arm/xscale/i80321_intr.h
42
#define ARM_IRQ_HANDLER _C_LABEL(i80321_intr_dispatch)
sys/arch/arm/xscale/ixp425_intr.h
41
#define ARM_IRQ_HANDLER _C_LABEL(ixp425_intr_dispatch)
sys/arch/arm/xscale/pxa2x0_intr.h
43
#define ARM_IRQ_HANDLER _C_LABEL(pxa2x0_irq_handler)
sys/arch/epoc32/include/intr.h
63
#define ARM_IRQ_HANDLER _C_LABEL(epoc32_irq_handler)
sys/arch/evbarm/ifpga/ifpga_intr.h
41
#define ARM_IRQ_HANDLER _C_LABEL(ifpga_intr_dispatch)
sys/arch/i386/include/asm.h
150
#define MCOUNT_ASM call _C_LABEL(__mcount)
sys/arch/i386/include/asm.h
152
#define MCOUNT_ASM call _C_LABEL(mcount)
sys/arch/i386/include/asm.h
174
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/i386/include/asm.h
175
#define NENTRY(y) _ENTRY(_C_LABEL(y))
sys/arch/i386/include/asm.h
178
#define LABEL(y) _LABEL(_C_LABEL(y))
sys/arch/i386/include/asm.h
75
#define CVAROFF(x, y) _C_LABEL(x) + y
sys/arch/i386/include/frameasm.h
116
#define POPF(reg) call _C_LABEL(xen_write_psl); \
sys/arch/i386/include/frameasm.h
202
call _C_LABEL(fpu_handle_deferred) ; \
sys/arch/i386/include/frameasm.h
39
movl $_C_LABEL(cli_panic), reg; \
sys/arch/i386/include/frameasm.h
41
call _C_LABEL(panic); \
sys/arch/i386/include/frameasm.h
54
movl $_C_LABEL(sti_panic), reg; \
sys/arch/i386/include/frameasm.h
56
call _C_LABEL(panic); \
sys/arch/i386/include/frameasm.h
76
movl $_C_LABEL(sti_panic), reg; \
sys/arch/i386/include/frameasm.h
78
call _C_LABEL(panic); \
sys/arch/i386/include/i82093reg.h
12
movl _C_LABEL(local_apic_va),%eax ; \
sys/arch/m68k/include/asm.h
113
#define ENTRY(name) _ENTRY(_C_LABEL(name)) _PROF_PROLOG
sys/arch/m68k/include/asm.h
116
#define ENTRY_NOPROFILE(name) _ENTRY(_C_LABEL(name))
sys/arch/m68k/include/asm.h
135
#define ALTENTRY(name, rname) _ENTRY(_C_LABEL(name))
sys/arch/m68k/include/asm.h
155
.globl _C_LABEL(x) ; \
sys/arch/m68k/include/asm.h
156
_C_LABEL(x):
sys/arch/m68k/include/asm.h
166
_C_LABEL(x):
sys/arch/m68k/include/asm.h
175
.comm _C_LABEL(name),size
sys/arch/m68k/include/asm.h
199
jbsr _C_LABEL(panic) ; \
sys/arch/m68k/include/asm.h
205
lea _C_LABEL(cpu_info_store)+(n)+4,%a1; \
sys/arch/m68k/include/asm.h
214
lea _C_LABEL(cpu_info_store)+(n)+4,%a1; \
sys/arch/m68k/include/asm.h
227
.long _C_LABEL(x)
sys/arch/m68k/m68k/db_trace.c
501
if (strcmp(___STRING(_C_LABEL(trap)), name) == 0) {
sys/arch/mac68k/mac68k/macrom.c
423
" movl " ___STRING(_C_LABEL(VIA)) ",%%a1 \n"
sys/arch/mac68k/mac68k/macrom.c
451
" movl " ___STRING(_C_LABEL(VIA)) ",%%a1 \n"
sys/arch/mips/include/asm.h
191
.ent _C_LABEL(x); \
sys/arch/mips/include/asm.h
192
_C_LABEL(x): ; \
sys/arch/mips/include/asm.h
200
.globl _C_LABEL(x); \
sys/arch/mips/include/asm.h
227
AENT (_C_LABEL(x)); \
sys/arch/mips/include/asm.h
228
_C_LABEL(x):
sys/arch/mips/include/asm.h
235
.globl _C_LABEL(x); \
sys/arch/mips/include/asm.h
243
.ent _C_LABEL(x); \
sys/arch/mips/include/asm.h
244
.type _C_LABEL(x), @function; \
sys/arch/mips/include/asm.h
245
_C_LABEL(x): ; \
sys/arch/mips/include/asm.h
253
.globl _C_LABEL(x); \
sys/arch/mips/include/asm.h
278
.globl _C_LABEL(x); \
sys/arch/mips/include/asm.h
279
AENT (_C_LABEL(x)); \
sys/arch/mips/include/asm.h
280
_C_LABEL(x):
sys/arch/mips/include/asm.h
287
.end _C_LABEL(x); \
sys/arch/mips/include/asm.h
288
.size _C_LABEL(x), . - _C_LABEL(x)
sys/arch/mips/include/asm.h
294
.extern _C_LABEL(sym),size
sys/arch/mips/include/asm.h
300
.globl _C_LABEL(x); \
sys/arch/mips/include/asm.h
301
_C_LABEL(x):
sys/arch/mips/include/asm.h
309
.type _C_LABEL(x), @object;
sys/arch/mips/include/asm.h
317
.ent _C_LABEL(x); \
sys/arch/mips/include/asm.h
323
.org _C_LABEL(x) + 0x80
sys/arch/mips/include/asm.h
330
jal _C_LABEL(panic); \
sys/arch/mips/include/asm.h
336
jal _C_LABEL(printf); \
sys/arch/mips/include/asm.h
811
#define CPUVAR(off) _C_LABEL(cpu_info_store)+__CONCAT(CPU_INFO_,off)
sys/arch/or1k/include/asm.h
64
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/or1k/include/asm.h
65
#define ENTRY_NP(y) _ENTRY(_C_LABEL(y))
sys/arch/or1k/include/asm.h
66
#define END(y) _END(_C_LABEL(y))
sys/arch/or1k/include/asm.h
67
#define END(y) _END(_C_LABEL(y))
sys/arch/or1k/include/profile.h
77
__asm("bl " ___STRING(_C_LABEL(_mcount))); \
sys/arch/powerpc/include/asm.h
146
# define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/powerpc/include/asm.h
148
# define END(y) .size _C_LABEL(y),.-_C_LABEL(y)
sys/arch/powerpc/include/asm.h
153
# define ENTRY_NOPROFILE(y) _ENTRY(_C_LABEL(y))
sys/arch/powerpc/include/asm.h
157
#define GLOBAL(y) _GLOBAL(_C_LABEL(y))
sys/arch/powerpc/include/asm.h
231
lis tmp1,_C_LABEL(cpu_info)@ha; \
sys/arch/powerpc/include/asm.h
232
addi tmp1,tmp1,_C_LABEL(cpu_info)@l; \
sys/arch/powerpc/include/asm.h
235
lis tmp2,_C_LABEL(emptyidlespin)@h; \
sys/arch/powerpc/include/asm.h
236
ori tmp2,tmp2,_C_LABEL(emptyidlespin)@l; \
sys/arch/powerpc/include/asm.h
241
lis %r13,_C_LABEL(lwp0)@h; \
sys/arch/powerpc/include/asm.h
242
ori %r13,%r13,_C_LABEL(lwp0)@l; \
sys/arch/riscv/include/asm.h
103
call _C_LABEL(panic); \
sys/arch/riscv/include/asm.h
108
call _C_LABEL(printf); \
sys/arch/riscv/include/asm.h
270
#define CPUVAR(off) _C_LABEL(cpu_info_store)+__CONCAT(CPU_INFO_,off)
sys/arch/riscv/include/asm.h
89
.globl _C_LABEL(x); \
sys/arch/riscv/include/asm.h
90
.type _C_LABEL(x), @function; \
sys/arch/riscv/include/asm.h
91
_C_LABEL(x):
sys/arch/riscv/include/asm.h
96
#define END(x) .size _C_LABEL(x), . - _C_LABEL(x)
sys/arch/sh3/include/asm.h
102
.globl _C_LABEL(name) ;\
sys/arch/sh3/include/asm.h
103
.type _C_LABEL(name),@function ;\
sys/arch/sh3/include/asm.h
104
_C_LABEL(name):
sys/arch/sh3/include/asm.h
107
.globl _C_LABEL(name) ;\
sys/arch/sh3/include/asm.h
108
_C_LABEL(name):
sys/arch/sh3/include/asm.h
230
.weak _C_LABEL(alias); \
sys/arch/sh3/include/asm.h
231
_C_LABEL(alias) = _C_LABEL(sym)
sys/arch/sh3/include/asm.h
238
.globl _C_LABEL(alias); \
sys/arch/sh3/include/asm.h
239
_C_LABEL(alias) = _C_LABEL(sym)
sys/arch/sh3/include/asm.h
90
#define ENTRY(y) _ENTRY(_C_LABEL(y)) _PROF_PROLOGUE
sys/arch/sh3/include/asm.h
91
#define NENTRY(y) _ENTRY(_C_LABEL(y))
sys/arch/sh3/include/asm.h
95
.size _C_LABEL(y), . - _C_LABEL(y)
sys/arch/sh3/include/locore.h
34
#define REG_SYMBOL(x) .L_ ## x: .long _C_LABEL(__sh_ ## x)
sys/arch/sh3/include/locore.h
35
#define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(__sh_ ## x)
sys/arch/sh3/include/locore.h
39
#define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(sh3_ ## x)
sys/arch/sh3/include/locore.h
43
#define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(sh4_ ## x)
sys/arch/sh3/include/locore.h
48
#define REG_SYMBOL(x) .L_/**/x: .long _C_LABEL(__sh_/**/x)
sys/arch/sh3/include/locore.h
49
#define FUNC_SYMBOL(x) .L_/**/x: .long _C_LABEL(__sh_/**/x)
sys/arch/sh3/include/locore.h
53
#define FUNC_SYMBOL(x) .L_/**/x: .long _C_LABEL(sh3_/**/x)
sys/arch/sh3/include/locore.h
57
#define FUNC_SYMBOL(x) .L_/**/x: .long _C_LABEL(sh4_/**/x)
sys/arch/sparc/include/asm.h
149
#define ENTRY(name) _ENTRY(_C_LABEL(name)); _PROF_PROLOGUE
sys/arch/sparc/include/asm.h
150
#define ENTRY_NOPROFILE(name) _ENTRY(_C_LABEL(name))
sys/arch/sparc/include/asm.h
153
#define RODATA(name) .align 4; .text; .globl _C_LABEL(name); \
sys/arch/sparc/include/asm.h
154
OTYPE(_C_LABEL(name)); _C_LABEL(name):
sys/arch/sparc/include/asm.h
89
sethi %hi(_C_LABEL(_GLOBAL_OFFSET_TABLE_)-(3b-.)),dest; \
sys/arch/sparc/include/asm.h
90
or dest,%lo(_C_LABEL(_GLOBAL_OFFSET_TABLE_)-(3b-.)),dest; \
sys/arch/sparc64/include/locore.h
152
.globl _C_LABEL(x); .type _C_LABEL(x),@function; \
sys/arch/sparc64/include/locore.h
153
_C_LABEL(x): ; \
sys/arch/sparc64/include/locore.h
164
#define ENTRY(x) .globl _C_LABEL(x); .type _C_LABEL(x),@function; \
sys/arch/sparc64/include/locore.h
165
_C_LABEL(x):
sys/arch/sparc64/include/locore.h
167
#define ALTENTRY(x) .globl _C_LABEL(x); _C_LABEL(x):
sys/arch/vax/include/asm.h
76
#define ENTRY(x, regs) _ENTRY(_C_LABEL(x), regs); _PROF_PROLOGUE
sys/arch/vax/include/asm.h
77
#define NENTRY(x, regs) _ENTRY(_C_LABEL(x), regs)
sys/arch/vax/include/asm.h
79
#define END(x) .size _C_LABEL(x),.-_C_LABEL(x)
sys/arch/vax/include/asm.h
81
#define ALTENTRY(x) .globl _C_LABEL(x); _C_LABEL(x):
sys/sys/cdefs_aout.h
15
#define ___RENAME(x) __asm(___STRING(_C_LABEL(x)))
sys/sys/cdefs_elf.h
42
#define ___RENAME(x) __asm(___STRING(_C_LABEL(x)))
sys/sys/ras.h
108
.globl _C_LABEL(__CONCAT(name,_ras_start)) _ASM_LS_CHAR \
sys/sys/ras.h
109
_C_LABEL(__CONCAT(name,_ras_start)):
sys/sys/ras.h
112
.globl _C_LABEL(__CONCAT(name,_ras_end)) _ASM_LS_CHAR \
sys/sys/ras.h
113
_C_LABEL(__CONCAT(name,_ras_end)):
sys/sys/ras.h
122
.globl _C_LABEL(__CONCAT(name,_ras_start)) _ASM_LS_CHAR \
sys/sys/ras.h
123
.hidden _C_LABEL(__CONCAT(name,_ras_start)) _ASM_LS_CHAR \
sys/sys/ras.h
124
_C_LABEL(__CONCAT(name,_ras_start)):
sys/sys/ras.h
127
.globl _C_LABEL(__CONCAT(name,_ras_end)) _ASM_LS_CHAR \
sys/sys/ras.h
128
.hidden _C_LABEL(__CONCAT(name,_ras_end)) _ASM_LS_CHAR \
sys/sys/ras.h
129
_C_LABEL(__CONCAT(name,_ras_end)):