Searched refs:kernel_rt_sigreturn_address (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_x86-inl.h153 static const unsigned char *kernel_rt_sigreturn_address = NULL; local
171 kernel_rt_sigreturn_address =
184 if (num_push_instructions != 0 && kernel_rt_sigreturn_address != NULL &&
185 old_sp[1] == kernel_rt_sigreturn_address) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_x86-inl.h156 static const unsigned char *kernel_rt_sigreturn_address = NULL; local
174 kernel_rt_sigreturn_address =
187 if (num_push_instructions != 0 && kernel_rt_sigreturn_address != NULL &&
188 old_sp[1] == kernel_rt_sigreturn_address) {

Completed in 133 milliseconds