/* * Declare two non-existent functions with types that match bpf_func_t and * bpf_callback_t pointers, and use DEFINE_CFI_TYPE to define type hash * variables for each function type. The cfi_bpf_* variables are used by * arch-specific BPF JIT implementations to ensure indirectly callable JIT * code has matching CFI type hashes.
*/ extern typeof(*(bpf_func_t)0) __bpf_prog_runX;
DEFINE_CFI_TYPE(cfi_bpf_hash, __bpf_prog_runX);
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 und die Messung sind noch experimentell.