Searched refs:strsym (Results 1 – 2 of 2) sorted by relevance
194 char *strsym = NULL; in jit_write_elf() local367 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()
154 static noinline char *strsym(char *buf, void *ip) in strsym() function269 strval = strsym(valbuf, va_arg(args, void *)); in boot_printk()