#ifndef cfi_get_offset /* * Returns the CFI prefix offset. By default, the compiler emits only * a 4-byte CFI type hash before the function. If an architecture * uses -fpatchable-function-entry=N,M where M>0 to change the prefix * offset, they must override this function.
*/ staticinlineint cfi_get_offset(void)
{ return 4;
} #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.