Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp107 optional<struct bpf_prog_def> prog_def; member
430 cs_temp.prog_def = pd[i]; in readCodeSections()
681 if (cs[i].prog_def.has_value()) { in loadCodeSections()
682 unsigned min_kver = cs[i].prog_def->min_kver; in loadCodeSections()
683 unsigned max_kver = cs[i].prog_def->max_kver; in loadCodeSections()
689 bpfMinVer = cs[i].prog_def->bpfloader_min_ver; in loadCodeSections()
690 bpfMaxVer = cs[i].prog_def->bpfloader_max_ver; in loadCodeSections()
733 if (cs[i].prog_def->optional) { in loadCodeSections()
747 if (cs[i].prog_def.has_value()) { in loadCodeSections()
748 if (chown(progPinLoc.c_str(), (uid_t)cs[i].prog_def->uid, in loadCodeSections()
[all …]