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

  /src/external/gpl3/gdb.old/dist/gdb/
stap-probe.h 28 struct stap_parse_info struct
30 stap_parse_info (const char *arg_, struct type *arg_type_, function in struct:stap_parse_info
42 DISABLE_COPY_AND_ASSIGN (stap_parse_info);
stap-probe.c 265 static expr::operation_up stap_parse_argument_1 (struct stap_parse_info *p,
271 (struct stap_parse_info *p) ATTRIBUTE_UNUSED_RESULT;
699 stap_parse_register_operand (struct stap_parse_info *p)
885 stap_parse_single_operand (struct stap_parse_info *p)
1039 stap_parse_argument_conditionally (struct stap_parse_info *p)
1079 stap_parse_argument_1 (struct stap_parse_info *p,
1229 struct stap_parse_info p (*arg, atype, language_def (language_c),
gdbarch.h 52 struct stap_parse_info;
i386-tdep.h 470 (struct gdbarch *gdbarch, struct stap_parse_info *p);
gdbarch-gen.h 1464 typedef expr::operation_up (gdbarch_stap_parse_special_token_ftype) (struct gdbarch *gdbarch, struct stap_parse_info *p);
1465 extern expr::operation_up gdbarch_stap_parse_special_token (struct gdbarch *gdbarch, struct stap_parse_info *p);
1494 typedef std::string (gdbarch_stap_adjust_register_ftype) (struct gdbarch *gdbarch, struct stap_parse_info *p, const std::string &regname, int regnum);
1495 extern std::string gdbarch_stap_adjust_register (struct gdbarch *gdbarch, struct stap_parse_info *p, const std::string &regname, int regnum);
arm-linux-tdep.c 1186 struct stap_parse_info *p)
i386-tdep.c 3919 struct stap_parse_info *p)
4052 struct stap_parse_info *p)
4190 struct stap_parse_info *p)
4213 i386_stap_adjust_register (struct gdbarch *gdbarch, struct stap_parse_info *p,
ppc-linux-tdep.c 1707 struct stap_parse_info *p)
gdbarch_components.py 2316 params=[("struct stap_parse_info *", "p")],
2349 ("struct stap_parse_info *", "p"),
aarch64-linux-tdep.c 1682 struct stap_parse_info *p)
gdbarch-gen.c 4798 gdbarch_stap_parse_special_token (struct gdbarch *gdbarch, struct stap_parse_info *p)
4822 gdbarch_stap_adjust_register (struct gdbarch *gdbarch, struct stap_parse_info *p, const std::string &regname, int regnum)
  /src/external/gpl3/gdb/dist/gdb/
stap-probe.h 28 struct stap_parse_info struct
30 stap_parse_info (const char *arg_, struct type *arg_type_, function in struct:stap_parse_info
42 DISABLE_COPY_AND_ASSIGN (stap_parse_info);
stap-probe.c 265 static expr::operation_up stap_parse_argument_1 (struct stap_parse_info *p,
271 (struct stap_parse_info *p) ATTRIBUTE_UNUSED_RESULT;
699 stap_parse_register_operand (struct stap_parse_info *p)
885 stap_parse_single_operand (struct stap_parse_info *p)
1039 stap_parse_argument_conditionally (struct stap_parse_info *p)
1079 stap_parse_argument_1 (struct stap_parse_info *p,
1229 struct stap_parse_info p (*arg, atype, language_def (language_c),
gdbarch.h 53 struct stap_parse_info;
i386-tdep.h 482 (struct gdbarch *gdbarch, struct stap_parse_info *p);
gdbarch-gen.h 1473 typedef expr::operation_up (gdbarch_stap_parse_special_token_ftype) (struct gdbarch *gdbarch, struct stap_parse_info *p);
1474 extern expr::operation_up gdbarch_stap_parse_special_token (struct gdbarch *gdbarch, struct stap_parse_info *p);
1503 typedef std::string (gdbarch_stap_adjust_register_ftype) (struct gdbarch *gdbarch, struct stap_parse_info *p, const std::string &regname, int regnum);
1504 extern std::string gdbarch_stap_adjust_register (struct gdbarch *gdbarch, struct stap_parse_info *p, const std::string &regname, int regnum);
arm-linux-tdep.c 1187 struct stap_parse_info *p)
ppc-linux-tdep.c 1726 struct stap_parse_info *p)
gdbarch_components.py 2344 params=[("struct stap_parse_info *", "p")],
2377 ("struct stap_parse_info *", "p"),
i386-tdep.c 3933 struct stap_parse_info *p)
4066 struct stap_parse_info *p)
4204 struct stap_parse_info *p)
4227 i386_stap_adjust_register (struct gdbarch *gdbarch, struct stap_parse_info *p,
aarch64-linux-tdep.c 1768 struct stap_parse_info *p)
gdbarch-gen.c 4828 gdbarch_stap_parse_special_token (struct gdbarch *gdbarch, struct stap_parse_info *p)
4852 gdbarch_stap_adjust_register (struct gdbarch *gdbarch, struct stap_parse_info *p, const std::string &regname, int regnum)

Completed in 92 milliseconds