Searched refs:gdbarch_registration (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c5574 struct gdbarch_registration struct
5580 struct gdbarch_registration *next;
5583 static struct gdbarch_registration *gdbarch_registry = NULL;
5601 struct gdbarch_registration *rego;
5628 struct gdbarch_registration **curr;
5654 (*curr) = XMALLOC (struct gdbarch_registration);
5699 struct gdbarch_registration *rego;
H A Dgdbarch.sh2003 struct gdbarch_registration
2009 struct gdbarch_registration *next;
2012 static struct gdbarch_registration *gdbarch_registry = NULL;
2030 struct gdbarch_registration *rego;
2057 struct gdbarch_registration **curr;
2083 (*curr) = XMALLOC (struct gdbarch_registration);
2128 struct gdbarch_registration *rego;

Completed in 121 milliseconds