Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp585 size_t mapIdx; in ApplyRelocation() local
587 for (mapIdx = 0; mapIdx < maps_.size(); mapIdx++) { in ApplyRelocation()
588 if (maps_[mapIdx].name == symbolName) { in ApplyRelocation()
599 insn[index].imm = maps_[mapIdx].fd; in ApplyRelocation()