Searched refs:notes_alloc (Results 1 – 15 of 15) sorted by relevance
252 notes_alloc (size_t size) in notes_alloc() function267 ret = notes_alloc (amt); in notes_calloc()415 symbolP = notes_alloc (size); in symbol_create()449 ret = notes_alloc (sizeof *ret); in local_symbol_make()475 xtra = notes_alloc (sizeof (*xtra)); in local_symbol_convert()791 newsymP = notes_alloc (sizeof (symbolS) + sizeof (struct xsymbol)); in symbol_clone()2216 symbol_decode = notes_alloc (strlen (message_format) + 30); in decode_local_label_name()
38 extern void *notes_alloc (size_t);
626 new_argv = notes_alloc (sizeof (char *) * (old_argc + 1)); in parse_args()
96 n = notes_alloc (sizeof (*n)); in make_expr_symbol()
262 r = notes_alloc (sizeof (*r) + strlen (name)); in alloc_debugseg_item()
5975 path = notes_alloc (i + include_dir_maxlen + 2); in s_include()
78 r = notes_alloc (sizeof (struct seh_seg_list) + strlen (name)); in alloc_pxdata_item()
267 dst = buffer = notes_alloc (strlen (src) + 1); in md_begin()
5096 new_opcode = notes_alloc (sizeof (*new_opcode)); in s7_build_score_ops_hsh()5122 new_i2d = notes_alloc (sizeof (*new_i2d)); in s7_build_dependency_insn_hsh()
6271 new_opcode = notes_alloc (sizeof (*new_opcode)); in s3_build_score_ops_hsh()6297 new_i2n = notes_alloc (sizeof (*new_i2n)); in s3_build_dependency_insn_hsh()
2343 path = notes_alloc (len + include_dir_maxlen + 2); in tic54x_mlib()
997 entry = notes_alloc (sizeof (*entry)); in riscv_init_csr_hash()
5440 char *p = notes_alloc (len); in md_begin()
11805 h = notes_alloc (sizeof (*h)); in dot_alias()
84503 notes_alloc() may incur) by reusing the "end" slot of a preceding entry84510 notes_alloc() into just one.113909 * config/tc-i386.c (md_begin): Use notes_alloc for core_optab.113987 * as.c (parse_args): Use notes_alloc and notes_strdup.114030 * expr.c (make_expr_symbol): Use notes_alloc.114101 * symbols.h (notes_alloc, notes_calloc, notes_memdup),114103 * symbols.c (notes_alloc, notes_calloc, notes_memdup),114107 (symbol_clone, decode_local_label_name): Use notes_alloc.