Home
last modified time | relevance | path

Searched refs:bpfMinVer (Results 1 – 1 of 1) sorted by relevance

/system/bpf/libbpf_android/
DLoader.cpp678 unsigned bpfMinVer = DEFAULT_BPFLOADER_MIN_VER; // v0.0 in loadCodeSections() local
689 bpfMinVer = cs[i].prog_def->bpfloader_min_ver; in loadCodeSections()
694 bpfMinVer, bpfMaxVer); in loadCodeSections()
695 if (BPFLOADER_VERSION < bpfMinVer) continue; in loadCodeSections()