Home
last modified time | relevance | path

Searched refs:return_address (Results 151 – 175 of 1036) sorted by relevance

12345678910>>...42

/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/include/asm/
H A Dftrace.h45 extern void *return_address(unsigned int);
76 #define ftrace_return_address(n) return_address(n)
/dports/games/spring/spring_98.0/rts/System/Sync/
H A Dbacktrace.c18 void *__unbounded return_address; member
107 array[cnt++] = current->return_address; in backtrace()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DbarrierSetNMethod.cpp51 address return_address = *return_address_ptr; in nmethod_stub_entry_barrier() local
52 CodeBlob* cb = CodeCache::find_blob(return_address); in nmethod_stub_entry_barrier()
/dports/devel/glog/glog-0.5.0/src/
H A Dsymbolize_unittest.cc354 void *return_address = __builtin_return_address(0); in TestWithReturnAddress() local
355 const char *symbol = TrySymbolize(return_address); in TestWithReturnAddress()
385 void *return_address = in TestWithReturnAddress() local
392 const char *symbol = TrySymbolize(return_address); in TestWithReturnAddress()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DbarrierSetNMethod.cpp53 address return_address = *return_address_ptr; in nmethod_stub_entry_barrier() local
54 CodeBlob* cb = CodeCache::find_blob(return_address); in nmethod_stub_entry_barrier()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DbarrierSetNMethod.cpp51 address return_address = *return_address_ptr; in nmethod_stub_entry_barrier() local
52 CodeBlob* cb = CodeCache::find_blob(return_address); in nmethod_stub_entry_barrier()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DbarrierSetNMethod.cpp53 address return_address = *return_address_ptr; in nmethod_stub_entry_barrier() local
54 CodeBlob* cb = CodeCache::find_blob(return_address); in nmethod_stub_entry_barrier()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DbarrierSetNMethod.cpp51 address return_address = *return_address_ptr; in nmethod_stub_entry_barrier() local
52 CodeBlob* cb = CodeCache::find_blob(return_address); in nmethod_stub_entry_barrier()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DbarrierSetNMethod.cpp56 address return_address = *return_address_ptr; in nmethod_stub_entry_barrier() local
57 CodeBlob* cb = CodeCache::find_blob(return_address); in nmethod_stub_entry_barrier()
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/scripts/
H A Dgdb.py112 return_address: gdb.Value
118 return_address=get_field(addr, 1),
263 addrs.append(normal_stack_frame.return_address)
386 func_name = get_func_name(stack_frame.return_address)
387 file_name, line = get_file_name_and_line(stack_frame.return_address)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dsidestep_resolver.cc195 void* return_address) { in IsInternalCall() argument
197 DCHECK_NT(return_address); in IsInternalCall()
200 if (pe.GetImageSectionFromAddr(return_address)) in IsInternalCall()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dsidestep_resolver.cc194 void* return_address) { in IsInternalCall() argument
196 DCHECK_NT(return_address); in IsInternalCall()
199 if (pe.GetImageSectionFromAddr(return_address)) in IsInternalCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dsidestep_resolver.cc195 void* return_address) { in IsInternalCall() argument
197 DCHECK_NT(return_address); in IsInternalCall()
200 if (pe.GetImageSectionFromAddr(return_address)) in IsInternalCall()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dnmk004.c37 /* C229-C22A */ UINT16 return_address[16]; /* return address when control table calls a subtable*/ member
60 /* C043-C044 */ UINT16 return_address[16]; /* return address when control table calls a subtable*/ member
82 /* C1C3-C1C4 */ UINT16 return_address[16]; /* return address when control table calls a subtable*/ member
251 effects->return_address[effects->return_address_depth++] = effects->current + 2; in effects_update()
256 effects->current = effects->return_address[--effects->return_address_depth]; in effects_update()
404 fm->return_address[fm->return_address_depth++] = fm->current + 2; in fm_update()
409 fm->current = fm->return_address[--fm->return_address_depth]; in fm_update()
772 psg->return_address[psg->return_address_depth++] = psg->current + 2; in psg_update()
777 psg->current = psg->return_address[--psg->return_address_depth]; in psg_update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Target/
H A DThreadPlanStepOut.cpp100 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
104 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
115 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
116 return_address, range); in ThreadPlanStepOut()
120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp102 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
106 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
117 return_address = in ThreadPlanStepOut()
119 return_address, range); in ThreadPlanStepOut()
124 return_address.GetLoadAddress(&m_thread.GetProcess()->GetTarget()); in ThreadPlanStepOut()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Target/
H A DThreadPlanStepOut.cpp100 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
104 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
115 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
116 return_address, range); in ThreadPlanStepOut()
120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DThreadPlanStepOut.cpp100 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
104 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
115 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
116 return_address, range); in ThreadPlanStepOut()
120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Target/
H A DThreadPlanStepOut.cpp100 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
104 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
115 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
116 return_address, range); in ThreadPlanStepOut()
120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp100 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
104 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
115 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
116 return_address, range); in ThreadPlanStepOut()
120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Target/
H A DThreadPlanStepOut.cpp100 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
104 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
115 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
116 return_address, range); in ThreadPlanStepOut()
120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Target/
H A DThreadPlanStepOut.cpp100 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
104 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
115 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
116 return_address, range); in ThreadPlanStepOut()
120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Target/
H A DThreadPlanStepOut.cpp100 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
104 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
115 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
116 return_address, range); in ThreadPlanStepOut()
120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Target/
H A DThreadPlanStepOut.cpp100 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
104 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
115 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
116 return_address, range); in ThreadPlanStepOut()
120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/include/asm/
H A Dstacktrace.h94 unsigned long return_address; member
99 u32 return_address; member

12345678910>>...42