Home
last modified time | relevance | path

Searched refs:is_pure_ops_struct (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c438 static int is_pure_ops_struct(const_tree node) in is_pure_ops_struct() function
452 if (!is_pure_ops_struct(fieldtype)) in is_pure_ops_struct()
473 if (lookup_attribute("randomize_layout", TYPE_ATTRIBUTES(TYPE_MAIN_VARIANT(type))) || is_pure_ops_struct(type)) in randomize_type()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c409 static int is_pure_ops_struct(const_tree node) in is_pure_ops_struct() function
423 if (!is_pure_ops_struct(fieldtype)) in is_pure_ops_struct()
444 if (lookup_attribute("randomize_layout", TYPE_ATTRIBUTES(TYPE_MAIN_VARIANT(type))) || is_pure_ops_struct(type)) in randomize_type()

Completed in 3 milliseconds