GDB (xrefs)
Loading...
Searching...
No Matches
Functions
leb.c File Reference
#include "defs.h"
#include "dwarf2/leb.h"

Go to the source code of this file.

Functions

ULONGEST read_unsigned_leb128 (bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read_ptr)
 
LONGEST read_signed_leb128 (bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read_ptr)
 
LONGEST read_initial_length (bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read, bool handle_nonstd)
 
LONGEST read_offset (bfd *abfd, const gdb_byte *buf, unsigned int offset_size)
 

Function Documentation

◆ read_initial_length()

LONGEST read_initial_length ( bfd * abfd,
const gdb_byte * buf,
unsigned int * bytes_read,
bool handle_nonstd )

◆ read_offset()

LONGEST read_offset ( bfd * abfd,
const gdb_byte * buf,
unsigned int offset_size )

◆ read_signed_leb128()

LONGEST read_signed_leb128 ( bfd * abfd,
const gdb_byte * buf,
unsigned int * bytes_read_ptr )

◆ read_unsigned_leb128()

ULONGEST read_unsigned_leb128 ( bfd * abfd,
const gdb_byte * buf,
unsigned int * bytes_read_ptr )