Lines Matching +full:0 +full:- +full:987
1 /* SPDX-License-Identifier: GPL-2.0 */
33 #define UNWIND_HINT_TYPE_CALL 0
43 "987: \n\t" \
46 ".long 987b - .\n\t" \
55 * This macro marks the given function's stack frame as "non-standard", which
60 * For more information, see tools/objtool/Documentation/stack-validation.txt.
69 * This macro indicates that the following intra-function call is valid.
70 * Any non-annotated intra-function call will cause objtool to issue a warning.
79 * In asm, there are two kinds of code: normal C-type callable functions and
89 * often does unusual non-C-function-type things with the stack pointer. Such
99 .macro UNWIND_HINT sp_reg:req sp_offset=0 type:req end=0
103 .long .Lunwind_hint_ip_\@ - .
123 .macro UNWIND_HINT sp_reg:req sp_offset=0 type:req end=0