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

  /src/external/gpl3/gdb.old/dist/gdb/
s390-linux-nat.c 136 int auxv_parse (const gdb_byte **readptr,
967 s390_linux_nat_target::auxv_parse (const gdb_byte **readptr, function in class:s390_linux_nat_target
target-delegates-gen.c 124 int auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) override;
301 int auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) override;
2563 target_ops::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:target_ops
2565 return this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3);
2569 dummy_target::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:dummy_target
2575 debug_target::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:debug_target
2577 target_debug_printf_nofunc ("-> %s->auxv_parse (...)", this->beneath ()->shortname ());
2579 = this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3);
2580 target_debug_printf_nofunc ("<- %s->auxv_parse (%s, %s, %s, %s) = %s",
auxv.c 250 /* This function compared to other auxv_parse functions: it takes the size of
311 Use the auxv_parse method from GDBARCH, if defined, else use the auxv_parse
325 return ops->auxv_parse (readptr, endptr, typep, valp);
gdbarch-gen.c 248 gdbarch_auxv_parse_ftype *auxv_parse = nullptr; member in struct:gdbarch
520 /* Skip verify of auxv_parse, has predicate. */
1357 "gdbarch_dump: auxv_parse = <%s>\n",
1358 host_address_to_string (gdbarch->auxv_parse));
5258 return gdbarch->auxv_parse != NULL;
5265 gdb_assert (gdbarch->auxv_parse != NULL);
5268 return gdbarch->auxv_parse (gdbarch, readptr, endptr, typep, valp);
5273 gdbarch_auxv_parse_ftype auxv_parse)
5275 gdbarch->auxv_parse = auxv_parse;
    [all...]
ppc-linux-nat.c 531 int auxv_parse (const gdb_byte **readptr,
1915 ppc_linux_nat_target::auxv_parse (const gdb_byte **readptr, function in class:ppc_linux_nat_target
procfs.c 146 int auxv_parse (const gdb_byte **readptr,
174 procfs_target::auxv_parse (const gdb_byte **readptr, function in class:procfs_target
target.h 910 virtual int auxv_parse (const gdb_byte **readptr,
gdbarch-gen.h 1680 extern void set_gdbarch_auxv_parse (struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype *auxv_parse);
  /src/external/gpl3/gdb/dist/gdb/
s390-linux-nat.c 136 int auxv_parse (const gdb_byte **readptr,
967 s390_linux_nat_target::auxv_parse (const gdb_byte **readptr, function in class:s390_linux_nat_target
target-delegates-gen.c 124 int auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) override;
305 int auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) override;
2571 target_ops::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:target_ops
2573 return this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3);
2577 dummy_target::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:dummy_target
2583 debug_target::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3) function in class:debug_target
2585 target_debug_printf_nofunc ("-> %s->auxv_parse (...)", this->beneath ()->shortname ());
2587 = this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3);
2588 target_debug_printf_nofunc ("<- %s->auxv_parse (%s, %s, %s, %s) = %s",
auxv.c 250 /* This function compared to other auxv_parse functions: it takes the size of
311 Use the auxv_parse method from GDBARCH, if defined, else use the auxv_parse
325 return ops->auxv_parse (readptr, endptr, typep, valp);
gdbarch-gen.c 248 gdbarch_auxv_parse_ftype *auxv_parse = nullptr; member in struct:gdbarch
522 /* Skip verify of auxv_parse, has predicate. */
1361 "gdbarch_dump: auxv_parse = <%s>\n",
1362 host_address_to_string (gdbarch->auxv_parse));
5271 return gdbarch->auxv_parse != NULL;
5278 gdb_assert (gdbarch->auxv_parse != NULL);
5281 return gdbarch->auxv_parse (gdbarch, readptr, endptr, typep, valp);
5286 gdbarch_auxv_parse_ftype auxv_parse)
5288 gdbarch->auxv_parse = auxv_parse;
    [all...]
ppc-linux-nat.c 531 int auxv_parse (const gdb_byte **readptr,
1915 ppc_linux_nat_target::auxv_parse (const gdb_byte **readptr, function in class:ppc_linux_nat_target
procfs.c 146 int auxv_parse (const gdb_byte **readptr,
174 procfs_target::auxv_parse (const gdb_byte **readptr, function in class:procfs_target
target.h 910 virtual int auxv_parse (const gdb_byte **readptr,
gdbarch-gen.h 1676 extern void set_gdbarch_auxv_parse (struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype *auxv_parse);

Completed in 88 milliseconds