Searched refs:push_context (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.h263 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
H A Dbuildsym.c1054 push_context (int desc, CORE_ADDR valu)
1047 push_context (int desc, CORE_ADDR valu) function
H A Dcoffread.c970 new = push_context (depth, fcn_start_addr);
1055 push_context (++depth, tmpaddr);
H A Ddbxread.c2767 new = push_context (desc, valu);
3125 new = push_context (0, valu);
H A Ddwarfread.c734 push_context (0, dip->at_low_pc);
1795 new = push_context (0, dip->at_low_pc);
H A Dxcoffread.c1269 new = push_context (0, fcn_start_addr + off);
1374 new = push_context (depth,
H A Dhpread.c5282 new = push_context (0, valu);
5405 new = push_context (0, valu);
5555 new = push_context (desc, valu);
6067 new = push_context (desc, valu);
H A Ddwarf2read.c2920 new = push_context (0, lowpc);
2996 push_context (0, lowpc);
/haiku-fatelf/src/bin/bash/
H A Dvariables.h289 extern void push_context __P((char *, int, HASH_TABLE *));
H A Dexecute_cmd.c3931 push_context (var->name, subshell, temporary_env);
3941 push_context (var->name, subshell, temporary_env); /* don't unwind-protect for subshells */
H A Dvariables.c3942 push_context (name, is_subshell, tempvars) function

Completed in 352 milliseconds