Home
last modified time | relevance | path

Searched refs:FRAME_OBSTACK_CALLOC (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtrad-frame.c58 = FRAME_OBSTACK_CALLOC (numregs, struct trad_frame_saved_reg); in trad_frame_alloc_saved_regs()
H A Dframe.h519 #define FRAME_OBSTACK_CALLOC(NUMBER,TYPE) ((TYPE *) frame_obstack_zalloc ((NUMBER) * sizeof (TYPE))) macro
H A Ddwarf2-frame.c587 cache->reg = FRAME_OBSTACK_CALLOC (num_regs, struct dwarf2_frame_state_reg); in dwarf2_frame_cache()
H A DChangeLog-200310265 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
10282 * frame.h (FRAME_OBSTACK_CALLOC): Define