Searched refs:operand1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_loc.c84 Dwarf_Unsigned operand1, operand2; local
112 operand1 = 0;
166 operand1 = _dwarf_decode_u_leb128(loc_ptr, &leb128_length);
203 operand1 = atom - DW_OP_lit0;
207 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned,
214 operand1 = *(Dwarf_Small *) loc_ptr;
220 operand1 = *(Dwarf_Sbyte *) loc_ptr;
221 SIGN_EXTEND(operand1,1);
227 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr, 2);
233 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigne
[all...]

Completed in 45 milliseconds