Searched refs:auxv_parse (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | s390-linux-nat.c | 135 int auxv_parse (const gdb_byte **readptr, 966 s390_linux_nat_target::auxv_parse (const gdb_byte **readptr, in auxv_parse() function
|
| D | gdbarch.c | 246 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()
|
| D | target-delegates.c | 124 …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()
|
| D | auxv.c | 325 return ops->auxv_parse (readptr, endptr, typep, valp); in parse_auxv()
|
| D | ppc-linux-nat.c | 531 int auxv_parse (const gdb_byte **readptr, 1915 ppc_linux_nat_target::auxv_parse (const gdb_byte **readptr, in auxv_parse() function
|
| D | procfs.c | 145 int auxv_parse (const gdb_byte **readptr, 173 procfs_target::auxv_parse (const gdb_byte **readptr, in auxv_parse() function
|
| D | target.h | 908 virtual int auxv_parse (const gdb_byte **readptr,
|
| D | gdbarch-gen.h | 1653 extern void set_gdbarch_auxv_parse (struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype *auxv_parse);
|
| D | ChangeLog-2020 | 12597 * 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)
|
| D | ChangeLog-2014 | 10939 (obsd_init_abi): Set auxv_parse. 10941 * gdbarch.sh (auxv_parse): New.
|
| D | ChangeLog-2018 | 10130 (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 11635 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.
|