Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Duser-regs.c95 struct gdb_user_regs *regs = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct gdb_user_regs); in user_regs_init()
99 GDBARCH_OBSTACK_ZALLOC (gdbarch, struct user_reg)); in user_regs_init()
116 GDBARCH_OBSTACK_ZALLOC (gdbarch, struct user_reg)); in user_reg_add()
H A Dframe-unwind.c68 (*ip) = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind_table_entry); in frame_unwind_append_sniffer()
80 entry = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind_table_entry); in frame_unwind_prepend_unwinder()
H A Dtramp-frame.c165 data = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_data); in tramp_frame_prepend_unwinder()
166 unwinder = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind); in tramp_frame_prepend_unwinder()
H A Dregset.c39 struct regset *regset = GDBARCH_OBSTACK_ZALLOC (arch, struct regset); in regset_alloc()
H A Dreggroups.c82 struct reggroups *groups = GDBARCH_OBSTACK_ZALLOC (gdbarch, in reggroups_init()
115 GDBARCH_OBSTACK_ZALLOC (gdbarch, struct reggroup_el)); in reggroup_add()
H A Dframe-base.c88 (*table->tail) = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_base_table_entry); in frame_base_append_sniffer()
H A Dlibunwind-frame.c96 struct libunwind_descr *descr = GDBARCH_OBSTACK_ZALLOC (gdbarch, in libunwind_descr_init()
H A Dlanguage.c1288 l = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct language_gdbarch); in language_gdbarch_post_init()
H A Dregcache.c91 descr = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct regcache_descr); in init_regcache_descr()
H A Dgdbarch.h1563 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), sizeof (… macro
H A Dgdbtypes.c3355 = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct builtin_type); in gdbtypes_post_init()
H A Dgdbarch.c3869 (*curr) = GDBARCH_OBSTACK_ZALLOC (current_gdbarch, in current_gdbarch_swap_init_hack()
H A Dremote.c248 struct remote_state *rs = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct remote_state); in init_remote_state()
H A Dmips-tdep.c4843 struct mips_regnum *regnum = GDBARCH_OBSTACK_ZALLOC (gdbarch, in mips_gdbarch_init()
H A DChangeLog-20035302 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
5522 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
H A DChangeLog5941 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo4811 struct nozel *data = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct nozel);