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

  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 171 /* NB. 5 Sept 07. mc->mc_pad[0..1] used to contain a the code to
180 (Addr)&mc->mc_pad, sizeof(mc->mc_pad));
181 mc->mc_pad[0] = 0; /* invalid */
182 mc->mc_pad[1] = 0; /* invalid */
184 (Addr)&mc->mc_pad, sizeof(mc->mc_pad) );
186 VG_(discard_translations)( (Addr64)(Addr)&mc->mc_pad,
187 sizeof(mc->mc_pad), "stack_mcontext" );
    [all...]
  /external/valgrind/main/include/vki/
vki-ppc32-linux.h 749 unsigned long mc_pad[2]; member in struct:vki_mcontext
    [all...]

Completed in 50 milliseconds