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

  /external/valgrind/main/coregrind/
pub_core_initimg.h 135 AIX5PreloadPage;
161 AIX5PreloadPage* preloadpage;
  /external/valgrind/main/coregrind/m_initimg/
initimg-aix5.c 74 /* Set up an AIX5PreloadPage structure with the names of
85 stored in the AIX5PreloadPage. Finally, we jump to the client's
98 AIX5PreloadPage* pp;
184 vg_assert((sizeof(AIX5PreloadPage) % 4) == 0); /* paranoia */
186 szB = sizeof(AIX5PreloadPage) + plcore_len
204 pp = (AIX5PreloadPage*)sres.res;
209 VG_(memset)(pp, 0, sizeof(AIX5PreloadPage));
212 pc += sizeof(AIX5PreloadPage);

Completed in 1428 milliseconds