diff options
Diffstat (limited to 'gold/dwarf_reader.h')
-rw-r--r-- | gold/dwarf_reader.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/dwarf_reader.h b/gold/dwarf_reader.h index 173e8c2..c9d760c 100644 --- a/gold/dwarf_reader.h +++ b/gold/dwarf_reader.h @@ -38,6 +38,12 @@ template<int size, bool big_endian> class Track_relocs; struct LineStateMachine; +uint64_t +read_unsigned_LEB_128(const unsigned char* buffer, size_t* len); + +int64_t +read_signed_LEB_128(const unsigned char* buffer, size_t* len); + // We can't do better than to keep the offsets in a sorted vector. // Here, offset is the key, and file_num/line_num is the value. struct Offset_to_lineno_entry |