Searched refs:read_leb128 (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.c163 read_leb128 (unsigned char *data, unsigned int *length_return, int sign) function
232 len = read_leb128 (data, & bytes_read, 0);
266 printf (_("%lu\t"), read_leb128 (data, & bytes_read, 0));
268 printf (_("%lu\t"), read_leb128 (data, & bytes_read, 0));
270 printf (_("%lu\t"), read_leb128 (data, & bytes_read, 0));
419 entry = read_leb128 (start, & bytes_read, 0);
428 tag = read_leb128 (start, & bytes_read, 0);
439 attribute = read_leb128 (start, & bytes_read, 0);
442 form = read_leb128 (start, & bytes_read, 0);
640 printf ("DW_OP_constu: %lu", read_leb128 (dat
[all...]
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c693 leb = read_leb128 (buf + i, &leblen, 0, buf + len);
699 leb = read_leb128 (buf + i, &leblen, 0, buf + len);
710 leb = read_leb128 (buf + i, &leblen, 0, buf + len);
715 leb = read_leb128 (buf + i, &leblen, 0, buf + len);
720 leb = read_leb128 (buf + i, &leblen, 0, buf + len);
723 leb = read_leb128 (buf + i, &leblen, 0, buf + len);
760 leb = read_leb128 (buf + i, &leblen, 0, buf + len);
783 svma = read_leb128 (buf + i, &leblen, 0, buf + len);
789 leb = read_leb128 (buf + i, &leblen, 0, buf + len);
795 leb = read_leb128 (bu
[all...]
H A Ddwarf.h225 extern dwarf_vma read_leb128 (unsigned char *, unsigned int *, bfd_boolean, const unsigned char * const);
H A Ddwarf.c264 read_leb128 (unsigned char *data, function
306 return (dwarf_signed_vma) read_leb128 (data, length_return, TRUE, end);
314 return read_leb128 (data, length_return, FALSE, end);
H A Dreadelf.c696 return read_leb128 (data, length_return, FALSE, end);

Completed in 115 milliseconds