/dports/devel/elfutils/elfutils-0.179/libdwfl/ |
H A D | frame_unwind.c | 519 Dwfl_Frame *unwound; in new_unwound() local 520 unwound = malloc (sizeof (*unwound) + sizeof (*unwound->regs) * nregs); in new_unwound() 523 state->unwound = unwound; in new_unwound() 525 unwound->unwound = NULL; in new_unwound() 529 memset (unwound->regs_set, 0, sizeof (unwound->regs_set)); in new_unwound() 530 return unwound; in new_unwound() 549 if (unwound == NULL) in handle_cfi() 639 &unwound->pc)) in handle_cfi() 675 Dwfl_Frame *unwound = state->unwound; in setfunc() local 716 if (state->unwound) in __libdwfl_frame_unwind() [all …]
|
H A D | dwfl_frame.c | 78 Dwfl_Frame *next = state->unwound; in free_states() 87 assert (thread->unwound == NULL); in state_alloc() 101 thread->unwound = state; in state_alloc() 102 state->unwound = NULL; in state_alloc() 269 thread.unwound = NULL; in INTDEF() 286 assert (thread.unwound == NULL); in INTDEF() 339 thread.unwound = NULL; in getthread() 412 free_states (thread->unwound); in INTDEF() 413 thread->unwound = NULL; in INTDEF() 416 Dwfl_Frame *state = thread->unwound; in INTDEF() [all …]
|
H A D | dwfl_frame_regs.c | 39 Dwfl_Frame *state = thread->unwound; in dwfl_thread_state_registers() 40 assert (state && state->unwound == NULL); in dwfl_thread_state_registers() 55 Dwfl_Frame *state = thread->unwound; in INTDEF() 56 assert (state && state->unwound == NULL); in INTDEF()
|
H A D | dwfl_frame_pc.c | 55 if (state->unwound == NULL in dwfl_frame_pc() 56 || state->unwound->pc_state != DWFL_FRAME_STATE_PC_SET) in dwfl_frame_pc() 59 *isactivation = state->unwound->signal_frame; in dwfl_frame_pc()
|
/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/ |
H A D | test_stack.R | 42 env$unwound <- NULL 50 expect_true(indicator$unwound) 62 expect_true(indicator$unwound) 71 checkUnwound(indicator$unwound) 78 checkUnwound(indicator$unwound) 87 checkUnwound(indicator$unwound) 93 expect_true(indicator$unwound) 114 checkUnwound(indicator1$unwound) 115 checkUnwound(indicator2$unwound) 128 checkUnwound(indicator1$unwound) [all …]
|
/dports/lang/v8/v8-9.6.180.12/test/cctest/ |
H A D | test-unwinder-code-pages.cc | 136 CHECK(!unwound); in TEST() 179 CHECK(unwound); in TEST() 234 CHECK(unwound); in TEST() 322 CHECK(unwound); in TEST() 370 CHECK(!unwound); in TEST() 383 CHECK(!unwound); in TEST() 435 CHECK(unwound); in TEST() 465 CHECK(!unwound); in TEST() 505 unwound = in TEST() 508 CHECK(unwound); in TEST() [all …]
|
/dports/biology/jalview/jalview/test/jalview/commands/ |
H A D | EditCommandTest.java | 587 Map<SequenceI, SequenceI> unwound = command.priorState(false); in testPriorState_multipleInserts() local 588 assertEquals("ABCDEF", unwound.get(ds).getSequenceAsString()); in testPriorState_multipleInserts() 612 Map<SequenceI, SequenceI> unwound = command.priorState(false); in testPriorState_removeAllGaps() local 613 assertEquals("A-B-C", unwound.get(ds).getSequenceAsString()); in testPriorState_removeAllGaps() 630 Map<SequenceI, SequenceI> unwound = command.priorState(false); in testPriorState_singleDelete() local 648 Map<SequenceI, SequenceI> unwound = command.priorState(false); in testPriorState_singleInsert() local 649 SequenceI prior = unwound.get(ds); in testPriorState_singleInsert() 672 SequenceI prior = unwound.get(seq.getDatasetSequence()); in testPriorState_singleInsertWithOffset() 782 assertEquals(ds1, unwound.get(ds1).getDatasetSequence()); in testPriorState_removeGappedCols() 783 assertEquals(ds2, unwound.get(ds2).getDatasetSequence()); in testPriorState_removeGappedCols() [all …]
|
/dports/lang/racket/racket-8.3/share/pkgs/htdp-lib/stepper/private/ |
H A D | macro-unwind.rkt | 100 [unwound-body (unwind #`rhs settings)]) 101 #`(set! unwound-var unwound-body))] 139 (let ([unwound (unwind #`letrec-term settings)]) 140 (syntax-case unwound (letrec lambda) 146 unwound 148 [else #`(#,unwound new-argval ...)]))))) 159 [unwound-body (unwind #'body settings)] 165 unwound-body #f 171 unwound-body 184 #,unwound-body)))] [all …]
|
H A D | model.rkt | 372 (define lhs-unwound 375 (for ([x (in-list lhs-unwound)]) 405 (define rhs-unwound 408 (for ([x (in-list rhs-unwound)]) 411 rhs-unwound) 451 (define lhs-unwound 454 (define rhs-unwound 457 (for ([x (in-list lhs-unwound)]) 460 (for ([x (in-list rhs-unwound)]) 463 (send-step lhs-unwound new-finished-list [all …]
|
/dports/textproc/uim-gtk/sigscheme-beb8fbd/src/ |
H A D | continuation.c | 178 ScmObj frame, unwound, retpath; in enter_dynamic_extent() local 182 unwound = dest; in enter_dynamic_extent() 183 while (!NULLP(unwound) && !EQ(unwound, l_current_dynamic_extent)) { in enter_dynamic_extent() 184 frame = POP(unwound); in enter_dynamic_extent()
|
/dports/textproc/uim-gtk3/sigscheme-beb8fbd/src/ |
H A D | continuation.c | 178 ScmObj frame, unwound, retpath; in enter_dynamic_extent() local 182 unwound = dest; in enter_dynamic_extent() 183 while (!NULLP(unwound) && !EQ(unwound, l_current_dynamic_extent)) { in enter_dynamic_extent() 184 frame = POP(unwound); in enter_dynamic_extent()
|
/dports/textproc/uim-gtk/uim-d1ac9d9/sigscheme/src/ |
H A D | continuation.c | 178 ScmObj frame, unwound, retpath; in enter_dynamic_extent() local 182 unwound = dest; in enter_dynamic_extent() 183 while (!NULLP(unwound) && !EQ(unwound, l_current_dynamic_extent)) { in enter_dynamic_extent() 184 frame = POP(unwound); in enter_dynamic_extent()
|
/dports/textproc/uim-qt5/sigscheme-beb8fbd/src/ |
H A D | continuation.c | 178 ScmObj frame, unwound, retpath; in enter_dynamic_extent() local 182 unwound = dest; in enter_dynamic_extent() 183 while (!NULLP(unwound) && !EQ(unwound, l_current_dynamic_extent)) { in enter_dynamic_extent() 184 frame = POP(unwound); in enter_dynamic_extent()
|
/dports/textproc/uim-qt5/uim-d1ac9d9/sigscheme/src/ |
H A D | continuation.c | 178 ScmObj frame, unwound, retpath; in enter_dynamic_extent() local 182 unwound = dest; in enter_dynamic_extent() 183 while (!NULLP(unwound) && !EQ(unwound, l_current_dynamic_extent)) { in enter_dynamic_extent() 184 frame = POP(unwound); in enter_dynamic_extent()
|
/dports/textproc/uim-m17nlib/uim-d1ac9d9/sigscheme/src/ |
H A D | continuation.c | 178 ScmObj frame, unwound, retpath; in enter_dynamic_extent() local 182 unwound = dest; in enter_dynamic_extent() 183 while (!NULLP(unwound) && !EQ(unwound, l_current_dynamic_extent)) { in enter_dynamic_extent() 184 frame = POP(unwound); in enter_dynamic_extent()
|
/dports/textproc/uim-m17nlib/sigscheme-beb8fbd/src/ |
H A D | continuation.c | 178 ScmObj frame, unwound, retpath; in enter_dynamic_extent() local 182 unwound = dest; in enter_dynamic_extent() 183 while (!NULLP(unwound) && !EQ(unwound, l_current_dynamic_extent)) { in enter_dynamic_extent() 184 frame = POP(unwound); in enter_dynamic_extent()
|
/dports/textproc/uim-gtk3/uim-d1ac9d9/sigscheme/src/ |
H A D | continuation.c | 178 ScmObj frame, unwound, retpath; in enter_dynamic_extent() local 182 unwound = dest; in enter_dynamic_extent() 183 while (!NULLP(unwound) && !EQ(unwound, l_current_dynamic_extent)) { in enter_dynamic_extent() 184 frame = POP(unwound); in enter_dynamic_extent()
|
/dports/japanese/uim-anthy/sigscheme-beb8fbd/src/ |
H A D | continuation.c | 178 ScmObj frame, unwound, retpath; in enter_dynamic_extent() local 182 unwound = dest; in enter_dynamic_extent() 183 while (!NULLP(unwound) && !EQ(unwound, l_current_dynamic_extent)) { in enter_dynamic_extent() 184 frame = POP(unwound); in enter_dynamic_extent()
|
/dports/japanese/uim-anthy/uim-d1ac9d9/sigscheme/src/ |
H A D | continuation.c | 178 ScmObj frame, unwound, retpath; in enter_dynamic_extent() local 182 unwound = dest; in enter_dynamic_extent() 183 while (!NULLP(unwound) && !EQ(unwound, l_current_dynamic_extent)) { in enter_dynamic_extent() 184 frame = POP(unwound); in enter_dynamic_extent()
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/ |
H A D | JitActivation.cpp | 228 bool unwound; in startWasmTrap() local 230 MOZ_RELEASE_ASSERT(wasm::StartUnwinding(state, &unwindState, &unwound)); in startWasmTrap() 231 MOZ_ASSERT(unwound == (trap == wasm::Trap::IndirectCallBadSig)); in startWasmTrap() 241 if (unwound) { in startWasmTrap()
|
/dports/www/firefox/firefox-99.0/js/src/vm/ |
H A D | JitActivation.cpp | 228 bool unwound; in startWasmTrap() local 230 MOZ_RELEASE_ASSERT(wasm::StartUnwinding(state, &unwindState, &unwound)); in startWasmTrap() 231 MOZ_ASSERT(unwound == (trap == wasm::Trap::IndirectCallBadSig)); in startWasmTrap() 241 if (unwound) { in startWasmTrap()
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/ |
H A D | JitActivation.cpp | 228 bool unwound; in startWasmTrap() local 230 MOZ_RELEASE_ASSERT(wasm::StartUnwinding(state, &unwindState, &unwound)); in startWasmTrap() 231 MOZ_ASSERT(unwound == (trap == wasm::Trap::IndirectCallBadSig)); in startWasmTrap() 241 if (unwound) { in startWasmTrap()
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/ |
H A D | JitActivation.cpp | 228 bool unwound; in startWasmTrap() local 230 MOZ_RELEASE_ASSERT(wasm::StartUnwinding(state, &unwindState, &unwound)); in startWasmTrap() 231 MOZ_ASSERT(unwound == (trap == wasm::Trap::IndirectCallBadSig)); in startWasmTrap() 241 if (unwound) { in startWasmTrap()
|
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/tic6x/ |
H A D | unwind-bad-2.l | 12 [^:]*:91: Error: unwound stack pointer not doubleword aligned 14 [^:]*:110: Error: unwound frame has negative size
|
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/tic6x/ |
H A D | unwind-bad-2.l | 12 [^:]*:91: Error: unwound stack pointer not doubleword aligned 14 [^:]*:110: Error: unwound frame has negative size
|