Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc379 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { in GetCallerPC() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.cc377 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { in GetCallerPC() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common.cpp480 static uptr GetCallerPC(const StackTrace &stack) { in GetCallerPC() function