lin
2025-02-25 be8e643514303f34f842d8cc918a01bf4a668141
1
2
3
4
5
6
7
8
9
10
/*
 * This includes functions that are meant to live entirely in .rodata
 * (via objcopy tricks), to validate the non-executability of .rodata.
 */
#include "lkdtm.h"
 
void notrace lkdtm_rodata_do_nothing(void)
{
   /* Does nothing. We just want an architecture agnostic "return". */
}