Home
last modified time | relevance | path

Searched refs:notes_memdup (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dsymbols.h40 extern void *notes_memdup (const void *, size_t, size_t);
H A Dsymbols.c273 notes_memdup (const void *src, size_t copy_size, size_t alloc_size) in notes_memdup() function
286 return notes_memdup (str, len, len); in notes_strdup()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c369 str = notes_memdup (str, len, len + 1); in tic54x_asg()
1925 include_dirs[0] = notes_memdup (curfile, len, len + 1); in tic54x_set_default_include()
H A Dtc-tic4x.c727 str = notes_memdup (str, len, len + 1); in tic4x_asg()
H A Dtc-score7.c5097 template_name = notes_memdup (insn->template_name, len, len); in s7_build_score_ops_hsh()
5123 insn_name = notes_memdup (tmp->insn_name, len, len); in s7_build_dependency_insn_hsh()
H A Dtc-score.c6272 template_name = notes_memdup (insn->template_name, len, len); in s3_build_score_ops_hsh()
6298 buf = notes_memdup (tmp->insn_name, len, len); in s3_build_dependency_insn_hsh()
H A Dtc-ia64.c4667 name = notes_memdup (start, len, len + 1); in dot_rot()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git114101 * symbols.h (notes_alloc, notes_calloc, notes_memdup),
114103 * symbols.c (notes_alloc, notes_calloc, notes_memdup),