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

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbuildsym-legacy.h76 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
H A Dbuildsym-legacy.c185 push_context (int desc, CORE_ADDR valu)
188 return buildsym_compunit->push_context (desc, valu);
184 push_context (int desc, CORE_ADDR valu) function
H A Dbuildsym.h322 struct context_stack *push_context (int desc, CORE_ADDR valu);
413 /* The stack of contexts that are pushed by push_context and popped
H A Dxcoffread.c1295 newobj = push_context (0, fcn_start_addr + off);
1397 newobj = push_context (depth,
H A Ddbxread.c2506 push_context (desc, valu);
2847 newobj = push_context (0, valu);
H A Dcoffread.c1082 newobj = push_context (depth, fcn_start_addr);
1155 push_context (++depth, tmpaddr);
H A Dbuildsym.c1161 buildsym_compunit::push_context (int desc, CORE_ADDR valu)
1158 buildsym_compunit::push_context (int desc, CORE_ADDR valu) function in class:buildsym_compunit
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbuildsym-legacy.h78 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
H A Dbuildsym-legacy.c221 push_context (int desc, CORE_ADDR valu)
224 return buildsym_compunit->push_context (desc, valu);
220 push_context (int desc, CORE_ADDR valu) function
H A Dbuildsym.h270 struct context_stack *push_context (int desc, CORE_ADDR valu);
361 /* The stack of contexts that are pushed by push_context and popped
H A Dxcoffread.c1374 newobj = push_context (0, fcn_start_addr + off);
1476 newobj = push_context (depth,
H A Dcoffread.c1058 newobj = push_context (depth, fcn_start_addr);
1131 push_context (++depth, tmpaddr);
H A Ddbxread.c2452 push_context (desc, valu);
2794 newobj = push_context (0, valu);
H A Dbuildsym.c1226 buildsym_compunit::push_context (int desc, CORE_ADDR valu)
1221 buildsym_compunit::push_context (int desc, CORE_ADDR valu) function in class:buildsym_compunit
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c13614 newobj = cu->get_builder ()->push_context (0, lowpc);
13785 cu->get_builder ()->push_context (0, lowpc);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c12118 newobj = cu->get_builder ()->push_context (0, lowpc);
12289 cu->get_builder ()->push_context (0, lowpc);

Completed in 413 milliseconds