Searched refs:XDUPVEC (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dlibiberty.h368 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dlibiberty.h368 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dlibiberty.h368 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dlibiberty.h368 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dlibiberty.h368 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dlibiberty.h368 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dintelmic-mkoffload.c177 target_compiler = XDUPVEC (char, name, strlen (name) + 1);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dintelmic-mkoffload.cc177 target_compiler = XDUPVEC (char, name, strlen (name) + 1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c2204 new_name = XDUPVEC (char, ls->name, strlen (ls->name) + 1);
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc2213 new_name = XDUPVEC (char, ls->name, strlen (ls->name) + 1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c7809 switches_debug_check[1] = XDUPVEC (struct switchstr, switches,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc8544 switches_debug_check[1] = XDUPVEC (struct switchstr, switches,

Completed in 326 milliseconds