Searched refs:t_oldp (Results 1 – 1 of 1) sorted by relevance
4184 Addr* t_oldp = (Addr*)oldp; in common_PRE_sysctl() local4195 if (t_oldp && oldlen >= sizeof(Addr)) { in common_PRE_sysctl()4197 *t_oldp = stack_end; in common_PRE_sysctl()4202 if (t_oldp) VG_(memcpy)(t_oldp, &stack_end, oldlen); in common_PRE_sysctl()