Searched refs:libc_strdup (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h88 char *(*libc_strdup)(const char *s1); // Don't use "strdup" because it is a macro in gcc member in struct:CollectorUtilFuncs
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h92 char *(*libc_strdup)(const char *s1); // Don't use "strdup" because it is a macro in gcc member in struct:CollectorUtilFuncs
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dmmaptrace.c1134 dynname [ndyn] = CALL_UTIL (libc_strdup)(mapName);
1137 dynfuncname[ndyn] = CALL_UTIL (libc_strdup)(symbase + sym->st_name);
1154 sysfuncname[nvsysfuncs] = CALL_UTIL (libc_strdup)(mapName);
1216 sysfuncname[nvsysfuncs] = CALL_UTIL (libc_strdup)(mp->mapname);
H A Dlibcol_util.c1575 __collector_util_funcs.libc_strdup = (char*(*)())ptr;
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dmmaptrace.c1113 dynname [ndyn] = CALL_UTIL (libc_strdup)(mapName);
1116 dynfuncname[ndyn] = CALL_UTIL (libc_strdup)(symbase + sym->st_name);
1133 sysfuncname[nvsysfuncs] = CALL_UTIL (libc_strdup)(mapName);
1195 sysfuncname[nvsysfuncs] = CALL_UTIL (libc_strdup)(mp->mapname);
H A Dlibcol_util.c1577 __collector_util_funcs.libc_strdup = (char*(*)())ptr;

Completed in 257 milliseconds