Home
last modified time | relevance | path

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

/reactos/sdk/lib/rossym/
H A Ddwarfeval.c43 OpLit0 = 0x30,
H A Ddwarf.h179 OpLit0 = 0x30, enumerator
/reactos/sdk/lib/rossym_new/
H A Ddwarfeval.c43 OpLit0 = 0x30,
H A Ddwarf.h181 OpLit0 = 0x30, enumerator
H A Ddwarfinfo.c870 if (opcode >= OpLit0 && opcode < OpReg0) in dwarfgetarg()
871 stackpush(&stack, opcode - OpLit0); in dwarfgetarg()