Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/include/
Dlibbpf_android.h33 unsigned int readSectionUint(const char* name, std::ifstream& elfFile, unsigned int defVal);
/system/bpf/libbpf_android/
DLoader.cpp213 unsigned int readSectionUint(const char* name, ifstream& elfFile, unsigned int defVal) { in readSectionUint() function
790 readSectionUint("bpfloader_min_ver", elfFile, DEFAULT_BPFLOADER_MIN_VER); in loadProg()
792 readSectionUint("bpfloader_max_ver", elfFile, DEFAULT_BPFLOADER_MAX_VER); in loadProg()
794 readSectionUint("size_of_bpf_map_def", elfFile, DEFAULT_SIZEOF_BPF_MAP_DEF); in loadProg()
796 readSectionUint("size_of_bpf_prog_def", elfFile, DEFAULT_SIZEOF_BPF_PROG_DEF); in loadProg()