Searched defs:caller_pc (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Fuzzer/ |
D | FuzzerTraceState.cpp | 533 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2, in dfsan_weak_hook_memcmp() 543 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2, in dfsan_weak_hook_strncmp() 555 void dfsan_weak_hook_strcmp(void *caller_pc, const char *s1, const char *s2, in dfsan_weak_hook_strcmp() 574 void __sanitizer_weak_hook_memcmp(void *caller_pc, const void *s1, in __sanitizer_weak_hook_memcmp() 583 void __sanitizer_weak_hook_strncmp(void *caller_pc, const char *s1, in __sanitizer_weak_hook_strncmp() 596 void __sanitizer_weak_hook_strcmp(void *caller_pc, const char *s1, in __sanitizer_weak_hook_strcmp()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_coverage_mapping_libcdep.cc | 64 void CovUpdateMapping(const char *coverage_dir, uptr caller_pc) { in CovUpdateMapping()
|
D | sanitizer_coverage_libcdep.cc | 360 void CoverageData::UpdateModuleNameVec(uptr caller_pc, uptr range_beg, in UpdateModuleNameVec() 376 uptr caller_pc) { in InitializeGuards()
|
/external/google-breakpad/src/processor/ |
D | stackwalker_mips.cc | 219 uint32_t caller_pc, caller_sp, caller_fp; in GetCallerByStackScan() local
|
D | stackwalker_arm64.cc | 158 uint64_t caller_sp, caller_pc; in GetCallerByStackScan() local
|
D | stackwalker_arm.cc | 167 uint32_t caller_sp, caller_pc; in GetCallerByStackScan() local
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 119 uptr caller_pc = 0; in ProcessPlatformSpecificAllocationsCb() local
|
/external/v8/src/ |
D | frames-inl.h | 120 inline Address StandardFrame::caller_pc() const { in caller_pc() function
|
D | deoptimizer.cc | 914 const intptr_t caller_pc = in DoComputeInterpretedFrame() local 1114 const intptr_t caller_pc = in DoComputeArgumentsAdaptorFrame() local 1238 const intptr_t caller_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame() local 1623 const intptr_t caller_pc = in DoComputeBuiltinContinuation() local
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 93 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_memcmp, uptr caller_pc, in DECLARE_WEAK_INTERCEPTOR_HOOK() 127 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_strcmp, uptr caller_pc, in DECLARE_WEAK_INTERCEPTOR_HOOK() 168 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_strncmp, uptr caller_pc, in DECLARE_WEAK_INTERCEPTOR_HOOK()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2125 const uptr caller_pc; member
|