Searched refs:map_j (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c649 DebugInfoMapping *map_i, *map_j; local
660 map_j = VG_(indexXA)(maps, j);
661 if (map_j->size == 0)
664 /* map_j was observed later than map_i, since the entries are
666 If map_j starts inside map_i, trim map_i's end so it does
667 not overlap map_j. This reflects the reality that when
670 if (map_j->avma >= map_i->avma
671 && map_j->avma < map_i->avma + map_i->size) {
672 SizeT map_i_newsize = map_j->avma - map_i->avma;
690 map_j
[all...]

Completed in 286 milliseconds