Lines Matching defs:block
242 storage. Uses the thread local storage block of the defining
389 /* Special, unsigned size plus block. */
392 Dwarf_Block block;
397 if (dwarf_formblock (&const_attr, &block) != 0)
407 assert (expr->number == block.length);
408 assert (block.length == block_impl.length);
409 printf ("%s(%" PRIu64 "){", opname, block.length);
410 for (size_t i = 0; i < block.length; i++)
412 printf ("%02x", block.data[i]);
413 assert (block.data[i] == block_impl.data[i]);
515 /* Special, unsigned size plus expression block. All registers
516 inside the block should be interpreted as they had on
518 attribute containing the block as locexpr which can be
633 DW_TAG_base_type, an unsigned size length plus a block with
647 Dwarf_Block block;
648 if (dwarf_formblock (&const_attr, &block) != 0)
654 printf ("(%" PRIu64 ")[", block.length);
655 for (size_t i = 0; i < block.length; i++)
656 printf ("%02x", block.data[i]);
803 // Evaluate the expression block for each range.