Home | History | Annotate | Download | only in gdb

Lines Matching defs:prologue

31 #include "prologue-value.h"
1003 /* Prologue analysis. */
1024 /* The architecture for which we generated this prologue info. */
1064 /* Processor state, for the prologue analyzer. */
1437 should be included in the prologue, if possible.
1519 struct m32c_prologue *prologue = (struct m32c_prologue *) prologue_untyped;
1520 struct gdbarch *arch = prologue->arch;
1544 prologue->reg_offset[value.reg]
1547 prologue->reg_offset[value.reg] = addr.k;
1553 /* Analyze the function prologue for ARCH at START, going no further
1555 PROLOGUE. */
1559 struct m32c_prologue *prologue)
1584 memset (prologue, 0, sizeof (*prologue));
1585 prologue->arch = arch;
1589 prologue->reg_offset[i] = 1;
1771 declare the prologue finished. However, there are some
1776 prologue should definitely end before that.
1780 teardown sequence, and the prologue should end before
1804 prologue->kind = prologue_first_frame;
1810 prologue->kind = prologue_with_frame_ptr;
1811 prologue->frame_ptr_offset = st.fb.k;
1819 prologue->kind = prologue_sans_frame_ptr;
1820 prologue->frame_size = st.sp.k;
1826 prologue->kind = prologue_first_frame;
1829 st.stack->scan (check_for_saved, (void *) prologue);
1831 prologue->prologue_end = after_last_frame_related_insn;
1846 /* Find end by prologue analysis. */
1872 just initialize the prologue cache, but don't do anything. */
1897 the SP plus static information like prologue analysis to find the
1921 gdb_assert_not_reached ("unexpected prologue kind");
1952 /* If prologue analysis says we saved this register somewhere,
1965 "m32c prologue",
2630 /* Prologue analysis and unwinding. */
2637 know which, but I do know that the prologue analyzer works better.