Searched refs:gdbarch_auxv_parse_ftype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h1548 typedef int (gdbarch_auxv_parse_ftype) (struct gdbarch *gdbarch, gdb_byte **readptr, gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp); typedef
1550 extern void set_gdbarch_auxv_parse (struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype *auxv_parse);
H A Dgdbarch.c340 gdbarch_auxv_parse_ftype *auxv_parse;
4982 gdbarch_auxv_parse_ftype auxv_parse)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h1566 typedef int (gdbarch_auxv_parse_ftype) (struct gdbarch *gdbarch, const gdb_byte **readptr, const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp); typedef
1568 extern void set_gdbarch_auxv_parse (struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype *auxv_parse);
H A Dgdbarch.c244 gdbarch_auxv_parse_ftype *auxv_parse = nullptr;
5092 gdbarch_auxv_parse_ftype auxv_parse)

Completed in 117 milliseconds