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