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

/fuchsia/zircon/third_party/ulib/backtrace/
H A Ddwarf.c634 read_uleb128 (struct dwarf_buf *buf) function
786 return advance (buf, read_uleb128 (buf));
818 val->u.uint = read_uleb128 (buf);
845 val->u.uint = read_uleb128 (buf);
851 form = read_uleb128 (buf);
862 return advance (buf, read_uleb128 (buf));
873 val->u.uint = read_uleb128 (buf);
877 val->u.uint = read_uleb128 (buf);
1133 while (read_uleb128 (&count_buf) != 0)
1139 read_uleb128 (
[all...]

Completed in 78 milliseconds