Searched refs:notes_concat (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | symbols.h | 42 extern char *notes_concat (const char *, ...);
|
H A D | stabs.c | 431 stabstr_secname = notes_concat (stab_secname, "str", (char *) NULL); in s_xstab()
|
H A D | dw2gencfi.c | 239 return notes_concat (base_name, ".", name, NULL); in get_debugseg_name() 252 return notes_concat (base_name, name, NULL); in get_debugseg_name()
|
H A D | symbols.c | 290 notes_concat (const char *first, ...) in notes_concat() function
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | obj-coff-seh.c | 67 sname = notes_concat (base_name, name, NULL); in get_pxdata_name()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 27810 (s_xstab): Use notes_concat to make stabstr section name. 114102 (notes_strdup, notes_concat, notes_free): Declare. 114104 (notes_strdup, notes_concat, notes_free): New functions.
|