Searched refs:__section (Results 1 – 25 of 38) sorted by relevance
12
52 #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") noinline78 #define __refdata __section(".ref.data")79 #define __refconst __section(".ref.rodata")87 #define __exit __section(".exit.text") __exitused __cold notrace343 __used __section(".init.setup") \[all …]
49 static bool __section(".data..once") ___done = false; \67 static bool __section(".data..once") ___done = false; \
51 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; \
41 #define __init_thread_info __section(".data..init_thread_info")
26 __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"))
162 __used __section(".lsm_info.init") \167 __used __section(".early_lsm_info.init") \
15 static bool __section(".data..once") __already_done; \
271 __section("__trace_printk_fmt") = \315 __section("__trace_printk_fmt") = \337 __section("__trace_printk_fmt") = \
101 __section(ALLOC_TAG_SECTION_NAME) = { \111 __section(ALLOC_TAG_SECTION_NAME) = { \120 __section(ALLOC_TAG_SECTION_NAME) = { \
70 __section(".discard.gendwarfksyms") = &sym;
60 #define __ro_after_init __section(".data..ro_after_init")
39 #define __page_aligned_data __section(".data..page_aligned") __aligned(PAGE_SIZE)40 #define __page_aligned_bss __section(".bss..page_aligned") __aligned(PAGE_SIZE)
164 __section("__tracepoints_ptrs") = &__tracepoint_##name316 __section("__tracepoints_strings") = #_name; \321 __section("__tracepoints") = { \455 #define __tracepoint_string __used __section("__tracepoint_str")
105 __section("__dyndbg_classes") _var = { \165 __section("__dyndbg") name = { \
34 static void __used __section(".discard.func_stack_frame_non_standard") \
321 #define __section(section) __attribute__((__section__(section))) macro
199 __section("___srcu_struct_ptrs") = &name
30 __used __section(".modinfo") __aligned(1) \295 __used __section("__param") \
13 __section("_kprobe_blacklist") \17 # define __kprobes __section(".kprobes.text")
29 __section("_error_injection_whitelist") \
23 __section("_ftrace_eval_map") \36 __section("_ftrace_eval_map") \
31 #define __xipram noinline __section(".xiptext")
44 #define __sched __section(".sched.text")
504 __section("_ftrace_events") *__event_##call = &event_##call521 __section("_ftrace_events") *__event_##call = &event_##call
219 __section("_ftrace_events") *__custom_event_##call = &custom_event_##call
Completed in 37 milliseconds