annotate libsanitizer/sanitizer_common/sanitizer_common_interface_posix.inc @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 //===-- sanitizer_common_interface_posix.inc ------------------------------===//
kono
parents:
diff changeset
2 //
kono
parents:
diff changeset
3 // This file is distributed under the University of Illinois Open Source
kono
parents:
diff changeset
4 // License. See LICENSE.TXT for details.
kono
parents:
diff changeset
5 //
kono
parents:
diff changeset
6 //===----------------------------------------------------------------------===//
kono
parents:
diff changeset
7 // Sanitizer Common interface list only available for Posix systems.
kono
parents:
diff changeset
8 //===----------------------------------------------------------------------===//
kono
parents:
diff changeset
9 INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_code)
kono
parents:
diff changeset
10 INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_data)
kono
parents:
diff changeset
11 INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_demangle)
kono
parents:
diff changeset
12 INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_flush)