Searched refs:push_context (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | buildsym.h | 262 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
|
| H A D | coffread.c | 965 new = push_context (depth, fcn_start_addr); in coff_symtab_read() 1050 push_context (++depth, tmpaddr); in coff_symtab_read()
|
| H A D | buildsym.c | 1047 push_context (int desc, CORE_ADDR valu) in push_context() function
|
| H A D | xcoffread.c | 1264 new = push_context (0, fcn_start_addr + off); in read_xcoff_symtab() 1369 new = push_context (depth, in read_xcoff_symtab()
|
| H A D | dbxread.c | 2757 new = push_context (desc, valu); in process_one_symbol() 3115 new = push_context (0, valu); in process_one_symbol()
|
| H A D | dwarfread.c | 734 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 D | hpread.c | 5267 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 D | dwarf2read.c | 2921 new = push_context (0, lowpc); in read_func_scope() 2997 push_context (0, lowpc); in read_lexical_block_scope()
|
| H A D | ChangeLog-1991 | 917 (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 D | ChangeLog-1998 | 332 (push_context): Add symbols for parameters to the context_stack.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog | 2557 (push_context, pop_context): Remove. 6001 (push_context, pop_context): New static functions. 6009 (cp_genericize): Call push_context and pop_context.
|