Searched refs:bpfloader_ver (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Connectivity/netbpfload/ |
D | NetBpfLoad.cpp | 100 static int loadAllElfObjects(const unsigned int bpfloader_ver, const Location& location) { in loadAllElfObjects() argument 114 int ret = loadProg(progPath.c_str(), &critical, bpfloader_ver, location); in loadAllElfObjects() 292 unsigned int bpfloader_ver = 42u; // [42] BPFLOADER_MAINLINE_VERSION in doLoad() local 293 if (isAtLeastT) ++bpfloader_ver; // [43] BPFLOADER_MAINLINE_T_VERSION in doLoad() 294 if (isAtLeastU) ++bpfloader_ver; // [44] BPFLOADER_MAINLINE_U_VERSION in doLoad() 295 if (runningAsRoot) ++bpfloader_ver; // [45] BPFLOADER_MAINLINE_U_QPR3_VERSION in doLoad() 296 if (isAtLeastV) ++bpfloader_ver; // [46] BPFLOADER_MAINLINE_V_VERSION in doLoad() 299 bpfloader_ver, argv[0], android_get_device_api_level(), effective_api_level, in doLoad() 463 if (loadAllElfObjects(bpfloader_ver, location) != 0) { in doLoad()
|
D | loader.cpp | 619 const unsigned int bpfloader_ver) { in createMaps() argument 661 if (bpfloader_ver < md[i].bpfloader_min_ver) { in createMaps() 668 if (bpfloader_ver >= md[i].bpfloader_max_ver) { in createMaps() 919 const char* prefix, const unsigned int bpfloader_ver) { in loadCodeSections() argument 955 if (bpfloader_ver < bpfMinVer) continue; in loadCodeSections() 956 if (bpfloader_ver >= bpfMaxVer) continue; in loadCodeSections() 1093 int loadProg(const char* const elfPath, bool* const isCritical, const unsigned int bpfloader_ver, in loadProg() argument 1135 if (bpfloader_ver < netBpfLoadMinVer) { in loadProg() 1137 bpfloader_ver, elfPath, netBpfLoadMinVer); in loadProg() 1142 if (bpfloader_ver < bpfLoaderMinVer) { in loadProg() [all …]
|
D | loader.h | 73 int loadProg(const char* elfPath, bool* isCritical, const unsigned int bpfloader_ver,
|