Home
last modified time | relevance | path

Searched defs:FakeFrame (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fake_stack.h21 struct FakeFrame { struct
22 uptr magic; // Modified by the instrumented code.
23 uptr descr; // Modified by the instrumented code.
24 uptr pc; // Modified by the instrumented code.
25 uptr real_stack;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fake_stack.h23 struct FakeFrame { struct
24 uptr magic; // Modified by the instrumented code.
25 uptr descr; // Modified by the instrumented code.
26 uptr pc; // Modified by the instrumented code.
27 uptr real_stack;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fake_stack.h22 struct FakeFrame { struct
23 uptr magic; // Modified by the instrumented code.
24 uptr descr; // Modified by the instrumented code.
25 uptr pc; // Modified by the instrumented code.
26 uptr real_stack;