HomeSort by relevance Sort by last modified time
    Searched refs:read_uleb128 (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 288 read_uleb128 (unsigned char * data, function
457 len = read_uleb128 (data, & bytes_read, end);
494 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end)));
496 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end)));
498 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end)));
510 discrim = read_uleb128 (data, & bytes_read, end);
558 opc = read_uleb128 (data, & bytes_read, edata);
569 read_uleb128 (data, & bytes_read, edata)));
576 read_uleb128 (data, & bytes_read, edata)));
580 read_uleb128 (data, & bytes_read, edata)))
    [all...]
readelf.c 640 read_uleb128 (unsigned char *data,
637 read_uleb128 (unsigned char *data, function
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c 105 read_uleb128 (bfd_byte **iter, bfd_byte *end, bfd_vma *value) function
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));
    [all...]

Completed in 1338 milliseconds