HomeSort by: relevance | last modified time | path
    Searched refs:stap_is_single_operand (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 223 gdbarch_stap_is_single_operand_ftype *stap_is_single_operand = nullptr; member in struct:gdbarch
495 /* Skip verify of stap_is_single_operand, has predicate. */
1255 "gdbarch_dump: stap_is_single_operand = <%s>\n",
1256 host_address_to_string (gdbarch->stap_is_single_operand));
4770 return gdbarch->stap_is_single_operand != NULL;
4777 gdb_assert (gdbarch->stap_is_single_operand != NULL);
4780 return gdbarch->stap_is_single_operand (gdbarch, s);
4785 gdbarch_stap_is_single_operand_ftype stap_is_single_operand)
4787 gdbarch->stap_is_single_operand = stap_is_single_operand;
    [all...]
gdbarch-gen.h 1438 extern void set_gdbarch_stap_is_single_operand (struct gdbarch *gdbarch, gdbarch_stap_is_single_operand_ftype *stap_is_single_operand);
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 224 gdbarch_stap_is_single_operand_ftype *stap_is_single_operand = nullptr; member in struct:gdbarch
498 /* Skip verify of stap_is_single_operand, has predicate. */
1262 "gdbarch_dump: stap_is_single_operand = <%s>\n",
1263 host_address_to_string (gdbarch->stap_is_single_operand));
4800 return gdbarch->stap_is_single_operand != NULL;
4807 gdb_assert (gdbarch->stap_is_single_operand != NULL);
4810 return gdbarch->stap_is_single_operand (gdbarch, s);
4815 gdbarch_stap_is_single_operand_ftype stap_is_single_operand)
4817 gdbarch->stap_is_single_operand = stap_is_single_operand;
    [all...]
gdbarch-gen.h 1447 extern void set_gdbarch_stap_is_single_operand (struct gdbarch *gdbarch, gdbarch_stap_is_single_operand_ftype *stap_is_single_operand);

Completed in 21 milliseconds