Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDbuildsym.h262 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
HDcoffread.c962 new = push_context (depth, fcn_start_addr); in coff_symtab_read()
1047 push_context (++depth, tmpaddr); in coff_symtab_read()
HDbuildsym.c1048 push_context (int desc, CORE_ADDR valu) in push_context() function
HDxcoffread.c1264 new = push_context (0, fcn_start_addr + off); in read_xcoff_symtab()
1369 new = push_context (depth, in read_xcoff_symtab()
HDdwarfread.c723 push_context (0, dip->at_low_pc); in read_lexical_block_scope()
1790 new = push_context (0, dip->at_low_pc); in read_func_scope()
HDhpread.c5273 new = push_context (0, valu); in hpread_process_one_debug_symbol()
5396 new = push_context (0, valu); in hpread_process_one_debug_symbol()
5546 new = push_context (desc, valu); in hpread_process_one_debug_symbol()
6059 new = push_context (desc, valu); in hpread_process_one_debug_symbol()
HDdbxread.c2783 new = push_context (desc, valu); in process_one_symbol()
3206 new = push_context (0, valu); in process_one_symbol()
HDdwarf2read.c2244 new = push_context (0, lowpc); in read_func_scope()
2320 push_context (0, lowpc); in read_lexical_block_scope()
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog2626 (push_context, pop_context): Remove.
6070 (push_context, pop_context): New static functions.
6078 (cp_genericize): Call push_context and pop_context.
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200524786 (push_context, pop_context): Remove static functions.
24787 (c_genericize): Don't call push_context or pop_context.
HDChangeLog-200414876 * c-gimplify.c (push_context, pop_context, finish_bc_block):