HomeSort by relevance Sort by last modified time
    Searched refs:exe_end (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/
pub_core_ume.h 52 Addr exe_end; // INOUT: highest (allowed) address member in struct:__anon20543
  /external/valgrind/coregrind/m_ume/
elf.c 324 + (info->exe_end - info->exe_base) * 2 / 3);
431 if (info->exe_base != info->exe_end) {
434 maxaddr + ebase > info->exe_end)) {
438 (char *)info->exe_base, (char *)info->exe_end);
504 info->exe_end = maxaddr + ebase;

Completed in 1202 milliseconds