Lines Matching refs:t
74 - If IBT or LTO is enabled, it doesn't run on TUs at all. Instead it
128 hand, which most people don't do. So the end result is that
133 and update the frame pointer. If a first function doesn't properly
181 band. So it doesn't affect runtime performance and it can be
208 be annotated as an ELF function. The ENDPROC macro shouldn't be used
212 Such code doesn't have to follow any of the other rules.
220 designed. If function A doesn't create a stack frame before calling
238 which shouldn't be be in callable functions anyway.
252 For asm files, if you're getting an error which doesn't make sense,
290 Objtool couldn't find a code path to reach the instruction.
299 If you're 100% sure the code won't affect stack traces, or if you're
308 The call from foo() to bar() doesn't return, but bar() is missing the
312 4. file.o: warning: objtool: func(): can't find starting instruction
314 file.o: warning: objtool: func()+0x11dd: can't decode instruction
324 instructions aren't allowed in a callable function, and are most
334 wasn't first restored to its original state.
363 This means that funcA() doesn't end with a return instruction or an
432 If the error doesn't seem to make sense, it could be a bug in objtool.
440 that it won't affect kernel stack traces, you can tell objtool to
458 NOTE: OBJECT_FILES_NON_STANDARD doesn't work for link time validation of
460 aren't linked into vmlinux or a module.