Searched defs:parsed_cs_str_t (Results 1 – 1 of 1) sorted by relevance
397 struct parsed_cs_str_t : parsed_values_t<parsed_cs_op_t> struct399 void init () in init()407 void add_op (op_code_t op, const byte_str_ref_t& str_ref) in add_op()413 void add_call_op (op_code_t op, const byte_str_ref_t& str_ref, unsigned int subr_num) in add_call_op()427 void set_prefix (const number_t &num, op_code_t op = OpCode_Invalid) in set_prefix()434 bool at_end (unsigned int pos) const in at_end()440 bool is_parsed () const { return parsed; } in is_parsed()441 void set_parsed () { parsed = true; } in set_parsed()443 bool is_hint_dropped () const { return hint_dropped; } in is_hint_dropped()444 void set_hint_dropped () { hint_dropped = true; } in set_hint_dropped()[all …]