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

  /external/valgrind/main/coregrind/
pub_core_ume.h 50 Addr exe_end; // INOUT: highest (allowed) address member in struct:__anon16980
  /external/valgrind/main/coregrind/m_ume/
elf.c 331 + (info->exe_end - info->exe_base) * 2 / 3);
420 if (info->exe_base != info->exe_end) {
423 maxaddr + ebase > info->exe_end)) {
427 (char *)info->exe_base, (char *)info->exe_end);
493 info->exe_end = maxaddr + ebase;

Completed in 46 milliseconds