Home
last modified time | relevance | path

Searched defs:caller_pc (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp533 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/
Dsanitizer_coverage_mapping_libcdep.cc64 void CovUpdateMapping(const char *coverage_dir, uptr caller_pc) { in CovUpdateMapping()
Dsanitizer_coverage_libcdep.cc360 void CoverageData::UpdateModuleNameVec(uptr caller_pc, uptr range_beg, in UpdateModuleNameVec()
376 uptr caller_pc) { in InitializeGuards()
/external/google-breakpad/src/processor/
Dstackwalker_mips.cc219 uint32_t caller_pc, caller_sp, caller_fp; in GetCallerByStackScan() local
Dstackwalker_arm64.cc158 uint64_t caller_sp, caller_pc; in GetCallerByStackScan() local
Dstackwalker_arm.cc167 uint32_t caller_sp, caller_pc; in GetCallerByStackScan() local
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc119 uptr caller_pc = 0; in ProcessPlatformSpecificAllocationsCb() local
/external/v8/src/
Dframes-inl.h120 inline Address StandardFrame::caller_pc() const { in caller_pc() function
Ddeoptimizer.cc914 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/
Ddfsan_custom.cc93 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/
Dtsan_interceptors.cc2125 const uptr caller_pc; member