Home
last modified time | relevance | path

Searched refs:__section (Results 1 – 25 of 41) sorted by relevance

12

/include/linux/
Dinit.h52 #define __init __section(".init.text") __cold __latent_entropy __noinitretpoline
53 #define __initdata __section(".init.data")
54 #define __initconst __section(".init.rodata")
55 #define __exitdata __section(".exit.data")
56 #define __exit_call __used __section(".exitcall.exit")
75 #define __ref __section(".ref.text") noinline
76 #define __refdata __section(".ref.data")
77 #define __refconst __section(".ref.rodata")
85 #define __exit __section(".exit.text") __exitused __cold notrace
341 __used __section(".init.setup") \
[all …]
Donce.h49 static bool __section(".data..once") ___done = false; \
67 static bool __section(".data..once") ___done = false; \
Dcompiler.h26 __section("_ftrace_annotated_branch") \
62 __section("_ftrace_branch") \
113 #define __annotate_jump_table __section(".data.rel.ro.c_jump_table")
224 ___ADDRESSABLE(sym, __section(".discard.addressable"))
Dinit_task.h41 #define __init_thread_info __section(".data..init_thread_info")
Dlsm_hooks.h162 __used __section(".lsm_info.init") \
167 __used __section(".early_lsm_info.init") \
Dmmdebug.h49 static bool __section(".data..once") __warned; \
69 static bool __section(".data..once") __warned; \
80 static bool __section(".data..once") __warned; \
Donce_lite.h15 static bool __section(".data..once") __already_done; \
Dkernel.h283 __section("__trace_printk_fmt") = \
327 __section("__trace_printk_fmt") = \
349 __section("__trace_printk_fmt") = \
Dalloc_tag.h101 __section(ALLOC_TAG_SECTION_NAME) = { \
110 __section(ALLOC_TAG_SECTION_NAME) = { \
Dexport.h70 __section(".discard.gendwarfksyms") = &sym;
Dtracepoint.h151 __section("__tracepoints_ptrs") = &__tracepoint_##name
343 __section("__tracepoints_strings") = #_name; \
348 __section("__tracepoints") = { \
461 #define __tracepoint_string __used __section("__tracepoint_str")
Dobjtool.h34 static void __used __section(".discard.func_stack_frame_non_standard") \
Dandroid_kabi.h51 __section(".discard.gendwarfksyms.kabi_rules") = \
Dlinkage.h39 #define __page_aligned_data __section(".data..page_aligned") __aligned(PAGE_SIZE)
40 #define __page_aligned_bss __section(".bss..page_aligned") __aligned(PAGE_SIZE)
Dcache.h63 #define __ro_after_init __section(".data..ro_after_init")
Ddynamic_debug.h105 __section("__dyndbg_classes") _var = { \
165 __section("__dyndbg") name = { \
Dsrcutree.h192 __section("___srcu_struct_ptrs") = &name
Dcompiler_attributes.h321 #define __section(section) __attribute__((__section__(section))) macro
/include/asm-generic/
Dkprobes.h13 __section("_kprobe_blacklist") \
17 # define __kprobes __section(".kprobes.text")
Derror-injection.h29 __section("_error_injection_whitelist") \
/include/trace/stages/
Dinit.h23 __section("_ftrace_eval_map") \
36 __section("_ftrace_eval_map") \
/include/linux/mtd/
Dxip.h31 #define __xipram noinline __section(".xiptext")
/include/linux/sched/
Ddebug.h46 #define __sched __section(".sched.text")
/include/trace/hooks/
Dvendor_hooks.h24 __section("__tracepoints_strings") = #_name; \
28 __section("__tracepoints") = { \
/include/trace/
Dtrace_events.h478 __section("_ftrace_events") *__event_##call = &event_##call
495 __section("_ftrace_events") *__event_##call = &event_##call

12