Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dgenelf.c194 char *strsym = NULL; in jit_write_elf() local
367 strsym = calloc(1, symlen); in jit_write_elf()
368 if (!strsym) { in jit_write_elf()
372 strcpy(strsym + 1, sym); in jit_write_elf()
388 d->d_buf = strsym; in jit_write_elf()
404 blake2s_update_tagged(&ctx, TAG_STRSYM, strsym, symlen); in jit_write_elf()
468 free(strsym); in jit_write_elf()
/linux/arch/s390/boot/
H A Dprintk.c154 static noinline char *strsym(char *buf, void *ip) in strsym() function
269 strval = strsym(valbuf, va_arg(args, void *)); in boot_printk()