Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dbuildsym.h262 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
Dcoffread.c962 new = push_context (depth, fcn_start_addr); in coff_symtab_read()
1047 push_context (++depth, tmpaddr); in coff_symtab_read()
Dbuildsym.c1048 push_context (int desc, CORE_ADDR valu) in push_context() function
Dxcoffread.c1264 new = push_context (0, fcn_start_addr + off); in read_xcoff_symtab()
1369 new = push_context (depth, in read_xcoff_symtab()
Ddwarfread.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()
Dhpread.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()
Ddbxread.c2783 new = push_context (desc, valu); in process_one_symbol()
3206 new = push_context (0, valu); in process_one_symbol()
Ddwarf2read.c2244 new = push_context (0, lowpc); in read_func_scope()
2320 push_context (0, lowpc); in read_lexical_block_scope()
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog2626 (push_context, pop_context): Remove.
6070 (push_context, pop_context): New static functions.
6078 (cp_genericize): Call push_context and pop_context.
/freebsd-12-stable/contrib/gcc/
DChangeLog-200524786 (push_context, pop_context): Remove static functions.
24787 (c_genericize): Don't call push_context or pop_context.
DChangeLog-200414876 * c-gimplify.c (push_context, pop_context, finish_bc_block):