Home
last modified time | relevance | path

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

/aosp12/system/bpf/libbpf_android/
H A DLoader.cpp473 vector<string> mapNames; in createMaps() local
503 ret = getSectionSymNames(elfFile, "maps", mapNames); in createMaps()
508 for (int i = 0; i < (int)mapNames.size(); i++) { in createMaps()
525 mapNames[i].c_str(), kvers, md[i].min_kver); in createMaps()
532 mapNames[i].c_str(), kvers, md[i].max_kver); in createMaps()
539 string(BPF_FS_PATH) + prefix + "map_" + fname + "_" + string(mapNames[i]); in createMaps()
574 ALOGD("bpf_create_map name %s, ret: %d\n", mapNames[i].c_str(), fd.get()); in createMaps()
640 vector<string> mapNames; in applyMapRelo() local
642 int ret = getSectionSymNames(elfFile, "maps", mapNames); in applyMapRelo()
657 for (int j = 0; j < (int)mapNames.size(); j++) { in applyMapRelo()
[all …]