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
 2312   internal_memcpy(&glob_copy, &kGlobCopy, sizeof(glob_copy));
 2312   internal_memcpy(&glob_copy, &kGlobCopy, sizeof(glob_copy));
 2314     Swap(pglob->gl_closedir, glob_copy.gl_closedir);
 2315     Swap(pglob->gl_readdir, glob_copy.gl_readdir);
 2316     Swap(pglob->gl_opendir, glob_copy.gl_opendir);
 2317     Swap(pglob->gl_lstat, glob_copy.gl_lstat);
 2318     Swap(pglob->gl_stat, glob_copy.gl_stat);
 2319     pglob_copy = &glob_copy;
 2323     Swap(pglob->gl_closedir, glob_copy.gl_closedir);
 2324     Swap(pglob->gl_readdir, glob_copy.gl_readdir);
 2325     Swap(pglob->gl_opendir, glob_copy.gl_opendir);
 2326     Swap(pglob->gl_lstat, glob_copy.gl_lstat);
 2327     Swap(pglob->gl_stat, glob_copy.gl_stat);