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

  /external/valgrind/coregrind/
pub_core_ume.h 75 Addr brkbase; // OUT: base address of brk segment member in struct:__anon26659
  /external/valgrind/coregrind/m_ume/
elf.c 283 The returned address is recorded in info->brkbase as the start
505 info->brkbase = mapelf(e, ebase); /* map the executable */
507 if (info->brkbase == 0)
macho.c 857 info->brkbase = 0xffffffff; // GrP fixme hack
  /external/valgrind/coregrind/m_initimg/
initimg-solaris.c 111 VG_(brk_base) = VG_(brk_limit) = info->brkbase;
    [all...]
initimg-linux.c 103 VG_(brk_base) = VG_(brk_limit) = VG_PGROUNDUP(info->brkbase);
    [all...]

Completed in 1865 milliseconds