Searched refs:maxaddr (Results 1 – 2 of 2) sorted by relevance
114 u64 maxaddr = 0; in map__browse() local119 if (maxaddr < pos->end) in map__browse()120 maxaddr = pos->end; in map__browse()128 mb.addrlen = snprintf(tmp, sizeof(tmp), "%" PRIx64, maxaddr); in map__browse()
303 ESZ(Addr) maxaddr = 0; /* highest mapped address */ in VG_()363 if (ph->p_vaddr+ph->p_memsz > maxaddr) in VG_()364 maxaddr = ph->p_vaddr+ph->p_memsz; in VG_()432 if (minaddr >= maxaddr || in VG_()434 maxaddr + ebase > info->exe_end)) { in VG_()437 (char *)minaddr + ebase, (char *)maxaddr + ebase, in VG_()504 info->exe_end = maxaddr + ebase; in VG_()