Lines Matching refs:instruction
15 validates the correct frame pointer state at each instruction.
19 alternative execution paths to a given instruction (or set of
123 ENTRY/ENDPROC macros. If objtool finds a return instruction
195 uses an inline asm() statement which has a "call" instruction. An
196 asm() statement with a call instruction must declare the use of the
205 2. file.o: warning: objtool: .text+0x53: unreachable instruction
207 Objtool couldn't find a code path to reach the instruction.
209 If the error is for an asm file, and the instruction is inside (or
224 4. file.o: warning: objtool: func(): can't find starting instruction
226 file.o: warning: objtool: func()+0x11dd: can't decode instruction
229 objtool's instruction decoder. Move the data to a more appropriate
233 5. file.o: warning: objtool: func()+0x6: unsupported instruction in callable function
235 This is a kernel entry/exit instruction like sysenter or iret. Such
242 6. file.o: warning: objtool: func()+0x26: sibling call from callable instruction with modified stac…
251 If the instruction is not actually in a callable function (e.g.
258 The instruction's frame pointer state is inconsistent, depending on
259 which execution path was taken to reach the instruction.
275 This means that funcA() doesn't end with a return instruction or an
280 1) funcA()'s last instruction is a call to a "noreturn" function like