Home
last modified time | relevance | path

Searched refs:notes_alloc (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dsymbols.c252 notes_alloc (size_t size) in notes_alloc() function
267 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()
H A Dsymbols.h38 extern void *notes_alloc (size_t);
H A Das.c626 new_argv = notes_alloc (sizeof (char *) * (old_argc + 1)); in parse_args()
H A Dexpr.c96 n = notes_alloc (sizeof (*n)); in make_expr_symbol()
H A Ddw2gencfi.c262 r = notes_alloc (sizeof (*r) + strlen (name)); in alloc_debugseg_item()
H A Dread.c5975 path = notes_alloc (i + include_dir_maxlen + 2); in s_include()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff-seh.c78 r = notes_alloc (sizeof (struct seh_seg_list) + strlen (name)); in alloc_pxdata_item()
H A Dtc-h8300.c267 dst = buffer = notes_alloc (strlen (src) + 1); in md_begin()
H A Dtc-score7.c5096 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()
H A Dtc-score.c6271 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()
H A Dtc-tic54x.c2343 path = notes_alloc (len + include_dir_maxlen + 2); in tic54x_mlib()
H A Dtc-riscv.c997 entry = notes_alloc (sizeof (*entry)); in riscv_init_csr_hash()
H A Dtc-alpha.c5440 char *p = notes_alloc (len); in md_begin()
H A Dtc-ia64.c11805 h = notes_alloc (sizeof (*h)); in dot_alias()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git84503 notes_alloc() may incur) by reusing the "end" slot of a preceding entry
84510 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.