105 sp = strchr(
buf,
' ');
121 .
name =
"tms320.pseudo",
122 .desc =
"tms320 pseudo syntax",
126 #ifndef RZ_PLUGIN_INCORE
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
RZ_API void Ht_() free(HtName_(Ht) *ht)
static bool rz_pseudo_convert(const RzPseudoConfig *config, const char *assembly, RzStrBuf *sb)
#define RZ_PSEUDO_DEFINE_GRAMMAR(x, y)
#define RZ_PSEUDO_DEFINE_CONFIG_ONLY_LEXICON(l, m, t)
static RzList * tms320_tokenize(const char *assembly, size_t length)
RZ_API RzLibStruct rizin_plugin
static const RzPseudoConfig tms320_config
static const RzPseudoGrammar tms320_lexicon[]
static bool parse(RzParse *parse, const char *assembly, RzStrBuf *sb)
RzParsePlugin rz_parse_plugin_tms320_pseudo
RZ_API char * rz_str_ndup(RZ_NULLABLE const char *ptr, int len)
Create new copy of string ptr limited to size len.
RZ_API RzList * rz_str_split_duplist(const char *str, const char *c, bool trim)
Split the string str according to the substring c and returns a RzList with the result.