IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Processor feature bits

Used by processor_t::flag. More...

Variables

const problist_id_t PR_NOBASE = 1
 Can't find offset base.
const problist_id_t PR_NONAME = 2
 Can't find name.
const problist_id_t PR_NOFOP = 3
 Can't find forced op (not used anymore)
const problist_id_t PR_NOCMT = 4
 Can't find comment (not used anymore)
const problist_id_t PR_NOXREFS = 5
 Can't find references.
const problist_id_t PR_JUMP = 6
 Jump by table !!!! ignored.
const problist_id_t PR_DISASM = 7
 Can't disasm.
const problist_id_t PR_HEAD = 8
 Already head.
const problist_id_t PR_ILLADDR = 9
 Exec flows beyond limits.
const problist_id_t PR_MANYLINES = 10
 Too many lines.
const problist_id_t PR_BADSTACK = 11
 Failed to trace the value of the stack pointer.
const problist_id_t PR_ATTN = 12
 Attention! Probably erroneous situation.
const problist_id_t PR_FINAL = 13
 Decision to convert to instruction/data is made by IDA.
const problist_id_t PR_ROLLED = 14
 The decision made by IDA was wrong and rolled back.
const problist_id_t PR_COLLISION = 15
 FLAIR collision: the function with the given name already exists.
const problist_id_t PR_DECIMP = 16
 FLAIR match indecision: the patterns matched, but not the function(s) being referenced.
const problist_id_t PR_END = 17
 Number of problem types.

Detailed Description

Used by processor_t::flag.

Variable Documentation

◆ PR_NOBASE

const problist_id_t PR_NOBASE = 1

Can't find offset base.

◆ PR_NONAME

const problist_id_t PR_NONAME = 2

Can't find name.

◆ PR_NOFOP

const problist_id_t PR_NOFOP = 3

Can't find forced op (not used anymore)

◆ PR_NOCMT

const problist_id_t PR_NOCMT = 4

Can't find comment (not used anymore)

◆ PR_NOXREFS

const problist_id_t PR_NOXREFS = 5

Can't find references.

◆ PR_JUMP

const problist_id_t PR_JUMP = 6

Jump by table !!!! ignored.

◆ PR_DISASM

const problist_id_t PR_DISASM = 7

Can't disasm.

◆ PR_HEAD

const problist_id_t PR_HEAD = 8

Already head.

◆ PR_ILLADDR

const problist_id_t PR_ILLADDR = 9

Exec flows beyond limits.

◆ PR_MANYLINES

const problist_id_t PR_MANYLINES = 10

Too many lines.

◆ PR_BADSTACK

const problist_id_t PR_BADSTACK = 11

Failed to trace the value of the stack pointer.

◆ PR_ATTN

const problist_id_t PR_ATTN = 12

Attention! Probably erroneous situation.

◆ PR_FINAL

const problist_id_t PR_FINAL = 13

Decision to convert to instruction/data is made by IDA.

◆ PR_ROLLED

const problist_id_t PR_ROLLED = 14

The decision made by IDA was wrong and rolled back.

◆ PR_COLLISION

const problist_id_t PR_COLLISION = 15

FLAIR collision: the function with the given name already exists.

◆ PR_DECIMP

const problist_id_t PR_DECIMP = 16

FLAIR match indecision: the patterns matched, but not the function(s) being referenced.

◆ PR_END

const problist_id_t PR_END = 17

Number of problem types.