Searched refs:cs_strerror (Results 1 – 8 of 8) sorted by relevance
289 Public Declare Function cs_strerror Lib "vbCapstone.dll" Alias "bs_strerror" (ByVal errCode As cs_e…612 lpStr = cs_strerror(e)
52 return cs_strerror(code); in bs_strerror()
211 LOG_W("Capstone initialization failed: '%s'", cs_strerror(err)); in arch_getInstrStr()220 cs_strerror(cs_errno(handle))); in arch_getInstrStr()
418 const char * CAPSTONE_API cs_strerror(cs_err code);
340 return _cs.cs_strerror(self.errno)344 return _cs.cs_strerror(self.errno).decode()
511 LOG_W("Capstone initialization failed: '%s'", cs_strerror(err)); in arch_getInstrStr()520 cs_strerror(cs_errno(handle))); in arch_getInstrStr()
202 const char * CAPSTONE_API cs_strerror(cs_err code) in cs_strerror() function
492 - New API cs_strerror(errno) returns a string describing error code given