Lines Matching refs:which
9 objtool which runs at compile time. It has a "check" subcommand which
18 .altinstructions, __jump_table, and __ex_table, which can add
21 which gcc sometimes uses jump tables.
23 (Objtool also has an 'orc generate' subcommand which generates debuginfo
48 hand, which most people don't do. So the end result is that
52 functions which call other functions must first create a stack frame
108 Livepatch has an optional "consistency model", which is needed for
125 callable code which should be annotated accordingly.
130 2. Conversely, each section of code which is *not* callable should *not*
137 3. Each callable function which calls another function must have the
160 The only code which needs such instructions is kernel entry code,
161 which shouldn't be be in callable functions anyway.
170 For asm files, if you're getting an error which doesn't make sense,
195 uses an inline asm() statement which has a "call" instruction. An
259 which execution path was taken to reach the instruction.
267 Another possibility is that the code has some asm or inline asm which