Searched refs:execute_dwarf_cfa_vendor_op (Results 1 – 3 of 3) sorted by relevance
171 …gdbarch_execute_dwarf_cfa_vendor_op_ftype *execute_dwarf_cfa_vendor_op = default_execute_dwarf_cfa… member1004 host_address_to_string (gdbarch->execute_dwarf_cfa_vendor_op)); in gdbarch_dump()3664 gdb_assert (gdbarch->execute_dwarf_cfa_vendor_op != NULL); in gdbarch_execute_dwarf_cfa_vendor_op()3667 return gdbarch->execute_dwarf_cfa_vendor_op (gdbarch, op, fs); in gdbarch_execute_dwarf_cfa_vendor_op()3672 … gdbarch_execute_dwarf_cfa_vendor_op_ftype execute_dwarf_cfa_vendor_op) in set_gdbarch_execute_dwarf_cfa_vendor_op() argument3674 gdbarch->execute_dwarf_cfa_vendor_op = execute_dwarf_cfa_vendor_op; in set_gdbarch_execute_dwarf_cfa_vendor_op()
908 … (struct gdbarch *gdbarch, gdbarch_execute_dwarf_cfa_vendor_op_ftype *execute_dwarf_cfa_vendor_op);
13768 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.13773 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI13781 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.