HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_INSN (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/third_party/libdisasm/
ia32_insn.c 409 return INVALID_INSN;
417 return INVALID_INSN;
454 return INVALID_INSN;
468 if ( prefix && ( sub_size == INVALID_INSN ||
481 if (sub_size == INVALID_INSN) return INVALID_INSN;
497 if (sub_size == INVALID_INSN) return INVALID_INSN;
547 if (size == INVALID_INSN || sfx_insn->mnem_flag == INS_INVALID ) {
591 if ( size == INVALID_INSN || size > buf_len || raw_insn->mnem_flag == INS_INVALID )
    [all...]
ia32_invariant.c 288 if ( size == INVALID_INSN || size > buf_len ) {
ia32_insn.h 26 #define INVALID_INSN ((size_t) -1) /* return value for invalid insn */

Completed in 90 milliseconds