Home
last modified time | relevance | path

Searched refs:OpBreg0 (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/rossym/
H A Ddwarfeval.c47 OpBreg0 = 0x70, /* 1 op, signed LEB128 constant */
H A Ddwarf.h183 OpBreg0 = 0x70, /* 1 op, signed LEB128 constant */ enumerator
/reactos/sdk/lib/rossym_new/
H A Ddwarfeval.c47 OpBreg0 = 0x70, /* 1 op, signed LEB128 constant */
H A Ddwarfinfo.c872 else if (opcode >= OpReg0 && opcode < OpBreg0) { in dwarfgetarg()
876 } else if (opcode >= OpBreg0 && opcode < OpRegx) { in dwarfgetarg()
878 reg = opcode - OpBreg0, in dwarfgetarg()
H A Ddwarf.h185 OpBreg0 = 0x70, /* 1 op, signed LEB128 constant */ enumerator