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
 6039   COMMON_INTERCEPTOR_ENTER_NOIGNORE(ctx, dlopen, filename, flag);
 6040   if (filename) COMMON_INTERCEPTOR_READ_STRING(ctx, filename, 0);
 6040   if (filename) COMMON_INTERCEPTOR_READ_STRING(ctx, filename, 0);
 6041   COMMON_INTERCEPTOR_ON_DLOPEN(filename, flag);
 6042   void *res = REAL(dlopen)(filename, flag);
 6044   COMMON_INTERCEPTOR_LIBRARY_LOADED(filename, res);