Home
last modified time | relevance | path

Searched refs:__unw_get_reg (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libunwind/src/
H A DUnwindLevel1.c82 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
106 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
163 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
221 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
222 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
478 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
498 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp176 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
177 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
180 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
181 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
184 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
185 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
187 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libunwind/src/
H A DUnwindLevel1.c81 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
104 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
161 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
219 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
220 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
476 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
496 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp164 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
168 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
169 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
172 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
173 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
175 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libunwind/trunk/src/
H A DUnwindLevel1.c82 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
106 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
163 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
221 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
222 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
478 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
498 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp176 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
177 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
180 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
181 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
184 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
185 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
187 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libunwind/src/
H A DUnwindLevel1.c82 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
106 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
169 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
227 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
228 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
487 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
507 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp176 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
177 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
180 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
181 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
184 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
185 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
187 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/devel/llvm12/llvm-project-12.0.1.src/libunwind/src/
H A DUnwindLevel1.c81 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
104 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
161 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
219 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
220 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
476 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
496 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp164 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
168 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
169 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
172 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
173 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
175 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libunwind/src/
H A DUnwindLevel1.c81 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
104 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
161 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
219 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
220 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
476 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
496 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp164 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
168 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
169 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
172 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
173 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
175 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/lang/zig/zig-0.9.0/lib/libunwind/src/
H A DUnwindLevel1.c83 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
106 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
163 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
221 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
222 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
478 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
498 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp166 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
167 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
170 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
171 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
174 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
175 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
177 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/lang/zig-devel/zig-0.9.0/lib/libunwind/src/
H A DUnwindLevel1.c83 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
106 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
163 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
221 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
222 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
478 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
498 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp166 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
167 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
170 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
171 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
174 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
175 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
177 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libunwind/src/
H A DUnwindLevel1.c81 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
104 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
161 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
219 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
220 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
476 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
496 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp164 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
168 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
169 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
172 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
173 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
175 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libunwind/src/
H A DUnwindLevel1.c82 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
106 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
163 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
221 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
222 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
478 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
498 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp164 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
168 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
169 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
172 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
173 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
175 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/libunwind/src/
H A DUnwindLevel1.c81 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
104 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
161 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
219 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
220 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
476 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
496 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp164 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
168 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
169 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
172 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
173 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
175 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
/dports/devel/llvm13/llvm-project-13.0.1.src/libunwind/src/
H A DUnwindLevel1.c81 __unw_get_reg(cursor, UNW_REG_IP, &pc);
104 __unw_get_reg(cursor, UNW_REG_SP, &sp);
161 __unw_get_reg(cursor, UNW_REG_SP, &sp);
219 __unw_get_reg(cursor, UNW_REG_IP, &pc);
220 __unw_get_reg(cursor, UNW_REG_SP, &sp);
476 __unw_get_reg(cursor, index, &result);
496 __unw_get_reg(cursor, UNW_REG_IP, &result);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libunwind/src/
H A DUnwindLevel1.c115 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
139 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
199 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
260 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
261 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
524 __unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
544 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
H A DUnwind-seh.cpp164 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
168 __unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
169 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
172 __unw_get_reg(&cursor, UNW_AARCH64_X0, &retval); in _GCC_specific_handler()
173 __unw_get_reg(&cursor, UNW_AARCH64_X1, &exc->private_[3]); in _GCC_specific_handler()
175 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()

1234