Lines Matching +full:0 +full:- +full:987
1 /* SPDX-License-Identifier: GPL-2.0 */
14 "987: \n\t" \
17 ".long 987b - .\n\t" \
26 * This macro marks the given function's stack frame as "non-standard", which
38 * STACK_FRAME_NON_STANDARD_FP() is a frame-pointer-specific function ignore
63 * This macro indicates that the following intra-function call is valid.
64 * Any non-annotated intra-function call will cause objtool to issue a warning.
73 * In asm, there are two kinds of code: normal C-type callable functions and
83 * often does unusual non-C-function-type things with the stack pointer. Such
93 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 signal=0
97 .long .Lhere_\@ - .
108 .long \func - .
137 .long .Lhere_\@ - .
162 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 signal=0