Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * This includes functions that are meant to live entirely in .rodata
0004  * (via objcopy tricks), to validate the non-executability of .rodata.
0005  */
0006 #include "lkdtm.h"
0007 
0008 void noinstr lkdtm_rodata_do_nothing(void)
0009 {
0010     /* Does nothing. We just want an architecture agnostic "return". */
0011 }