OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__asan_global
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/
asan_interface_internal.h
32
struct
__asan_global
{
struct
43
void __asan_register_globals(
__asan_global
*globals, uptr n)
45
void __asan_unregister_globals(
__asan_global
*globals, uptr n)
asan_globals.cc
25
typedef
__asan_global
Global;
134
void __asan_register_globals(
__asan_global
*globals, uptr n) {
144
void __asan_unregister_globals(
__asan_global
*globals, uptr n) {
asan_report.h
26
const
__asan_global
&g);
asan_report.cc
185
static void PrintGlobalNameIfASCII(const
__asan_global
&g) {
194
const
__asan_global
&g) {
Completed in 140 milliseconds