Home
last modified time | relevance | path

Searched refs:strsym (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dgenelf.c259 char *strsym = NULL; in jit_write_elf() local
426 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()
/openbmc/linux/arch/s390/boot/
H A Dpgm_check_info.c61 static noinline char *strsym(void *ip) in strsym() function
105 p = buf + strlcat(buf, strsym(va_arg(args, void *)), sizeof(buf)); in decompressor_printk()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py659 self.strsym = { } # Symbols defined as strings
665 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]: