Home
last modified time | relevance | path

Searched refs:auxv_parse (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ds390-linux-nat.c135 int auxv_parse (const gdb_byte **readptr,
966 s390_linux_nat_target::auxv_parse (const gdb_byte **readptr, in auxv_parse() function
Dgdbarch.c246 gdbarch_auxv_parse_ftype *auxv_parse = nullptr; member
1346 host_address_to_string (gdbarch->auxv_parse)); in gdbarch_dump()
5209 return gdbarch->auxv_parse != NULL; in gdbarch_auxv_parse_p()
5216 gdb_assert (gdbarch->auxv_parse != NULL); in gdbarch_auxv_parse()
5219 return gdbarch->auxv_parse (gdbarch, readptr, endptr, typep, valp); in gdbarch_auxv_parse()
5224 gdbarch_auxv_parse_ftype auxv_parse) in set_gdbarch_auxv_parse() argument
5226 gdbarch->auxv_parse = auxv_parse; in set_gdbarch_auxv_parse()
Dtarget-delegates.c124 …int auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) ove…
301 …int auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) ove…
2563 target_ops::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *ar… in auxv_parse() function
2565 return this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3); in auxv_parse()
2569 dummy_target::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *… in auxv_parse() function
2575 debug_target::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *… in auxv_parse() function
2579 = this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3); in auxv_parse()
Dauxv.c325 return ops->auxv_parse (readptr, endptr, typep, valp); in parse_auxv()
Dppc-linux-nat.c531 int auxv_parse (const gdb_byte **readptr,
1915 ppc_linux_nat_target::auxv_parse (const gdb_byte **readptr, in auxv_parse() function
Dprocfs.c145 int auxv_parse (const gdb_byte **readptr,
173 procfs_target::auxv_parse (const gdb_byte **readptr, in auxv_parse() function
Dtarget.h908 virtual int auxv_parse (const gdb_byte **readptr,
Dgdbarch-gen.h1653 extern void set_gdbarch_auxv_parse (struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype *auxv_parse);
DChangeLog-202012597 * nbsd-nat.c (inf_ptrace_target::auxv_parse): Remove.
12598 * nbsd-nat.h (inf_ptrace_target::auxv_parse): Likewise.
13571 (ppc_linux_nat_target::auxv_parse)
DChangeLog-201410939 (obsd_init_abi): Set auxv_parse.
10941 * gdbarch.sh (auxv_parse): New.
DChangeLog-201810130 (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git11635 ppc_linux_nat_target::auxv_parse to misinterpret the auxv vector.
89536 * auxv_parse gets:
89539 procfs_target::auxv_parse(gdb_byte**, gdb_byte*, CORE_ADDR*, CORE_ADDR*)’
89541 144 | int auxv_parse (gdb_byte **readptr,
89544 Obviouly, procfs.c was missed in the auxv_parse constification.