Searched refs:has_custom_fallback_def (Results 1 – 1 of 1) sorted by relevance
9245 static bool has_custom_fallback_def; variable9484 if (has_custom_fallback_def) in libbpf_register_prog_handler()9507 has_custom_fallback_def = true; in libbpf_register_prog_handler()9520 if (has_custom_fallback_def && custom_fallback_def.handler_id == handler_id) { in libbpf_unregister_prog_handler()9522 has_custom_fallback_def = false; in libbpf_unregister_prog_handler()9598 if (has_custom_fallback_def) in find_sec_def()