execute_location
execute_location(data_area, CODE_WRITE);
execute_location(stack_area, CODE_WRITE);
execute_location(kmalloc_area, CODE_WRITE);
execute_location(vmalloc_area, CODE_WRITE);
execute_location(dereference_function_descriptor(lkdtm_rodata_do_nothing),
execute_location(NULL, CODE_AS_IS);
ANNOTATE_NOCFI_SYM(execute_location);