reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 2348   internal_memcpy(&glob_copy, &kGlobCopy, sizeof(glob_copy));
 2348   internal_memcpy(&glob_copy, &kGlobCopy, sizeof(glob_copy));
 2350     Swap(pglob->gl_closedir, glob_copy.gl_closedir);
 2351     Swap(pglob->gl_readdir, glob_copy.gl_readdir);
 2352     Swap(pglob->gl_opendir, glob_copy.gl_opendir);
 2353     Swap(pglob->gl_lstat, glob_copy.gl_lstat);
 2354     Swap(pglob->gl_stat, glob_copy.gl_stat);
 2355     pglob_copy = &glob_copy;
 2359     Swap(pglob->gl_closedir, glob_copy.gl_closedir);
 2360     Swap(pglob->gl_readdir, glob_copy.gl_readdir);
 2361     Swap(pglob->gl_opendir, glob_copy.gl_opendir);
 2362     Swap(pglob->gl_lstat, glob_copy.gl_lstat);
 2363     Swap(pglob->gl_stat, glob_copy.gl_stat);