Home
last modified time | relevance | path

Searched refs:notes_strdup (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Das.c1052 listing_filename = notes_strdup (optarg); in parse_args()
1109 listing_filename = notes_strdup (optarg + 1); in parse_args()
1135 char *temp = notes_strdup (optarg); in parse_args()
1142 out_file_name = notes_strdup (optarg); in parse_args()
H A Dsymbols.h41 extern char *notes_strdup (const char *);
H A Dsymbols.c283 notes_strdup (const char *str) in notes_strdup() function
350 ret = notes_strdup (name); in save_symbol_name()
H A Ddw2gencfi.c230 return notes_strdup (base_name); in get_debugseg_name()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c381 name = notes_strdup (name); in tic54x_asg()
444 name = notes_strdup (name); in tic54x_eval()
455 tmp = notes_strdup (valuestr); in tic54x_eval()
2643 ptr = elem = notes_strdup (listv->u.s); in subsym_ismember()
H A Dtc-tic4x.c730 name = notes_strdup (name); in tic4x_asg()
H A Dtc-score.c6238 char *buf = notes_strdup (r->name); in s3_insert_reg()
H A Dtc-ia64.c11768 name = notes_strdup (name); in dot_alias()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git113987 * as.c (parse_args): Use notes_alloc and notes_strdup.
114102 (notes_strdup, notes_concat, notes_free): Declare.
114104 (notes_strdup, notes_concat, notes_free): New functions.
114105 (save_symbol_name): Use notes_strdup.