}
 
 asm (
+                       ".pushsection .rodata\n"
                        "optprobe_template_func:\n"
                        ".global optprobe_template_entry\n"
                        "optprobe_template_entry:\n"
 #endif
                        ".global optprobe_template_end\n"
                        "optprobe_template_end:\n"
-                       ".type optprobe_template_func, @function\n"
-                       ".size optprobe_template_func, .-optprobe_template_func\n");
+                       ".popsection\n");
 
 void optprobe_template_func(void);
 STACK_FRAME_NON_STANDARD(optprobe_template_func);
-NOKPROBE_SYMBOL(optprobe_template_func);
-NOKPROBE_SYMBOL(optprobe_template_entry);
-NOKPROBE_SYMBOL(optprobe_template_val);
-NOKPROBE_SYMBOL(optprobe_template_call);
-NOKPROBE_SYMBOL(optprobe_template_end);
 
 #define TMPL_MOVE_IDX \
        ((long)optprobe_template_val - (long)optprobe_template_entry)