Home
last modified time | relevance | path

Searched refs:GDBARCH_OBSTACK_ZALLOC (Results 1 – 16 of 16) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Duser-regs.c101 = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct gdb_user_regs); in user_regs_init()
106 GDBARCH_OBSTACK_ZALLOC (gdbarch, struct user_reg)); in user_regs_init()
124 GDBARCH_OBSTACK_ZALLOC (gdbarch, struct user_reg)); in user_reg_add()
H A Dtramp-frame.c158 data = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_data); in tramp_frame_prepend_unwinder()
159 unwinder = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind); in tramp_frame_prepend_unwinder()
H A Dframe-unwind.c72 entry = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind_table_entry); in frame_unwind_prepend_unwinder()
87 (*ip) = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind_table_entry); in frame_unwind_append_unwinder()
H A Dreggroups.c82 struct reggroups *groups = GDBARCH_OBSTACK_ZALLOC (gdbarch, in reggroups_init()
116 GDBARCH_OBSTACK_ZALLOC (gdbarch, struct reggroup_el)); in reggroup_add()
H A Dregset.c37 struct regset *regset = GDBARCH_OBSTACK_ZALLOC (arch, struct regset); in regset_alloc()
H A Dframe-base.c88 = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_base_table_entry); in frame_base_append_sniffer()
H A Df-lang.c282 = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct builtin_f_type); in build_fortran_types()
H A Dm2-lang.c401 = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct builtin_m2_type); in build_m2_types()
H A Dgo-lang.c606 = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct builtin_go_type); in build_go_types()
H A Dlanguage.c932 l = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct language_gdbarch); in language_gdbarch_post_init()
H A Djv-lang.c1206 = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct builtin_java_type); in build_java_types()
H A Ddwarf2expr.c54 = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct dwarf_gdbarch_types); in dwarf_gdbarch_types_init()
H A Dregcache.c88 descr = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct regcache_descr); in init_regcache_descr()
H A Dgdbarch.h1380 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), sizeof (… macro
H A Dgdbtypes.c3800 = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct builtin_type); in gdbtypes_post_init()
H A Dremote.c628 rsa = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct remote_arch_state); in init_remote_state()