HomeSort by relevance Sort by last modified time
    Searched refs:XCNEW (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
subsegs.c 68 seginfo = XCNEW (segment_info_type);
171 seginfo = XCNEW (segment_info_type);
dw2gencfi.c 440 struct fde_entry *fde = XCNEW (struct fde_entry);
442 frchain_now->frch_cfi_data = XCNEW (struct frch_cfi_data);
471 struct cfi_insn_data *insn = XCNEW (struct cfi_insn_data);
    [all...]
read.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 343 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 350 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff-seh.c 444 seh_ctx_cur = XCNEW (seh_context);
tc-tic54x.c 596 struct stag_field *sfield = XCNEW (struct stag_field);
658 current_stag->inner = XCNEW (struct stag);
667 current_stag = XCNEW (struct stag);
    [all...]
tc-avr.c     [all...]
tc-tic30.c 404 current_op = XCNEW (operand);
    [all...]
tc-sh64.c 443 sec_elf_data = XCNEW (struct sh64_section_data);
    [all...]
tc-alpha.c     [all...]
tc-xtensa.c     [all...]
tc-mips.c     [all...]

Completed in 567 milliseconds