Lines Matching refs:function
13 function calls have not been altered by an attacker.
15 function calls performed through function pointers, always call a "compatible"
16 function. A compatible function is a function with the same signature of the
17 function pointer declared in the source code.
20 the signature of every function and every function pointer used in the code.
26 In case of a CFI violation (i.e. call to a non-compatible function) QEMU will
84 Disabling CFI for a specific function
87 If you are working on function that is performing a call using an
89 for such function by using the decorator ``QEMU_DISABLE_CFI`` at function
90 definition, and add an explanation on why the function is not compatible
97 * indirect function call. Since such function did not exist at compile time,
105 NOTE: CFI needs to be disabled at the **caller** function, (i.e. a compatible
106 cfi function that calls a non-compatible one), since the check is performed
107 when the function call is performed.
125 1. Fuzzing relies on the linker performing function wrapping at link-time.
126 The standard BFD linker does not support function wrapping when LTO is