Home
last modified time | relevance | path

Searched refs:GetPcSpBp (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc342 void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) { in GetPcSpBp() function
Dsanitizer_posix.cc382 GetPcSpBp(context, &pc, &sp, &bp); in Create()
Dsanitizer_common.h664 void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp);
Dsanitizer_linux.cc934 void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) { in GetPcSpBp() function