Home
last modified time | relevance | path

Searched refs:mcontext (Results 1 – 25 of 846) sorted by relevance

12345678910>>...34

/dports/lang/v8/v8-9.6.180.12/src/libsampler/
H A Dsampler.cc378 mcontext_t& mcontext = ucontext->uc_mcontext; in FillRegisterState() local
398 state->pc = reinterpret_cast<void*>(mcontext.arm_pc); in FillRegisterState()
399 state->sp = reinterpret_cast<void*>(mcontext.arm_sp); in FillRegisterState()
400 state->fp = reinterpret_cast<void*>(mcontext.arm_fp); in FillRegisterState()
401 state->lr = reinterpret_cast<void*>(mcontext.arm_lr); in FillRegisterState()
404 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
405 state->sp = reinterpret_cast<void*>(mcontext.sp); in FillRegisterState()
411 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
415 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
419 state->pc = reinterpret_cast<void*>(mcontext.__pc); in FillRegisterState()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/libsampler/
H A Dsampler.cc378 mcontext_t& mcontext = ucontext->uc_mcontext; in FillRegisterState() local
398 state->pc = reinterpret_cast<void*>(mcontext.arm_pc); in FillRegisterState()
399 state->sp = reinterpret_cast<void*>(mcontext.arm_sp); in FillRegisterState()
400 state->fp = reinterpret_cast<void*>(mcontext.arm_fp); in FillRegisterState()
401 state->lr = reinterpret_cast<void*>(mcontext.arm_lr); in FillRegisterState()
404 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
405 state->sp = reinterpret_cast<void*>(mcontext.sp); in FillRegisterState()
411 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
415 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
474 state->pc = reinterpret_cast<void*>(mcontext.mc_eip); in FillRegisterState()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/libsampler/
H A Dsampler.cc378 mcontext_t& mcontext = ucontext->uc_mcontext; in FillRegisterState() local
398 state->pc = reinterpret_cast<void*>(mcontext.arm_pc); in FillRegisterState()
399 state->sp = reinterpret_cast<void*>(mcontext.arm_sp); in FillRegisterState()
400 state->fp = reinterpret_cast<void*>(mcontext.arm_fp); in FillRegisterState()
401 state->lr = reinterpret_cast<void*>(mcontext.arm_lr); in FillRegisterState()
404 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
405 state->sp = reinterpret_cast<void*>(mcontext.sp); in FillRegisterState()
411 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
415 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
481 state->pc = reinterpret_cast<void*>(mcontext.mc_eip); in FillRegisterState()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/libsampler/
H A Dsampler.cc460 mcontext_t& mcontext = ucontext->uc_mcontext; in FillRegisterState() local
479 state->pc = reinterpret_cast<void*>(mcontext.arm_pc); in FillRegisterState()
480 state->sp = reinterpret_cast<void*>(mcontext.arm_sp); in FillRegisterState()
481 state->fp = reinterpret_cast<void*>(mcontext.arm_fp); in FillRegisterState()
484 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
485 state->sp = reinterpret_cast<void*>(mcontext.sp); in FillRegisterState()
489 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
493 state->pc = reinterpret_cast<void*>(mcontext.pc); in FillRegisterState()
545 state->pc = reinterpret_cast<void*>(mcontext.mc_eip); in FillRegisterState()
546 state->sp = reinterpret_cast<void*>(mcontext.mc_esp); in FillRegisterState()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/minidump_writer_linux/src/thread_info/
H A Dthread_info_mips.rs13 pub mcontext: libc::mcontext_t, field
18 self.mcontext.pc in get_instruction_pointer()
30 out.mdhi = self.mcontext.mdhi; in fill_cpu_context()
31 out.mdlo = self.mcontext.mdlo; in fill_cpu_context()
34 out.hi[0] = self.mcontext.hi1; in fill_cpu_context()
35 out.lo[0] = self.mcontext.lo1; in fill_cpu_context()
36 out.hi[1] = self.mcontext.hi2; in fill_cpu_context()
37 out.lo[1] = self.mcontext.lo2; in fill_cpu_context()
38 out.hi[2] = self.mcontext.hi3; in fill_cpu_context()
39 out.lo[2] = self.mcontext.lo3; in fill_cpu_context()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/minidump_writer_linux/src/thread_info/
H A Dthread_info_mips.rs13 pub mcontext: libc::mcontext_t, field
18 self.mcontext.pc in get_instruction_pointer()
30 out.mdhi = self.mcontext.mdhi; in fill_cpu_context()
31 out.mdlo = self.mcontext.mdlo; in fill_cpu_context()
34 out.hi[0] = self.mcontext.hi1; in fill_cpu_context()
35 out.lo[0] = self.mcontext.lo1; in fill_cpu_context()
36 out.hi[1] = self.mcontext.hi2; in fill_cpu_context()
37 out.lo[1] = self.mcontext.lo2; in fill_cpu_context()
38 out.hi[2] = self.mcontext.hi3; in fill_cpu_context()
39 out.lo[2] = self.mcontext.lo3; in fill_cpu_context()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/minidump_writer_linux/src/thread_info/
H A Dthread_info_mips.rs13 pub mcontext: libc::mcontext_t, field
18 self.mcontext.pc in get_instruction_pointer()
30 out.mdhi = self.mcontext.mdhi; in fill_cpu_context()
31 out.mdlo = self.mcontext.mdlo; in fill_cpu_context()
34 out.hi[0] = self.mcontext.hi1; in fill_cpu_context()
35 out.lo[0] = self.mcontext.lo1; in fill_cpu_context()
36 out.hi[1] = self.mcontext.hi2; in fill_cpu_context()
37 out.lo[1] = self.mcontext.lo2; in fill_cpu_context()
38 out.hi[2] = self.mcontext.hi3; in fill_cpu_context()
39 out.lo[2] = self.mcontext.lo3; in fill_cpu_context()
[all …]
/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2_context.c183 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
187 return mcontext; in pcre2_match_context_create()
224 mcontext->memctl.memory_data); in pcre2_match_context_copy()
256 if (mcontext != NULL) in pcre2_match_context_free()
257 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
338 mcontext->callout = callout; in pcre2_set_callout()
339 mcontext->callout_data = callout_data; in pcre2_set_callout()
346 mcontext->match_limit = limit; in pcre2_set_match_limit()
353 mcontext->recursion_limit = limit; in pcre2_set_recursion_limit()
364 mcontext->stack_memctl.free = myfree; in pcre2_set_recursion_memory_management()
[all …]
/dports/lang/php81/php-8.1.1/ext/pcre/pcre2lib/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/shells/fish/fish-3.3.1/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/pcre/pcre2lib/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/lang/php80/php-8.0.15/ext/pcre/pcre2lib/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]
/dports/lang/php74/php-7.4.27/ext/pcre/pcre2lib/
H A Dpcre2_context.c186 if (mcontext == NULL) return NULL; in pcre2_match_context_create()
190 return mcontext; in pcre2_match_context_create()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
300 if (mcontext != NULL) in pcre2_match_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
403 mcontext->callout = callout; in pcre2_set_callout()
421 mcontext->heap_limit = limit; in pcre2_set_heap_limit()
428 mcontext->match_limit = limit; in pcre2_set_match_limit()
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
[all …]

12345678910>>...34