Lines Matching defs:pass
219 * pass, only to generate the correct offset on the second pass.
1722 * push rbx // temp regs to pass start time
1747 * push rbx // temp regs to pass start time
2023 int pass;
2066 * Before first pass, make a rough estimation of addrs[]
2077 * JITed image shrinks with every pass and the loop iterates
2079 * may converge on the last pass. In such case do one more
2080 * pass to emit the final image.
2082 for (pass = 0; pass < 20 || image; pass++) {
2125 bpf_jit_dump(prog->len, proglen, pass + 1, image);