Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dbuildsym.h262 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
H A Dcoffread.c965 new = push_context (depth, fcn_start_addr); in coff_symtab_read()
1050 push_context (++depth, tmpaddr); in coff_symtab_read()
H A Dbuildsym.c1047 push_context (int desc, CORE_ADDR valu) in push_context() function
H A Dxcoffread.c1264 new = push_context (0, fcn_start_addr + off); in read_xcoff_symtab()
1369 new = push_context (depth, in read_xcoff_symtab()
H A Ddbxread.c2757 new = push_context (desc, valu); in process_one_symbol()
3115 new = push_context (0, valu); in process_one_symbol()
H A Ddwarfread.c734 push_context (0, dip->at_low_pc); in read_lexical_block_scope()
1795 new = push_context (0, dip->at_low_pc); in read_func_scope()
H A Dhpread.c5267 new = push_context (0, valu); in hpread_process_one_debug_symbol()
5390 new = push_context (0, valu); in hpread_process_one_debug_symbol()
5540 new = push_context (desc, valu); in hpread_process_one_debug_symbol()
6052 new = push_context (desc, valu); in hpread_process_one_debug_symbol()
H A Ddwarf2read.c2921 new = push_context (0, lowpc); in read_func_scope()
2997 push_context (0, lowpc); in read_lexical_block_scope()
H A DChangeLog-1991917 (process_one_symbol): Use push_context and pop_context.
929 (push_context): New function for context stack nesting.
932 * buildsym.h (pop_context): Macro, paired with push_context.
H A DChangeLog-1998332 (push_context): Add symbols for parameters to the context_stack.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog2557 (push_context, pop_context): Remove.
6001 (push_context, pop_context): New static functions.
6009 (cp_genericize): Call push_context and pop_context.