Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/include/
Dlibbpf_android.h85 unsigned int readSectionUint(const char* name, std::ifstream& elfFile, unsigned int defVal);
/system/bpf/libbpf_android/
DLoader.cpp291 unsigned int readSectionUint(const char* name, ifstream& elfFile, unsigned int defVal) { in readSectionUint() function
727 unsigned btfMinBpfLoaderVer = readSectionUint("btf_min_bpfloader_ver", elfFile, 0); in createMaps()
728 unsigned btfMinKernelVer = readSectionUint("btf_min_kernel_ver", elfFile, 0); in createMaps()
1173 readSectionUint("bpfloader_min_ver", elfFile, DEFAULT_BPFLOADER_MIN_VER); in loadProg()
1175 readSectionUint("bpfloader_max_ver", elfFile, DEFAULT_BPFLOADER_MAX_VER); in loadProg()
1177 readSectionUint("size_of_bpf_map_def", elfFile, DEFAULT_SIZEOF_BPF_MAP_DEF); in loadProg()
1179 readSectionUint("size_of_bpf_prog_def", elfFile, DEFAULT_SIZEOF_BPF_PROG_DEF); in loadProg()