Home
last modified time | relevance | path

Searched refs:XCNEW (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h346 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T))) macro
DChangeLog2015 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff-seh.c444 seh_ctx_cur = XCNEW (seh_context); in obj_coff_seh_proc()