Lines Matching +full:0 +full:- +full:987
1 /* SPDX-License-Identifier: GPL-2.0 */
38 #define UNWIND_HINT_TYPE_CALL 0
51 "987: \n\t" \
54 ".long 987b - .\n\t" \
63 * This macro marks the given function's stack frame as "non-standard", which
68 * For more information, see tools/objtool/Documentation/stack-validation.txt.
77 * This macro indicates that the following intra-function call is valid.
78 * Any non-annotated intra-function call will cause objtool to issue a warning.
87 * In asm, there are two kinds of code: normal C-type callable functions and
97 * often does unusual non-C-function-type things with the stack pointer. Such
107 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0
111 .long .Lunwind_hint_ip_\@ - .
131 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0