Home
last modified time | relevance | path

Searched refs:strsym (Results 1 – 1 of 1) 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()