Home
last modified time | relevance | path

Searched refs:exception_data (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/emulators/citra/citra-ac98458e0/src/core/hle/service/
H A Derr_f.cpp96 ExceptionData exception_data; // 0x20 member
190 for (u32 index = 0; index < errtype.exception_data.exception_context.arm_regs.size(); in ThrowFatalError()
194 errtype.exception_data.exception_context.arm_regs.at(index)); in ThrowFatalError()
197 errtype.exception_data.exception_context.arm_regs.at(index)); in ThrowFatalError()
200 errtype.exception_data.exception_context.arm_regs.at(index)); in ThrowFatalError()
203 errtype.exception_data.exception_context.arm_regs.at(index)); in ThrowFatalError()
210 GetExceptionType(errtype.exception_data.exception_info.exception_type)); in ThrowFatalError()
214 LOG_CRITICAL(Service_ERR, "r15: 0x{:08X}", errtype.exception_data.exception_info.ar); in ThrowFatalError()
222 errtype.exception_data.exception_info.fpinst); in ThrowFatalError()
224 errtype.exception_data.exception_info.fpinst); in ThrowFatalError()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/service/
H A Derr_f.cpp96 ExceptionData exception_data; // 0x20 member
190 for (u32 index = 0; index < errtype.exception_data.exception_context.arm_regs.size(); in ThrowFatalError()
194 errtype.exception_data.exception_context.arm_regs.at(index)); in ThrowFatalError()
197 errtype.exception_data.exception_context.arm_regs.at(index)); in ThrowFatalError()
200 errtype.exception_data.exception_context.arm_regs.at(index)); in ThrowFatalError()
203 errtype.exception_data.exception_context.arm_regs.at(index)); in ThrowFatalError()
210 GetExceptionType(errtype.exception_data.exception_info.exception_type)); in ThrowFatalError()
214 LOG_CRITICAL(Service_ERR, "r15: 0x{:08X}", errtype.exception_data.exception_info.ar); in ThrowFatalError()
222 errtype.exception_data.exception_info.fpinst); in ThrowFatalError()
224 errtype.exception_data.exception_info.fpinst); in ThrowFatalError()
[all …]
/dports/lang/ghc/ghc-8.10.7/rts/win32/
H A Dveh_excn.c96 long WINAPI __hs_exception_handler(struct _EXCEPTION_POINTERS *exception_data) in __hs_exception_handler() argument
105 if (exception_data in __hs_exception_handler()
106 && exception_data->ExceptionRecord in __hs_exception_handler()
110 switch (exception_data->ExceptionRecord->ExceptionCode) { in __hs_exception_handler()
123 if (exception_data->ExceptionRecord->NumberParameters < 2) in __hs_exception_handler()
130 what = exception_data->ExceptionRecord in __hs_exception_handler()
138 , (uintptr_t) exception_data in __hs_exception_handler()
156 generateStack (exception_data); in __hs_exception_handler()
157 generateDump (exception_data); in __hs_exception_handler()
171 long WINAPI __hs_exception_filter(struct _EXCEPTION_POINTERS *exception_data) in __hs_exception_filter() argument
[all …]
H A Dveh_excn.h65 long WINAPI __hs_exception_handler( struct _EXCEPTION_POINTERS *exception_data );
66 long WINAPI __hs_exception_filter(struct _EXCEPTION_POINTERS *exception_data);
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/bl31/
H A Dehf.c41 ((((unsigned) idx) << (7u - exception_data.pri_bits)) & 0x7fU)
45 ((exception_data.ehf_priorities[idx].ehf_handler & EHF_PRI_VALID_) != 0U)
51 extern const ehf_priorities_t exception_data;
58 idx = EHF_PRI_TO_IDX(priority, exception_data.pri_bits); in pri_to_idx()
59 assert(idx < exception_data.num_priorities); in pri_to_idx()
436 exception_data.ehf_priorities[idx].ehf_handler); in ehf_el3_interrupt_handler()
469 assert(exception_data.ehf_priorities != NULL); in ehf_init()
475 assert((exception_data.pri_bits >= 1U) || in ehf_init()
476 (exception_data.pri_bits < 8U)); in ehf_init()
506 assert(idx < exception_data.num_priorities); in ehf_register_priority_handler()
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/bl31/
H A Dehf.c41 ((((unsigned) idx) << (7u - exception_data.pri_bits)) & 0x7fU)
45 ((exception_data.ehf_priorities[idx].ehf_handler & EHF_PRI_VALID_) != 0U)
51 extern const ehf_priorities_t exception_data;
58 idx = EHF_PRI_TO_IDX(priority, exception_data.pri_bits); in pri_to_idx()
59 assert(idx < exception_data.num_priorities); in pri_to_idx()
436 exception_data.ehf_priorities[idx].ehf_handler); in ehf_el3_interrupt_handler()
469 assert(exception_data.ehf_priorities != NULL); in ehf_init()
475 assert((exception_data.pri_bits >= 1U) || in ehf_init()
476 (exception_data.pri_bits < 8U)); in ehf_init()
506 assert(idx < exception_data.num_priorities); in ehf_register_priority_handler()
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/bl31/
H A Dehf.c41 ((((unsigned) idx) << (7u - exception_data.pri_bits)) & 0x7fU)
45 ((exception_data.ehf_priorities[idx].ehf_handler & EHF_PRI_VALID_) != 0U)
51 extern const ehf_priorities_t exception_data;
58 idx = EHF_PRI_TO_IDX(priority, exception_data.pri_bits); in pri_to_idx()
59 assert(idx < exception_data.num_priorities); in pri_to_idx()
436 exception_data.ehf_priorities[idx].ehf_handler); in ehf_el3_interrupt_handler()
469 assert(exception_data.ehf_priorities != NULL); in ehf_init()
475 assert((exception_data.pri_bits >= 1U) || in ehf_init()
476 (exception_data.pri_bits < 8U)); in ehf_init()
506 assert(idx < exception_data.num_priorities); in ehf_register_priority_handler()
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/bl31/
H A Dehf.c41 ((((unsigned) idx) << (7u - exception_data.pri_bits)) & 0x7fU)
45 ((exception_data.ehf_priorities[idx].ehf_handler & EHF_PRI_VALID_) != 0U)
51 extern const ehf_priorities_t exception_data;
58 idx = EHF_PRI_TO_IDX(priority, exception_data.pri_bits); in pri_to_idx()
59 assert(idx < exception_data.num_priorities); in pri_to_idx()
436 exception_data.ehf_priorities[idx].ehf_handler); in ehf_el3_interrupt_handler()
469 assert(exception_data.ehf_priorities != NULL); in ehf_init()
475 assert((exception_data.pri_bits >= 1U) || in ehf_init()
476 (exception_data.pri_bits < 8U)); in ehf_init()
506 assert(idx < exception_data.num_priorities); in ehf_register_priority_handler()
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/bl31/
H A Dehf.c41 ((((unsigned) idx) << (7u - exception_data.pri_bits)) & 0x7fU)
45 ((exception_data.ehf_priorities[idx].ehf_handler & EHF_PRI_VALID_) != 0U)
51 extern const ehf_priorities_t exception_data;
58 idx = EHF_PRI_TO_IDX(priority, exception_data.pri_bits); in pri_to_idx()
59 assert(idx < exception_data.num_priorities); in pri_to_idx()
436 exception_data.ehf_priorities[idx].ehf_handler); in ehf_el3_interrupt_handler()
469 assert(exception_data.ehf_priorities != NULL); in ehf_init()
475 assert((exception_data.pri_bits >= 1U) || in ehf_init()
476 (exception_data.pri_bits < 8U)); in ehf_init()
506 assert(idx < exception_data.num_priorities); in ehf_register_priority_handler()
[all …]
/dports/lang/racket/racket-8.3/src/bc/gc2/
H A Dvm_osx.c264 exception_data_t exception_data, in GC_catch_exception_raise_state() argument
277 exception_data_t exception_data, in catch_exception_raise_state() argument
285 return GC_catch_exception_raise_state(port, exception_type, exception_data, in catch_exception_raise_state()
293 exception_type_t exception_type, exception_data_t exception_data, in GC_catch_exception_raise_state_identitity() argument
303 exception_type_t exception_type, exception_data_t exception_data, in catch_exception_raise_state_identitity() argument
309 exception_type, exception_data, in catch_exception_raise_state_identitity()
319 exception_data_t exception_data, in GC_catch_exception_raise() argument
325 if(exception_data[0] == KERN_PROTECTION_FAILURE) { in GC_catch_exception_raise()
328 p = (void*)exception_data[1]; in GC_catch_exception_raise()
355 exception_data_t exception_data, in catch_exception_raise() argument
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/gc2/
H A Dvm_osx.c264 exception_data_t exception_data, in GC_catch_exception_raise_state() argument
277 exception_data_t exception_data, in catch_exception_raise_state() argument
285 return GC_catch_exception_raise_state(port, exception_type, exception_data, in catch_exception_raise_state()
293 exception_type_t exception_type, exception_data_t exception_data, in GC_catch_exception_raise_state_identitity() argument
303 exception_type_t exception_type, exception_data_t exception_data, in catch_exception_raise_state_identitity() argument
309 exception_type, exception_data, in catch_exception_raise_state_identitity()
319 exception_data_t exception_data, in GC_catch_exception_raise() argument
325 if(exception_data[0] == KERN_PROTECTION_FAILURE) { in GC_catch_exception_raise()
328 p = (void*)exception_data[1]; in GC_catch_exception_raise()
355 exception_data_t exception_data, in catch_exception_raise() argument
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/crt/
H A Dcrt_handler.c189 _gnu_exception_handler (EXCEPTION_POINTERS *exception_data);
194 _gnu_exception_handler (EXCEPTION_POINTERS *exception_data) in _gnu_exception_handler() argument
201 if ((exception_data->ExceptionRecord->ExceptionCode & 0x20ffffff) == GCC_MAGIC) in _gnu_exception_handler()
203 if ((exception_data->ExceptionRecord->ExceptionFlags & EXCEPTION_NONCONTINUABLE) == 0) in _gnu_exception_handler()
208 switch (exception_data->ExceptionRecord->ExceptionCode) in _gnu_exception_handler()
288 action = (*__mingw_oldexcpt_handler)(exception_data); in _gnu_exception_handler()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/crt/
H A Dcrt_handler.c189 _gnu_exception_handler (EXCEPTION_POINTERS *exception_data);
194 _gnu_exception_handler (EXCEPTION_POINTERS *exception_data) in _gnu_exception_handler() argument
201 if ((exception_data->ExceptionRecord->ExceptionCode & 0x20ffffff) == GCC_MAGIC) in _gnu_exception_handler()
203 if ((exception_data->ExceptionRecord->ExceptionFlags & EXCEPTION_NONCONTINUABLE) == 0) in _gnu_exception_handler()
208 switch (exception_data->ExceptionRecord->ExceptionCode) in _gnu_exception_handler()
288 action = (*__mingw_oldexcpt_handler)(exception_data); in _gnu_exception_handler()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitaly_server/
H A Dsentry.rb47 … values.each { |exception_data| exception_data[:value] = sanitize_url(exception_data[:value]) }
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitaly_server/
H A Dsentry.rb47 … values.each { |exception_data| exception_data[:value] = sanitize_url(exception_data[:value]) }
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitaly_server/
H A Dsentry.rb47 … values.each { |exception_data| exception_data[:value] = sanitize_url(exception_data[:value]) }
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/goblin-0.0.24/src/pe/
H A Dmod.rs59 pub exception_data: Option<exception::ExceptionData<'a>>, field
79 let mut exception_data = None; in parse() localVariable
119 debug!("exception data: {:#?}", exception_data); in parse()
121exception_data = Some(exception::ExceptionData::parse(bytes, exception_table, &sections, file_alig… in parse()
139 exception_data, in parse()
/dports/textproc/py-docutils/docutils-0.17.1/test/test_parsers/test_rst/test_directives/
H A Dtest_tables.py38 unichr_exception = DocutilsTestSupport.exception_data(
67 null_bytes_exception = DocutilsTestSupport.exception_data(null_bytes)[0]
870 """ % DocutilsTestSupport.exception_data(int, u"y")[1][0]],
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/goblin-0.4.3/src/pe/
H A Dmod.rs60 pub exception_data: Option<exception::ExceptionData<'a>>, field
88 let mut exception_data = None; in parse_with_opts() localVariable
167 debug!("exception data: {:#?}", exception_data); in parse_with_opts()
171 exception_data = Some(exception::ExceptionData::parse_with_opts( in parse_with_opts()
196 exception_data, in parse_with_opts()
/dports/www/firefox/firefox-99.0/third_party/rust/goblin/src/pe/
H A Dmod.rs59 pub exception_data: Option<exception::ExceptionData<'a>>, field
79 let mut exception_data = None; in parse() localVariable
121 debug!("exception data: {:#?}", exception_data); in parse()
123exception_data = Some(exception::ExceptionData::parse(bytes, exception_table, &sections, file_alig… in parse()
142 exception_data, in parse()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/goblin/src/pe/
H A Dmod.rs59 pub exception_data: Option<exception::ExceptionData<'a>>, field
79 let mut exception_data = None; in parse() localVariable
121 debug!("exception data: {:#?}", exception_data); in parse()
123exception_data = Some(exception::ExceptionData::parse(bytes, exception_table, &sections, file_alig… in parse()
142 exception_data, in parse()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/goblin/src/pe/
H A Dmod.rs59 pub exception_data: Option<exception::ExceptionData<'a>>, field
79 let mut exception_data = None; in parse() localVariable
121 debug!("exception data: {:#?}", exception_data); in parse()
123exception_data = Some(exception::ExceptionData::parse(bytes, exception_table, &sections, file_alig… in parse()
142 exception_data, in parse()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/goblin/src/pe/
H A Dmod.rs59 pub exception_data: Option<exception::ExceptionData<'a>>, field
79 let mut exception_data = None; in parse() localVariable
121 debug!("exception data: {:#?}", exception_data); in parse()
123exception_data = Some(exception::ExceptionData::parse(bytes, exception_table, &sections, file_alig… in parse()
142 exception_data, in parse()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/goblin-0.3.1/src/pe/
H A Dmod.rs59 pub exception_data: Option<exception::ExceptionData<'a>>, field
82 let mut exception_data = None; in parse() localVariable
148 debug!("exception data: {:#?}", exception_data); in parse()
152 exception_data = Some(exception::ExceptionData::parse( in parse()
176 exception_data, in parse()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/goblin-0.4.2/src/pe/
H A Dmod.rs60 pub exception_data: Option<exception::ExceptionData<'a>>, field
88 let mut exception_data = None; in parse_with_opts() localVariable
167 debug!("exception data: {:#?}", exception_data); in parse_with_opts()
171 exception_data = Some(exception::ExceptionData::parse_with_opts( in parse_with_opts()
196 exception_data, in parse_with_opts()

12345678