Searched refs:strsym (Results 1 – 3 of 3) sorted by relevance
259 char *strsym = NULL; in jit_write_elf() local426 strsym = calloc(1, symlen); in jit_write_elf()427 if (!strsym) { in jit_write_elf()431 strcpy(strsym + 1, sym); in jit_write_elf()447 d->d_buf = strsym; in jit_write_elf()525 free(strsym); in jit_write_elf()
61 static noinline char *strsym(void *ip) in strsym() function105 p = buf + strlcat(buf, strsym(va_arg(args, void *)), sizeof(buf)); in decompressor_printk()
659 self.strsym = { } # Symbols defined as strings665 self.strsym[s] = []701 self.strsym[s].append((f,t))711 for s in self.strsym.values():764 for name,r in self.strsym[state]:788 if not self.funcsym[state] and not self.strsym[state]:937 for name,r in linfo.strsym[state]: