HomeSort by: relevance | last modified time | path
    Searched defs:execute_dwarf_cfa_vendor_op (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 173 gdbarch_execute_dwarf_cfa_vendor_op_ftype *execute_dwarf_cfa_vendor_op = default_execute_dwarf_cfa_vendor_op; member in struct:gdbarch
440 /* Skip verify of execute_dwarf_cfa_vendor_op, invalid_p == 0. */
1015 "gdbarch_dump: execute_dwarf_cfa_vendor_op = <%s>\n",
1016 host_address_to_string (gdbarch->execute_dwarf_cfa_vendor_op));
3713 gdb_assert (gdbarch->execute_dwarf_cfa_vendor_op != NULL);
3716 return gdbarch->execute_dwarf_cfa_vendor_op (gdbarch, op, fs);
3721 gdbarch_execute_dwarf_cfa_vendor_op_ftype execute_dwarf_cfa_vendor_op)
3723 gdbarch->execute_dwarf_cfa_vendor_op = execute_dwarf_cfa_vendor_op;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 171 gdbarch_execute_dwarf_cfa_vendor_op_ftype *execute_dwarf_cfa_vendor_op = default_execute_dwarf_cfa_vendor_op; member in struct:gdbarch
435 /* Skip verify of execute_dwarf_cfa_vendor_op, invalid_p == 0 */
1003 "gdbarch_dump: execute_dwarf_cfa_vendor_op = <%s>\n",
1004 host_address_to_string (gdbarch->execute_dwarf_cfa_vendor_op));
3664 gdb_assert (gdbarch->execute_dwarf_cfa_vendor_op != NULL);
3667 return gdbarch->execute_dwarf_cfa_vendor_op (gdbarch, op, fs);
3672 gdbarch_execute_dwarf_cfa_vendor_op_ftype execute_dwarf_cfa_vendor_op)
3674 gdbarch->execute_dwarf_cfa_vendor_op = execute_dwarf_cfa_vendor_op;

Completed in 29 milliseconds