Home
last modified time | relevance | path

Searched defs:stack_mark (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads.h223 gpointer stack_mark; member
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/include/
H A Dundname.h562 unsigned stack_mark = sym->stack.num; in get_template_name() local
/dports/devel/bloaty/bloaty-1.1/third_party/demumble/third_party/wine/
H A Dundname.c593 unsigned stack_mark = sym->stack.num; in get_template_name() local
/dports/lang/yap/yap-6.2.2/library/tries/
H A Dcore_tries.c787 YAP_Term get_entry(TrNode node, YAP_Term *stack_mark, TrNode *cur_node) { in get_entry()