Searched refs:mapIdx (Results 1 – 1 of 1) sorted by relevance
585 size_t mapIdx; in ApplyRelocation() local587 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()