Home
last modified time | relevance | path

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

12

/include/linux/
A Dinit.h52 #define __init __section(".init.text") __cold __latent_entropy \
55 #define __initdata __section(".init.data")
56 #define __initconst __section(".init.rodata")
57 #define __exitdata __section(".exit.data")
58 #define __exit_call __used __section(".exitcall.exit")
77 #define __ref __section(".ref.text") noinline
78 #define __refdata __section(".ref.data")
79 #define __refconst __section(".ref.rodata")
87 #define __exit __section(".exit.text") __exitused __cold notrace
343 __used __section(".init.setup") \
[all …]
A Donce.h49 static bool __section(".data..once") ___done = false; \
67 static bool __section(".data..once") ___done = false; \
A Dmmdebug.h51 static bool __section(".data..once") __warned; \
71 static bool __section(".data..once") __warned; \
82 static bool __section(".data..once") __warned; \
93 static bool __section(".data..once") __warned; \
A Dinit_task.h41 #define __init_thread_info __section(".data..init_thread_info")
A Dcompiler.h26 __section("_ftrace_annotated_branch") \
62 __section("_ftrace_branch") \
113 #define __annotate_jump_table __section(".data.rel.ro.c_jump_table")
289 ___ADDRESSABLE(sym, __section(".discard.addressable"))
A Dlsm_hooks.h162 __used __section(".lsm_info.init") \
167 __used __section(".early_lsm_info.init") \
A Donce_lite.h15 static bool __section(".data..once") __already_done; \
A Dkernel.h271 __section("__trace_printk_fmt") = \
315 __section("__trace_printk_fmt") = \
337 __section("__trace_printk_fmt") = \
A Dalloc_tag.h101 __section(ALLOC_TAG_SECTION_NAME) = { \
111 __section(ALLOC_TAG_SECTION_NAME) = { \
120 __section(ALLOC_TAG_SECTION_NAME) = { \
A Dexport.h70 __section(".discard.gendwarfksyms") = &sym;
A Dcache.h60 #define __ro_after_init __section(".data..ro_after_init")
A 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)
A Dtracepoint.h164 __section("__tracepoints_ptrs") = &__tracepoint_##name
316 __section("__tracepoints_strings") = #_name; \
321 __section("__tracepoints") = { \
455 #define __tracepoint_string __used __section("__tracepoint_str")
A Ddynamic_debug.h105 __section("__dyndbg_classes") _var = { \
165 __section("__dyndbg") name = { \
A Dobjtool.h34 static void __used __section(".discard.func_stack_frame_non_standard") \
A Dcompiler_attributes.h321 #define __section(section) __attribute__((__section__(section))) macro
A Dsrcutree.h199 __section("___srcu_struct_ptrs") = &name
A Dmoduleparam.h30 __used __section(".modinfo") __aligned(1) \
295 __used __section("__param") \
/include/asm-generic/
A Dkprobes.h13 __section("_kprobe_blacklist") \
17 # define __kprobes __section(".kprobes.text")
A Derror-injection.h29 __section("_error_injection_whitelist") \
/include/trace/stages/
A Dinit.h23 __section("_ftrace_eval_map") \
36 __section("_ftrace_eval_map") \
/include/linux/mtd/
A Dxip.h31 #define __xipram noinline __section(".xiptext")
/include/linux/sched/
A Ddebug.h44 #define __sched __section(".sched.text")
/include/trace/
A Dtrace_events.h504 __section("_ftrace_events") *__event_##call = &event_##call
521 __section("_ftrace_events") *__event_##call = &event_##call
A Dtrace_custom_events.h219 __section("_ftrace_events") *__custom_event_##call = &custom_event_##call

Completed in 37 milliseconds

12