Searched refs:no_add_attrs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | latent_entropy_plugin.c | 131 bool *no_add_attrs) in handle_latent_entropy_attribute() 142 *no_add_attrs = true; in handle_latent_entropy_attribute() 149 *no_add_attrs = true; in handle_latent_entropy_attribute() 156 *no_add_attrs = true; in handle_latent_entropy_attribute() 165 *no_add_attrs = true; in handle_latent_entropy_attribute() 181 *no_add_attrs = true; in handle_latent_entropy_attribute() 224 *no_add_attrs = true; in handle_latent_entropy_attribute() 128 handle_latent_entropy_attribute(tree *node, tree name, tree args __unused, int flags __unused, bool *no_add_attrs) handle_latent_entropy_attribute() argument
|
H A D | structleak_plugin.c | 53 static tree handle_user_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_user_attribute() argument 55 *no_add_attrs = true; in handle_user_attribute() 61 *no_add_attrs = false; in handle_user_attribute()
|
H A D | randomize_layout_plugin.c | 76 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_randomize_layout_attr() argument 80 *no_add_attrs = true; in handle_randomize_layout_attr() 113 *no_add_attrs = false; in handle_randomize_layout_attr() 119 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_randomize_considered_attr() argument 121 *no_add_attrs = false; in handle_randomize_considered_attr() 129 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_randomize_performed_attr() argument 131 *no_add_attrs = false; in handle_randomize_performed_attr()
|
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | latent_entropy_plugin.c | 131 bool *no_add_attrs) in handle_latent_entropy_attribute() 138 *no_add_attrs = true; in handle_latent_entropy_attribute() 145 *no_add_attrs = true; in handle_latent_entropy_attribute() 152 *no_add_attrs = true; in handle_latent_entropy_attribute() 161 *no_add_attrs = true; in handle_latent_entropy_attribute() 177 *no_add_attrs = true; in handle_latent_entropy_attribute() 216 *no_add_attrs = true; in handle_latent_entropy_attribute() 128 handle_latent_entropy_attribute(tree *node, tree name, tree args __unused, int flags __unused, bool *no_add_attrs) handle_latent_entropy_attribute() argument
|
H A D | structleak_plugin.c | 53 static tree handle_user_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_user_attribute() argument 55 *no_add_attrs = true; in handle_user_attribute() 61 *no_add_attrs = false; in handle_user_attribute()
|
H A D | randomize_layout_plugin.c | 58 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_randomize_layout_attr() argument 62 *no_add_attrs = true; in handle_randomize_layout_attr() 95 *no_add_attrs = false; in handle_randomize_layout_attr() 101 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_randomize_considered_attr() argument 103 *no_add_attrs = false; in handle_randomize_considered_attr() 111 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_randomize_performed_attr() argument 113 *no_add_attrs = false; in handle_randomize_performed_attr()
|
Completed in 6 milliseconds