Lines Matching refs:read_uleb128
105 read_uleb128 (bfd_byte **iter, bfd_byte *end, bfd_vma *value)
121 /* Like read_uleb128, but for signed values. */
377 return (read_uleb128 (iter, end, &length)
384 && read_uleb128 (iter, end, &length)
659 REQUIRE (read_uleb128 (&buf, end, &cie->code_align));
667 REQUIRE (read_uleb128 (&buf, end, &cie->ra_column));
678 REQUIRE (read_uleb128 (&buf, end, &cie->augmentation_size));
829 REQUIRE (read_uleb128 (&buf, end, &length));