Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:u32

20 static const u32 kStackTraceMax = 256;
41 u32 size;
42 u32 tag;
50 StackTrace(const uptr *trace, u32 size) : trace(trace), size(size), tag(0) {}
51 StackTrace(const uptr *trace, u32 size, u32 tag)
97 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
102 u32 max_depth);
103 void SlowUnwindStack(uptr pc, u32 max_depth);
105 u32 max_depth);