Searched refs:SYM_START (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/loongarch/include/asm/ |
| H A D | linkage.h | 9 SYM_START(name, SYM_L_GLOBAL, SYM_A_ALIGN) \ 13 SYM_START(name, SYM_L_GLOBAL, SYM_A_NONE) \ 17 SYM_START(name, SYM_L_LOCAL, SYM_A_ALIGN) \ 21 SYM_START(name, SYM_L_LOCAL, SYM_A_NONE) \ 25 SYM_START(name, SYM_L_WEAK, SYM_A_ALIGN) \ 29 SYM_START(name, SYM_L_WEAK, SYM_A_NONE) \ 37 SYM_START(name, SYM_L_GLOBAL, SYM_A_ALIGN) \
|
| /linux/tools/perf/util/include/linux/ |
| H A D | linkage.h | 44 #ifndef SYM_START 45 #define SYM_START(name, linkage, align...) \ macro 70 SYM_START(name, SYM_L_GLOBAL, SYM_A_ALIGN) 76 SYM_START(name, SYM_L_LOCAL, SYM_A_ALIGN) 82 SYM_START(name, SYM_L_WEAK, SYM_A_ALIGN) 127 SYM_START(name, linkage, align)
|
| /linux/tools/perf/bench/ |
| H A D | mem-memset-x86-64-asm.S | 4 SYM_START(name, SYM_L_GLOBAL, SYM_A_ALIGN)
|
| H A D | mem-memcpy-x86-64-asm.S | 7 SYM_START(name, SYM_L_GLOBAL, SYM_A_ALIGN)
|
| /linux/include/linux/ |
| H A D | cfi_types.h | 35 SYM_START(name, linkage, align)
|
| /linux/tools/include/linux/ |
| H A D | cfi_types.h | 35 SYM_START(name, linkage, align)
|
| /linux/Documentation/core-api/ |
| H A D | asm-annotations.rst | 205 All the above reduce themselves to some invocation of ``SYM_START``, 212 earlier macros, or in ``SYM_START``.
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace_entry.S | 464 SYM_START(ftrace_ool_stub_text, SYM_L_GLOBAL, .balign SZL)
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 593 SYM_START(name, SYM_L_GLOBAL, .balign 2 * PAGE_SIZE)
|