Home
last modified time | relevance | path

Searched defs:callframe (Results 1 – 5 of 5) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/
H A Dframe.h200 struct callframe { struct
201 __register_t cf_sp;
202 __register_t cf_lr;
203 __register_t cf_r30;
204 __register_t cf_r31;
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/src/common/
H A Dhelper.ts35 for (const callframe of exceptionDetails.stackTrace.callFrames) { constant
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/common/
H A Dhelper.ts38 for (const callframe of exceptionDetails.stackTrace.callFrames) { constant
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/src/common/
H A Dhelper.ts35 for (const callframe of exceptionDetails.stackTrace.callFrames) { constant
/dports/security/py-angr/angr-9.0.5405/angr/state_plugins/
H A Dcallstack.py378 def __init__(self, callstack_hash, callstack_depth, action, callframe=None, ret_site_addr=None): argument