Lines Matching refs:code
7 new and existing code in QEMU
17 function pointer declared in the source code.
20 the signature of every function and every function pointer used in the code.
55 Incompatible code with CFI
59 compile-time knowledge of the code. This means that, while generally supported
60 for most code, some specific use pattern can break CFI compatibility, and
63 * Just-in-time compiled code: since such code is created at runtime, the jump
64 to the buffer containing JIT code will fail.
80 5. Directly calling signal handlers from the QEMU source code, since the
95 * TCG creates binary blobs at runtime, with the transformed code.
96 * A TB is a blob of binary code, created at runtime and called with an
122 in remote-but-possible parts of the code.