Searched refs:strsym (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dgenelf.c259 char *strsym = NULL; local
426 strsym = calloc(1, symlen);
427 if (!strsym) {
428 warnx("cannot allocate strsym");
431 strcpy(strsym + 1, sym);
447 d->d_buf = strsym;
525 free(strsym);
/linux-master/arch/s390/boot/
H A Dpgm_check_info.c61 static noinline char *strsym(void *ip) function
105 p = buf + strlcat(buf, strsym(va_arg(args, void *)), sizeof(buf));

Completed in 124 milliseconds