Home
last modified time | relevance | path

Searched refs:gdbarch_alloc (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.sh1085 - that describes the selected architecture (see gdbarch_alloc()).
1145 extern struct gdbarch *gdbarch_alloc (const struct gdbarch_info *info, struct gdbarch_tdep *tdep);
1351 gdbarch_alloc(): If zero/NULL is not a suitable default,
1433 gdbarch_alloc (const struct gdbarch_info *info,
1477 /* gdbarch_alloc() */
H A Dalpha-tdep.c1492 gdbarch = gdbarch_alloc (&info, tdep); in alpha_gdbarch_init()
H A Dsparc-tdep.c1129 gdbarch = gdbarch_alloc (&info, tdep); in sparc32_gdbarch_init()
H A Di386-tdep.c1895 gdbarch = gdbarch_alloc (&info, tdep); in i386_gdbarch_init()
H A Darm-tdep.c2685 gdbarch = gdbarch_alloc (&info, tdep); in arm_gdbarch_init()
H A Ds390-tdep.c2996 gdbarch = gdbarch_alloc (&info, tdep); in s390_gdbarch_init()
H A Drs6000-tdep.c2725 gdbarch = gdbarch_alloc (&info, tdep); in rs6000_gdbarch_init()
H A Dgdbarch.h2461 extern struct gdbarch *gdbarch_alloc (const struct gdbarch_info *info, struct gdbarch_tdep *tdep);
H A Dia64-tdep.c3285 gdbarch = gdbarch_alloc (&info, tdep); in ia64_gdbarch_init()
H A Dmips-tdep.c5526 gdbarch = gdbarch_alloc (&info, tdep); in mips_gdbarch_init()
H A Dgdbarch.c440 gdbarch_alloc (const struct gdbarch_info *info, in gdbarch_alloc() function
/freebsd-12.1/contrib/gdb/
H A DFREEBSD-diffs619 gdbarch = gdbarch_alloc (&info, tdep);
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdbint.texinfo4177 gdbarch = gdbarch_alloc (&info, NULL);