Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dstackleak_plugin.c118 tree sp_decl, input; in add_stack_tracking_gasm() local
134 sp_decl = get_current_stack_pointer_decl(); in add_stack_tracking_gasm()
135 if (sp_decl == NULL_TREE) { in add_stack_tracking_gasm()
140 input = chainon(NULL_TREE, build_tree_list(input, sp_decl)); in add_stack_tracking_gasm()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dstackleak_plugin.c116 tree sp_decl, input; in add_stack_tracking_gasm() local
132 sp_decl = get_current_stack_pointer_decl(); in add_stack_tracking_gasm()
133 if (sp_decl == NULL_TREE) { in add_stack_tracking_gasm()
138 input = chainon(NULL_TREE, build_tree_list(input, sp_decl)); in add_stack_tracking_gasm()

Completed in 3 milliseconds