Searched refs:strsym (Results 1 – 1 of 1) sorted by relevance
175 char *strsym = NULL; in jit_write_elf() local361 strsym = calloc(1, symlen); in jit_write_elf()362 if (!strsym) { in jit_write_elf()366 strcpy(strsym + 1, sym); in jit_write_elf()382 d->d_buf = strsym; in jit_write_elf()403 memcpy(tmp + build_id_data_len, strsym, symlen); in jit_write_elf()469 free(strsym); in jit_write_elf()