• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/dtrace-118.1/libdwarf/

Lines Matching defs:operand

98        Points to the byte stream for the first operand, and finally to
100 Dwarf_Small *operand;
102 /* Size of the byte stream for second operand. */
123 operand = NULL;
201 operand = (Dwarf_Small *) encode_buffer;
212 operand = (Dwarf_Small *) encode_buffer;
255 operand = (Dwarf_Small *) & operand_buffer[0];
256 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 1);
262 operand = (Dwarf_Small *) & operand_buffer[0];
263 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 2);
269 operand = (Dwarf_Small *) & operand_buffer[0];
270 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 4);
276 operand = (Dwarf_Small *) & operand_buffer[0];
277 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 8);
290 operand = (Dwarf_Small *) encode_buffer;
302 operand = (Dwarf_Small *) encode_buffer;
314 operand = (Dwarf_Small *) encode_buffer;
325 operand = (Dwarf_Small *) encode_buffer;
326 /* put this one directly into 'operand' at tail of prev value */
328 ((char *) operand) +
343 operand = (Dwarf_Small *) & operand_buffer[0];
348 WRITE_UNALIGNED(dbg, operand, (const void *) val1,
362 operand = (Dwarf_Small *) & operand_buffer[0];
367 WRITE_UNALIGNED(dbg, operand, (const void *) val1,
392 operand = (Dwarf_Small *) encode_buffer;
423 operand = (Dwarf_Small *) encode_buffer;
431 operand = (Dwarf_Small *) & operand_buffer[0];
432 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 2);
437 operand = (Dwarf_Small *) & operand_buffer[0];
438 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 4);
443 operand = (Dwarf_Small *) & operand_buffer[0];
444 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1),
460 operand = (Dwarf_Small *) encode_buffer;
461 /* put this one directly into 'operand' at tail of prev value */
463 ((char *) operand) +
490 memcpy(next_byte_ptr, operand, operand_size);