Searched refs:mc_pad (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-ppc32-linux.c171 /* 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" );
/external/valgrind/main/include/vki/
H A Dvki-ppc32-linux.h757 unsigned long mc_pad[2]; member in struct:vki_mcontext

Completed in 126 milliseconds