Searched refs:xmalloc (Results 76 - 100 of 525) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.c407 char *buf = xmalloc (ld_bufsz);
511 char *buf = xmalloc (bsize);
513 char *dst_name = xmalloc (len + 5);
689 buf = xmalloc (dirlen + sizeof ("/ldscripts"));
759 dir = xmalloc (dirlen + 8);
780 link_info.notice_hash = xmalloc (sizeof (struct bfd_hash_table));
799 link_info.wrap_hash = xmalloc (sizeof (struct bfd_hash_table));
832 link_info.keep_hash = xmalloc (sizeof (struct bfd_hash_table));
838 buf = xmalloc (bufsize);
889 input = xmalloc (sizeo
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c611 n = (struct debug_name *) xmalloc (sizeof *n);
621 ns = (struct debug_namespace *) xmalloc (sizeof *ns);
667 ret = (struct debug_handle *) xmalloc (sizeof *ret);
685 nfile = (struct debug_file *) xmalloc (sizeof *nfile);
690 nunit = (struct debug_unit *) xmalloc (sizeof *nunit);
742 f = (struct debug_file *) xmalloc (sizeof *f);
787 f = (struct debug_function *) xmalloc (sizeof *f);
792 b = (struct debug_block *) xmalloc (sizeof *b);
839 p = (struct debug_parameter *) xmalloc (sizeof *p);
905 b = (struct debug_block *) xmalloc (sizeo
[all...]
H A Dobjcopy.c597 copy = xmalloc (len + 1);
626 p = xmalloc (sizeof (struct section_list));
651 tmp_list = xmalloc (sizeof (struct symlist));
678 buffer = xmalloc (size + 2);
974 ptr = n = xmalloc (1 + strlen (prefix_symbols_string)
1125 new_node = xmalloc (sizeof (struct redefine_node));
1153 buf = xmalloc (bufsize);
1281 cbuf = xmalloc (BUFSIZE);
1415 osympp = isympp = xmalloc (symsize);
1565 osections = xmalloc (
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-abi.c147 new_longname = xmalloc (strlen ("currently ") + 1 + strlen (abi->shortname)
152 new_doc = xmalloc (strlen ("Automatically selected; currently ")
H A Dcp-support.c164 ret = xmalloc (end - demangled_name + 1);
206 ret = xmalloc (len + 1);
463 new_name = xmalloc (argp - demangled_name + 1);
526 sym_return_val = xmalloc ((sym_return_val_size + 1) *
/freebsd-11-stable/contrib/diff/src/
H A Ddir.c87 dirdata->data = data = xmalloc (data_alloc);
134 dirdata->names = names = xmalloc ((nnames + 1) * sizeof *names);
/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.c228 char *n = (char *) xmalloc (l);
261 p = xmalloc (sizeof (file_info_type));
319 new = (list_info_type *) xmalloc (sizeof (list_info_type));
348 copy = xmalloc (len);
374 new = xmalloc (sizeof (list_info_type));
946 buffer = xmalloc (listing_rhs_width);
947 data_buffer = xmalloc (MAX_BYTES);
1220 ttl = xmalloc (length + 1);
H A Ddepend.c70 dep = (struct dependency *) xmalloc (sizeof (struct dependency));
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcgen-dis.c190 xmalloc (hash_size * sizeof (CGEN_INSN_LIST *));
193 xmalloc (count * sizeof (CGEN_INSN_LIST));
/freebsd-11-stable/contrib/xz/src/xz/
H A Dsuffix.c170 char *dest_name = xmalloc(new_len + new_suffix_len + 1);
362 char *dest_name = xmalloc(src_len + suffix_len + 1);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c127 tgt = xmalloc(sizeof (iidesc_t));
134 tgt->ii_args = xmalloc(sizeof (tdesc_t *) * tgt->ii_nargs);
H A Dfifo.c62 fifonode_t *fn = xmalloc(sizeof (fifonode_t));
/freebsd-11-stable/contrib/libreadline/
H A Dhistory.c50 #include "xmalloc.h"
94 state = (HISTORY_STATE *)xmalloc (sizeof (HISTORY_STATE));
219 temp = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
294 the_history = (HIST_ENTRY **)xmalloc (history_size * sizeof (HIST_ENTRY *));
378 temp = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
H A Dkeymaps.c44 #include "xmalloc.h"
59 Keymap keymap = (Keymap)xmalloc (KEYMAP_SIZE * sizeof (KEYMAP_ENTRY));
H A Drldefs.h117 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x))
H A Dutil.c58 #include "xmalloc.h"
151 copy = (char *)xmalloc (1 + length);
212 temp = (char *)xmalloc (len + 1);
355 return (strcpy ((char *)xmalloc (1 + (int)strlen (s)), (s)));
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Didentifiers.c59 (void *(*) (long)) xmalloc,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dxmalloc.c22 @deftypefn Replacement void* xmalloc (size_t)
28 a program to contain @code{#define malloc xmalloc} in its source.
34 but will behave the same as @code{xmalloc} if memory cannot be found.
41 like @code{calloc}, but will behave the same as @code{xmalloc} if memory
141 xmalloc (size_t size) function
/freebsd-11-stable/contrib/jemalloc/
H A DFREEBSD-upgrade75 ./autogen.sh --enable-cc-silence --enable-xmalloc --enable-utrace \
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dhost-darwin.c142 sigstk.ss_sp = xmalloc (SIGSTKSZ);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dxmalloc.c22 @deftypefn Replacement void* xmalloc (size_t)
28 a program to contain @code{#define malloc xmalloc} in its source.
34 but will behave the same as @code{xmalloc} if memory cannot be found.
41 like @code{calloc}, but will behave the same as @code{xmalloc} if memory
141 xmalloc (size_t size) function
/freebsd-11-stable/usr.bin/xlint/common/
H A Demit.c70 ob.o_end = (ob.o_buf = ob.o_nxt = xmalloc(ob.o_len)) + ob.o_len;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Demit.c72 ob.o_end = (ob.o_buf = ob.o_nxt = xmalloc(ob.o_len)) + ob.o_len;
/freebsd-11-stable/contrib/dtc/
H A Dutil.h47 static inline void *xmalloc(size_t len) function
/freebsd-11-stable/contrib/amd/wire-test/
H A Dwire-test.c94 ip = (struct sockaddr_in *) xmalloc(sizeof(struct sockaddr_in));

Completed in 350 milliseconds

1234567891011>>