Searched refs:obstack_zalloc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_obstack.h29 obstack_zalloc (struct obstack *ob) function
36 #define OBSTACK_ZALLOC(OBSTACK,TYPE) obstack_zalloc<TYPE> ((OBSTACK))
H A Dgdbarch.h1794 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) obstack_zalloc<TYPE> (gdbarch_obstack ((GDBARCH)))
H A Dgdbarch.sh1578 obstack_zalloc<TYPE> (gdbarch_obstack ((GDBARCH)))
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_obstack.h29 obstack_zalloc (struct obstack *ob) function
36 #define OBSTACK_ZALLOC(OBSTACK,TYPE) obstack_zalloc<TYPE> ((OBSTACK))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.h314 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) obstack_zalloc<TYPE> (gdbarch_obstack ((GDBARCH)))

Completed in 293 milliseconds