Home
last modified time | relevance | path

Searched refs:XCALLOC (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dbcache.c316 struct bcache *b = XCALLOC (1, struct bcache); in bcache_xmalloc()
375 int *chain_length = XCALLOC (c->num_buckets + 1, int); in print_bcache_statistics()
376 int *entry_size = XCALLOC (c->unique_count + 1, int); in print_bcache_statistics()
H A Dregistry.c54 fields->data = XCALLOC (fields->num_data, void *); in registry_alloc_data()
H A Dregcache.c226 = XCALLOC (descr->sizeof_cooked_registers, gdb_byte); in regcache_xmalloc_1()
228 = XCALLOC (descr->sizeof_cooked_register_status, signed char); in regcache_xmalloc_1()
233 = XCALLOC (descr->sizeof_raw_registers, gdb_byte); in regcache_xmalloc_1()
235 = XCALLOC (descr->sizeof_raw_register_status, signed char); in regcache_xmalloc_1()
H A Ddefs.h564 #define XCALLOC(NMEMB, TYPE) ((TYPE*) xcalloc ((NMEMB), sizeof (TYPE))) macro
H A Delfread.c110 data->segment_bases = XCALLOC (num_segments, CORE_ADDR); in elf_symfile_segments()
111 data->segment_sizes = XCALLOC (num_segments, CORE_ADDR); in elf_symfile_segments()
120 data->segment_info = XCALLOC (num_sections, int); in elf_symfile_segments()
H A Dserial.c263 scb = XCALLOC (1, struct serial); in serial_fdopen_ops()
H A Dsymfile.c792 data->segment_bases = XCALLOC (1, CORE_ADDR); in default_symfile_segments()
793 data->segment_sizes = XCALLOC (1, CORE_ADDR); in default_symfile_segments()
796 data->segment_info = XCALLOC (num_sections, int); in default_symfile_segments()
H A Dminsyms.c913 new = XCALLOC (1, struct msym_bunch); in prim_record_minimal_symbol_full()
H A Djit.c1186 XCALLOC (gdbarch_num_regs (get_frame_arch (this_frame)), in jit_frame_sniffer()
H A Dopencl-lang.c163 c->indices = XCALLOC (n, int); in allocate_lval_closure()
H A Dpsymtab.c1532 struct psymbol_bcache *bcache = XCALLOC (1, struct psymbol_bcache); in psymbol_bcache_init()
H A Dgdbtypes.c3455 TYPE_FIELDS (new_type) = XCALLOC (nfields, struct field); in copy_type_recursive()
H A Ddwarf2loc.c1367 c->pieces = XCALLOC (n_pieces, struct dwarf_expr_piece); in allocate_piece_closure()
H A Di386-tdep.c7571 tdep = XCALLOC (1, struct gdbarch_tdep); in i386_gdbarch_init()
/dragonfly/contrib/diffutils/lib/
H A Dxalloc.h89 #define XCALLOC(n, t) \ macro
/dragonfly/contrib/grep/lib/
H A Dxalloc.h89 #define XCALLOC(n, t) \ macro