#include "config.h"#include "dwarf_incl.h"#include <stdio.h>

Go to the source code of this file.
Defines | |
| #define | BITSINBYTE 8 |
Functions/Subroutines | |
| Dwarf_Unsigned | _dwarf_decode_u_leb128 (Dwarf_Small *leb128, Dwarf_Word *leb128_length) |
| Dwarf_Signed | _dwarf_decode_s_leb128 (Dwarf_Small *leb128, Dwarf_Word *leb128_length) |
| #define BITSINBYTE 8 |
| Dwarf_Signed _dwarf_decode_s_leb128 | ( | Dwarf_Small * | leb128, | |
| Dwarf_Word * | leb128_length | |||
| ) |
Definition at line 122 of file dwarf_leb.c.
References BITSINBYTE, NULL, and shift.
Referenced by __dwarf_get_fde_list_internal(), _dwarf_get_locdesc(), _dwarf_get_size_of_val(), dwarf_formsdata(), and dwarf_get_fde_for_die().
| Dwarf_Unsigned _dwarf_decode_u_leb128 | ( | Dwarf_Small * | leb128, | |
| Dwarf_Word * | leb128_length | |||
| ) |
Definition at line 51 of file dwarf_leb.c.
Referenced by _dwarf_die_attr_unsigned_constant(), _dwarf_exec_frame_instr(), _dwarf_get_locdesc(), _dwarf_get_size_of_val(), _dwarf_internal_printlines(), _dwarf_internal_srclines(), _dwarf_next_die_info_ptr(), _dwarf_update_line_sec(), dwarf_formblock(), dwarf_formref(), dwarf_formudata(), dwarf_get_macro_details(), dwarf_global_formref(), and dwarf_srcfiles().
1.5.6