Lines Matching defs:pass
243 * pass, only to generate the correct offset on the second pass.
1790 * If the previous pass already emits an imm8
1794 * On the other hand, if the previous pass emits an
1849 * (2) The previous pass emits an imm8 jmp,
1852 * (3) Similarly, the previous pass emits an
1872 * If the previous pass already emits an imm8
1962 /* Generally speaking, the compiler will pass the arguments
2003 /* get the count of the regs that are used to pass arguments */
2036 * Meanwhile, the compiler will pass the argument on regs
2303 * push rbx // temp regs to pass start time
2328 * push rbx // temp regs to pass start time
2432 /* the space that used to pass arguments on-stack */
2435 * need pass arguments on stack, which means
2725 int pass;
2771 * Before first pass, make a rough estimation of addrs[]
2782 * JITed image shrinks with every pass and the loop iterates
2784 * may converge on the last pass. In such case do one more
2785 * pass to emit the final image.
2787 for (pass = 0; pass < MAX_PASSES || image; pass++) {
2788 if (!padding && pass >= PADDING_PASSES)
2842 bpf_jit_dump(prog->len, proglen, pass + 1, rw_image);
2915 * If we fail the final pass of JIT (from jit_subprogs),