Symbol: globl
arch/arc/include/asm/linkage.h
55
.globl name ASM_NL \
arch/arm/include/asm/assembler.h
691
.globl \sym
arch/arm/include/asm/assembler.h
727
.globl \sym
arch/m68k/include/asm/entry.h
61
.globl sw_usp
arch/m68k/include/asm/entry.h
62
.globl sw_ksp
arch/mips/include/asm/asm.h
46
.globl symbol; \
arch/mips/include/asm/asm.h
59
.globl symbol; \
arch/mips/include/asm/asm.h
79
.globl symbol; \
arch/mips/include/asm/asm.h
86
.globl symbol; \
arch/mips/include/asm/asm.h
94
.globl symbol; \
arch/powerpc/include/asm/exception-64e.h
72
.globl exc_##label##_book3e; \
arch/powerpc/include/asm/ppc_asm.h
218
.globl name; \
arch/powerpc/include/asm/ppc_asm.h
227
.globl name; \
arch/powerpc/include/asm/ppc_asm.h
243
.globl name; \
arch/powerpc/include/asm/ppc_asm.h
244
.globl GLUE(.,name); \
arch/powerpc/include/asm/ppc_asm.h
263
.globl n; \
arch/powerpc/include/asm/vdso.h
28
.globl name; \
arch/powerpc/include/asm/vdso.h
41
.globl name; \
arch/s390/include/asm/nospec-insn.h
23
.globl \name
include/linux/btf_ids.h
101
__BTF_ID_LIST(name, globl)
include/linux/btf_ids.h
161
__BTF_ID_LIST(name, globl) \
include/linux/btf_ids.h
162
__BTF_SET_START(name, globl)
include/linux/linkage.h
112
.globl name ASM_NL \
include/linux/linkage.h
98
#define SYM_L_GLOBAL(name) .globl name
tools/include/linux/btf_ids.h
148
__BTF_ID_LIST(name, globl) \
tools/include/linux/btf_ids.h
149
__BTF_SET_START(name, globl)
tools/include/linux/btf_ids.h
88
__BTF_ID_LIST(name, globl)
tools/include/linux/linkage.h
6
#define SYM_FUNC_START(x) .globl x; x:
tools/include/linux/linkage.h
8
#define SYM_DATA_START(x) .globl x; x:
tools/perf/util/include/linux/linkage.h
27
#define SYM_L_GLOBAL(name) .globl name
tools/testing/selftests/arm64/bti/assembler.h
18
.globl \name
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
218
.globl name; \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
227
.globl name; \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
243
.globl name; \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
244
.globl GLUE(.,name); \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
263
.globl n; \