Searched refs:strsym (Results 1 – 2 of 2) sorted by relevance
257 char *strsym = NULL; in jit_write_elf() local423 strsym = calloc(1, symlen); in jit_write_elf()424 if (!strsym) { in jit_write_elf()428 strcpy(strsym + 1, sym); in jit_write_elf()444 d->d_buf = strsym; in jit_write_elf()522 free(strsym); in jit_write_elf()
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]: