Home
last modified time | relevance | path

Searched refs:uhwptr (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc134 uhwptr *frame = (uhwptr *)bp; in FastUnwindStack()
135 uhwptr *prev_frame = frame - 1; in FastUnwindStack()
138 frame < (uhwptr *)stack_top - 2 && in FastUnwindStack()
139 frame > (uhwptr *)stack_bottom && in FastUnwindStack()
141 uhwptr pc1 = frame[1]; in FastUnwindStack()
146 frame = (uhwptr *)frame[0]; in FastUnwindStack()
Dsanitizer_internal_defs.h55 typedef unsigned long long uhwptr; // NOLINT typedef
57 typedef uptr uhwptr; // NOLINT typedef