Home
last modified time | relevance | path

Searched refs:GDBARCH (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDgdbarch.sh908 printf "/* The following are pre-initialized by GDBARCH. */\n"
1134 /* Helper function. Search the list of ARCHES for a GDBARCH that
1520 /* Ensure that all values in a GDBARCH are reasonable. */
HDgdbarch.h2476 #define GDBARCH_OBSTACK_CALLOC(GDBARCH, NR, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), (NR)… argument
2477 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), sizeof (… argument