Lines Matching full:warning
247 NOTE: When requesting help with an objtool warning, please recreate with
249 output, including any disassembly or backtrace below the warning, to the
266 1. file.o: warning: objtool: func()+0x128: call without frame pointer save/setup
288 2. file.o: warning: objtool: .text+0x53: unreachable instruction
306 3. file.o: warning: objtool: foo+0x48c: bar() is missing a __noreturn annotation
312 4. file.o: warning: objtool: func(): can't find starting instruction
314 file.o: warning: objtool: func()+0x11dd: can't decode instruction
321 5. file.o: warning: objtool: func()+0x6: unsupported instruction in callable function
330 6. file.o: warning: objtool: func()+0x26: sibling call from callable instruction with modified stac…
344 7. file: warning: objtool: func()+0x5c: stack state mismatch
361 8. file.o: warning: objtool: funcA() falls through to next function funcB()
380 9. file.o: warning: objtool: funcA() call to funcB() with UACCESS enabled
390 The intention of the warning is to prevent calls to funcB() from eventually
406 10. file.o: warning: func()+0x5c: stack layout conflict in alternatives
416 11. file.o: warning: unannotated intra-function call
418 This warning means that a direct call is done to a destination which
420 can remove this warning by putting the ANNOTATE_INTRA_FUNCTION_CALL
423 12. file.o: warning: func(): not an indirect call target