Home
last modified time | relevance | path

Searched refs:execute_cfa_program (Results 1 – 25 of 47) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dframe.c356 execute_cfa_program (struct dwarf2_fde *fde, const gdb_byte *insn_ptr, in execute_cfa_program() function
655 const gdb_byte *out = execute_cfa_program (&fde, insns, insn_end, gdbarch, in execute_cfa_program_test()
905 execute_cfa_program (fde, fde->cie->initial_instructions, in dwarf2_fetch_cfa_info()
913 execute_cfa_program (fde, fde->instructions, fde->end, gdbarch, pc, &fs, in dwarf2_fetch_cfa_info()
1025 execute_cfa_program (fde, fde->cie->initial_instructions, in dwarf2_frame_cache()
1044 instr = execute_cfa_program in dwarf2_frame_cache()
1060 execute_cfa_program (fde, instr, fde->end, gdbarch, in dwarf2_frame_cache()
/netbsd/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dframe.c356 execute_cfa_program (struct dwarf2_fde *fde, const gdb_byte *insn_ptr, in execute_cfa_program() function
655 const gdb_byte *out = execute_cfa_program (&fde, insns, insn_end, gdbarch, in execute_cfa_program_test()
905 execute_cfa_program (fde, fde->cie->initial_instructions, in dwarf2_fetch_cfa_info()
913 execute_cfa_program (fde, fde->instructions, fde->end, gdbarch, pc, &fs, in dwarf2_fetch_cfa_info()
1025 execute_cfa_program (fde, fde->cie->initial_instructions, in dwarf2_frame_cache()
1044 instr = execute_cfa_program in dwarf2_frame_cache()
1060 execute_cfa_program (fde, instr, fde->end, gdbarch, in dwarf2_frame_cache()
/netbsd/external/gpl3/gcc/dist/libgcc/config/cr16/
H A Dunwind-cr16.c918 execute_cfa_program (const unsigned char *insn_ptr, in execute_cfa_program() function
1212 execute_cfa_program (insn, end, context, fs); in uw_frame_state_for()
1236 execute_cfa_program (insn, end, context, fs); in uw_frame_state_for()
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2.c950 execute_cfa_program (const unsigned char *insn_ptr, in execute_cfa_program() function
1287 execute_cfa_program (insn, end, context, fs); in uw_frame_state_for()
1311 execute_cfa_program (insn, end, context, fs); in uw_frame_state_for()
H A DChangeLog3769 * unwind-dw2.c (execute_cfa_program): Only multiplexing
3792 (execute_cfa_program): Multiplex DW_CFA_GNU_window_save for
7512 (execute_cfa_program): Use it when storing to fs->regs.
7587 * unwind-dw2.c (execute_cfa_program): Avoid
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2.c950 execute_cfa_program (const unsigned char *insn_ptr, in execute_cfa_program() function
1287 execute_cfa_program (insn, end, context, fs); in uw_frame_state_for()
1311 execute_cfa_program (insn, end, context, fs); in uw_frame_state_for()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/cr16/
H A Dunwind-cr16.c918 execute_cfa_program (const unsigned char *insn_ptr, in execute_cfa_program() function
1212 execute_cfa_program (insn, end, context, fs); in uw_frame_state_for()
1236 execute_cfa_program (insn, end, context, fs); in uw_frame_state_for()
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20062180 * dwarf2-frame.c (execute_cfa_program): Handle val_offset,
2422 (execute_cfa_program): Add parameter eh_frame_p. Call
2425 execute_cfa_program.
H A DChangeLog-200765 * dwarf2-frame.c (execute_cfa_program): Call dwarf2_restore_rule
3135 * dwarf2-frame.c (read_reg, execute_cfa_program, dwarf2_frame_cache)
6012 * dwarf2-frame.c (read_reg,execute_cfa_program,dwarf2_frame_cache)
6357 * dwarf2-frame.c (execute_cfa_program): Likewise.
9850 * dwarf2-frame.c (execute_cfa_program): New support of
10299 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
H A DChangeLog-2005933 * dwarf2-frame.c (execute_cfa_program): Don't access past the
2398 (execute_cfa_program): Change first two arguments to `gdb_byte *'.
4465 * dwarf2-frame.c (execute_cfa_program): Implement
H A DChangeLog9713 (execute_cfa_program): Add text_offset parameter.
10821 * dwarf2-frame.c (execute_cfa_program): Use
12445 * dwarf2-frame.c (execute_cfa_program, dwarf2_frame_find_fde):
H A DChangeLog-20088495 (execute_cfa_program): Take this_frame.
9668 (execute_cfa_program): Add FDE parameter. Replace EH_FRAME_P
9673 execute_stack_op and execute_cfa_program.
H A DChangeLog-20045468 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
8978 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
13215 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
14228 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
H A DChangeLog-20179982 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
10020 * dwarf2-frame.c (execute_cfa_program): Update.
13773 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
H A DChangeLog-20112701 (execute_cfa_program): New function comment. Return INSN_PTR. Reset
10322 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
H A DChangeLog-20126743 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6789 (execute_cfa_program): Update to match API of leb128 functions.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20062180 * dwarf2-frame.c (execute_cfa_program): Handle val_offset,
2422 (execute_cfa_program): Add parameter eh_frame_p. Call
2425 execute_cfa_program.
H A DChangeLog-200765 * dwarf2-frame.c (execute_cfa_program): Call dwarf2_restore_rule
3135 * dwarf2-frame.c (read_reg, execute_cfa_program, dwarf2_frame_cache)
6012 * dwarf2-frame.c (read_reg,execute_cfa_program,dwarf2_frame_cache)
6357 * dwarf2-frame.c (execute_cfa_program): Likewise.
9850 * dwarf2-frame.c (execute_cfa_program): New support of
10299 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
H A DChangeLog-2005933 * dwarf2-frame.c (execute_cfa_program): Don't access past the
2398 (execute_cfa_program): Change first two arguments to `gdb_byte *'.
4465 * dwarf2-frame.c (execute_cfa_program): Implement
H A DChangeLog9713 (execute_cfa_program): Add text_offset parameter.
10821 * dwarf2-frame.c (execute_cfa_program): Use
12445 * dwarf2-frame.c (execute_cfa_program, dwarf2_frame_find_fde):
H A DChangeLog-20088495 (execute_cfa_program): Take this_frame.
9668 (execute_cfa_program): Add FDE parameter. Replace EH_FRAME_P
9673 execute_stack_op and execute_cfa_program.
H A DChangeLog-20045468 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
8978 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
13215 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
14228 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
H A DChangeLog-20179982 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
10020 * dwarf2-frame.c (execute_cfa_program): Update.
13773 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
H A DChangeLog-20112701 (execute_cfa_program): New function comment. Return INSN_PTR. Reset
10322 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
H A DChangeLog-20126743 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6789 (execute_cfa_program): Update to match API of leb128 functions.

12