Lines Matching defs:operand
100 Points to the byte stream for the first operand, and finally to
102 Dwarf_Small *operand;
104 /* Size of the byte stream for second operand. */
125 operand = NULL;
203 operand = (Dwarf_Small *) encode_buffer;
214 operand = (Dwarf_Small *) encode_buffer;
257 operand = (Dwarf_Small *) & operand_buffer[0];
258 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 1);
264 operand = (Dwarf_Small *) & operand_buffer[0];
265 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 2);
271 operand = (Dwarf_Small *) & operand_buffer[0];
272 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 4);
278 operand = (Dwarf_Small *) & operand_buffer[0];
279 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 8);
292 operand = (Dwarf_Small *) encode_buffer;
304 operand = (Dwarf_Small *) encode_buffer;
316 operand = (Dwarf_Small *) encode_buffer;
327 operand = (Dwarf_Small *) encode_buffer;
328 /* put this one directly into 'operand' at tail of prev value */
330 ((char *) operand) +
345 operand = (Dwarf_Small *) & operand_buffer[0];
346 WRITE_UNALIGNED(dbg, operand, (const void *) &val1,
360 operand = (Dwarf_Small *) & operand_buffer[0];
361 WRITE_UNALIGNED(dbg, operand, (const void *) &val1,
386 operand = (Dwarf_Small *) encode_buffer;
417 operand = (Dwarf_Small *) encode_buffer;
425 operand = (Dwarf_Small *) & operand_buffer[0];
426 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 2);
431 operand = (Dwarf_Small *) & operand_buffer[0];
432 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 4);
437 operand = (Dwarf_Small *) & operand_buffer[0];
438 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1),
454 operand = (Dwarf_Small *) encode_buffer;
455 /* put this one directly into 'operand' at tail of prev value */
457 ((char *) operand) +
484 memcpy(next_byte_ptr, operand, operand_size);