HomeSort by relevance Sort by last modified time
    Searched refs:caller_pc (Results 1 - 24 of 24) sorted by null

  /external/google-breakpad/src/processor/
stackwalker_mips.cc 219 uint32_t caller_pc, caller_sp, caller_fp; local
228 int count = kMaxFrameStackSize / sizeof(caller_pc);
237 last_sp += kMinArgsOnStack * sizeof(caller_pc);
245 if (!ScanForReturnAddress(last_sp, &caller_sp, &caller_pc, count)) {
252 if (!memory_->GetMemoryAtAddress(caller_sp - sizeof(caller_pc),
258 count = count - (caller_sp - last_sp) / sizeof(caller_pc);
260 last_sp = caller_sp + sizeof(caller_pc);
271 caller_sp += sizeof(caller_pc);
272 // caller_pc is actually containing $ra value;
274 // so the caller_pc needs to be decremented accordingly
    [all...]
stackwalker_arm.cc 167 uint32_t caller_sp, caller_pc; local
169 if (!ScanForReturnAddress(last_sp, &caller_sp, &caller_pc,
186 frame->context.iregs[MD_CONTEXT_ARM_REG_PC] = caller_pc;
stackwalker_arm64.cc 158 uint64_t caller_sp, caller_pc; local
160 if (!ScanForReturnAddress(last_sp, &caller_sp, &caller_pc,
177 frame->context.iregs[MD_CONTEXT_ARM64_REG_PC] = caller_pc;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.h 25 const uptr caller_pc = GET_CALLER_PC(); \
26 ScopedInterceptor si(thr, #func, caller_pc); \
tsan_interface_java.cc 63 const uptr caller_pc = GET_CALLER_PC(); \
66 ScopedJavaFunc scoped(thr, caller_pc); \
230 Acquire(thr, caller_pc, addr);
240 Release(thr, caller_pc, addr);
250 ReleaseStore(thr, caller_pc, addr);
tsan_interface_ann.cc 53 const uptr caller_pc = (uptr)__builtin_return_address(0); \
56 ScopedAnnotation sa(thr, __func__, f, l, caller_pc); \
tsan_interceptors.cc 2268 const uptr caller_pc; member in struct:TsanInterceptorContext
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 64 void CovUpdateMapping(const char *coverage_dir, uptr caller_pc) {
69 if (!cached_mapping.NeedsUpdate(caller_pc))
90 if (caller_pc && caller_pc >= start && caller_pc < end)
sanitizer_coverage_libcdep.cc 103 uptr caller_pc);
114 void UpdateModuleNameVec(uptr caller_pc, uptr range_beg, uptr range_end);
180 void CovUpdateMapping(const char *path, uptr caller_pc = 0);
344 void CoverageData::UpdateModuleNameVec(uptr caller_pc, uptr range_beg,
349 const char *module_name = sym->GetModuleNameForPc(caller_pc);
360 uptr caller_pc) {
371 UpdateModuleNameVec(caller_pc, range_beg, range_end);
    [all...]
  /external/compiler-rt/include/sanitizer/
dfsan_interface.h 100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
103 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
dfsan_interface.h 100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
103 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
dfsan_interface.h 100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
103 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
dfsan_interface.h 100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
103 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/
dfsan_interface.h 100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
103 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
dfsan_interface.h 100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
103 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
dfsan_interface.h 100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
103 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
dfsan_interface.h 100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
103 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 115 uptr caller_pc = 0; local
117 caller_pc = GetCallerPC(stack_id, param->stack_depot_reverse_map);
118 // If caller_pc is unknown, this chunk may be allocated in a coroutine. Mark
120 if (caller_pc == 0 || linker->containsAddress(caller_pc)) {
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 413 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
417 uintptr_t PC = reinterpret_cast<uintptr_t>(caller_pc);
427 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
431 uintptr_t PC = reinterpret_cast<uintptr_t>(caller_pc);
443 void dfsan_weak_hook_strcmp(void *caller_pc, const char *s1, const char *s2,
446 uintptr_t PC = reinterpret_cast<uintptr_t>(caller_pc);
460 void __sanitizer_weak_hook_memcmp(void *caller_pc, const void *s1,
463 uintptr_t PC = reinterpret_cast<uintptr_t>(caller_pc);
471 void __sanitizer_weak_hook_strncmp(void *caller_pc, const char *s1,
474 uintptr_t PC = reinterpret_cast<uintptr_t>(caller_pc);
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
dfsan_interface.h 101 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
  /art/runtime/entrypoints/
entrypoint_utils.cc 268 uintptr_t caller_pc = *reinterpret_cast<uintptr_t*>( local
272 if (LIKELY(caller_pc != reinterpret_cast<uintptr_t>(GetQuickInstrumentationExitPc()))) {
274 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc);
277 uintptr_t native_pc_offset = current_code->NativeQuickPcOffset(caller_pc);
  /external/v8/src/
frames-inl.h 126 inline Address StandardFrame::caller_pc() const { function in class:v8::internal::StandardFrame
frames.h 504 inline Address caller_pc() const;
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 93 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_memcmp, uptr caller_pc,
127 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_strcmp, uptr caller_pc,
168 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_strncmp, uptr caller_pc,
    [all...]

Completed in 1783 milliseconds