Searched refs:execute_dwarf_cfa_vendor_op (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c273 gdbarch_execute_dwarf_cfa_vendor_op_ftype *execute_dwarf_cfa_vendor_op; member in struct:gdbarch
443 gdbarch->execute_dwarf_cfa_vendor_op = default_execute_dwarf_cfa_vendor_op;
643 /* Skip verify of execute_dwarf_cfa_vendor_op, invalid_p == 0 */
988 "gdbarch_dump: execute_dwarf_cfa_vendor_op = <%s>\n",
989 host_address_to_string (gdbarch->execute_dwarf_cfa_vendor_op));
3594 gdb_assert (gdbarch->execute_dwarf_cfa_vendor_op != NULL);
3597 return gdbarch->execute_dwarf_cfa_vendor_op (gdbarch, op, fs);
3602 gdbarch_execute_dwarf_cfa_vendor_op_ftype execute_dwarf_cfa_vendor_op)
3604 gdbarch->execute_dwarf_cfa_vendor_op = execute_dwarf_cfa_vendor_op;
3601 set_gdbarch_execute_dwarf_cfa_vendor_op(struct gdbarch *gdbarch, gdbarch_execute_dwarf_cfa_vendor_op_ftype execute_dwarf_cfa_vendor_op) argument
[all...]
H A Dgdbarch.h872 extern void set_gdbarch_execute_dwarf_cfa_vendor_op (struct gdbarch *gdbarch, gdbarch_execute_dwarf_cfa_vendor_op_ftype *execute_dwarf_cfa_vendor_op);
H A Dgdbarch.sh698 m;bool;execute_dwarf_cfa_vendor_op;gdb_byte op, struct dwarf2_frame_state *fs;op, fs;;default_execute_dwarf_cfa_vendor_op;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c171 gdbarch_execute_dwarf_cfa_vendor_op_ftype *execute_dwarf_cfa_vendor_op = default_execute_dwarf_cfa_vendor_op; member in struct:gdbarch
429 /* Skip verify of execute_dwarf_cfa_vendor_op, invalid_p == 0 */
978 "gdbarch_dump: execute_dwarf_cfa_vendor_op = <%s>\n",
979 host_address_to_string (gdbarch->execute_dwarf_cfa_vendor_op));
3566 gdb_assert (gdbarch->execute_dwarf_cfa_vendor_op != NULL);
3569 return gdbarch->execute_dwarf_cfa_vendor_op (gdbarch, op, fs);
3574 gdbarch_execute_dwarf_cfa_vendor_op_ftype execute_dwarf_cfa_vendor_op)
3576 gdbarch->execute_dwarf_cfa_vendor_op = execute_dwarf_cfa_vendor_op;
3573 set_gdbarch_execute_dwarf_cfa_vendor_op(struct gdbarch *gdbarch, gdbarch_execute_dwarf_cfa_vendor_op_ftype execute_dwarf_cfa_vendor_op) argument
H A Dgdbarch-gen.h851 extern void set_gdbarch_execute_dwarf_cfa_vendor_op (struct gdbarch *gdbarch, gdbarch_execute_dwarf_cfa_vendor_op_ftype *execute_dwarf_cfa_vendor_op);

Completed in 248 milliseconds