Searched refs:auxv_parse (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dauxv.c251 /* This function compared to other auxv_parse functions: it takes the size of
323 return current_top_target ()->auxv_parse (readptr, endptr, typep, valp);
H A Ds390-linux-nat.c135 int auxv_parse (gdb_byte **readptr,
965 s390_linux_nat_target::auxv_parse (gdb_byte **readptr, function in class:s390_linux_nat_target
H A Dgdbarch.c340 gdbarch_auxv_parse_ftype *auxv_parse; member in struct:gdbarch
710 /* Skip verify of auxv_parse, has predicate. */
796 "gdbarch_dump: auxv_parse = <%s>\n",
797 host_address_to_string (gdbarch->auxv_parse));
4967 return gdbarch->auxv_parse != NULL;
4974 gdb_assert (gdbarch->auxv_parse != NULL);
4977 return gdbarch->auxv_parse (gdbarch, readptr, endptr, typep, valp);
4982 gdbarch_auxv_parse_ftype auxv_parse)
4984 gdbarch->auxv_parse = auxv_parse;
4981 set_gdbarch_auxv_parse(struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype auxv_parse) argument
[all...]
H A Dtarget-delegates.c102 int auxv_parse (gdb_byte **arg0, gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) override;
273 int auxv_parse (gdb_byte **arg0, gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) override;
2592 target_ops::auxv_parse (gdb_byte **arg0, gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:target_ops
2594 return this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3);
2598 dummy_target::auxv_parse (gdb_byte **arg0, gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:dummy_target
2604 debug_target::auxv_parse (gdb_byte **arg0, gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:debug_target
2607 fprintf_unfiltered (gdb_stdlog, "-> %s->auxv_parse (...)\n", this->beneath ()->shortname ());
2608 result = this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3);
2609 fprintf_unfiltered (gdb_stdlog, "<- %s->auxv_parse (", this->beneath ()->shortname ());
H A Dprocfs.c144 int auxv_parse (gdb_byte **readptr,
172 procfs_target::auxv_parse (gdb_byte **readptr, function in class:procfs_target
H A Dppc-linux-nat.c527 int auxv_parse (gdb_byte **readptr,
1912 ppc_linux_nat_target::auxv_parse (gdb_byte **readptr, function in class:ppc_linux_nat_target
H A Dtarget.h838 virtual int auxv_parse (gdb_byte **readptr,
H A Dgdbarch.h1550 extern void set_gdbarch_auxv_parse (struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype *auxv_parse);
H A Dgdbarch.sh1128 M;int;auxv_parse;gdb_byte **readptr, gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp;readptr, endptr, typep, valp
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c244 gdbarch_auxv_parse_ftype *auxv_parse = nullptr; member in struct:gdbarch
503 /* Skip verify of auxv_parse, has predicate. */
1314 "gdbarch_dump: auxv_parse = <%s>\n",
1315 host_address_to_string (gdbarch->auxv_parse));
5077 return gdbarch->auxv_parse != NULL;
5084 gdb_assert (gdbarch->auxv_parse != NULL);
5087 return gdbarch->auxv_parse (gdbarch, readptr, endptr, typep, valp);
5092 gdbarch_auxv_parse_ftype auxv_parse)
5094 gdbarch->auxv_parse = auxv_parse;
5091 set_gdbarch_auxv_parse(struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype auxv_parse) argument
[all...]
H A Ds390-linux-nat.c135 int auxv_parse (const gdb_byte **readptr,
964 s390_linux_nat_target::auxv_parse (const gdb_byte **readptr, function in class:s390_linux_nat_target
H A Dauxv.c249 /* This function compared to other auxv_parse functions: it takes the size of
310 Use the auxv_parse method from GDBARCH, if defined, else use the auxv_parse
324 return ops->auxv_parse (readptr, endptr, typep, valp);
H A Dtarget-delegates.c122 int auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) override;
296 int auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) override;
2626 target_ops::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:target_ops
2628 return this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3);
2632 dummy_target::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:dummy_target
2638 debug_target::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:debug_target
2641 gdb_printf (gdb_stdlog, "-> %s->auxv_parse (...)\n", this->beneath ()->shortname ());
2642 result = this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3);
2643 gdb_printf (gdb_stdlog, "<- %s->auxv_parse (", this->beneath ()->shortname ());
H A Dppc-linux-nat.c533 int auxv_parse (const gdb_byte **readptr,
1917 ppc_linux_nat_target::auxv_parse (const gdb_byte **readptr, function in class:ppc_linux_nat_target
H A Dprocfs.c144 int auxv_parse (const gdb_byte **readptr,
172 procfs_target::auxv_parse (const gdb_byte **readptr, function in class:procfs_target
H A Dtarget.h867 virtual int auxv_parse (const gdb_byte **readptr,
H A Dgdbarch-gen.h1568 extern void set_gdbarch_auxv_parse (struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype *auxv_parse);

Completed in 526 milliseconds