Home
last modified time | relevance | path

Searched refs:_dwarf_decode_uleb128 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c624 _dwarf_decode_uleb128(&p) * daf; in _dwarf_frame_run_inst()
684 reg = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
685 uoff = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
698 reg = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
708 reg = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
717 reg = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
727 reg = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
728 reg2 = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
752 reg = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
753 uoff = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
[all …]
H A Dlibdwarf_loc.c226 operand1 = _dwarf_decode_uleb128(&p); in _dwarf_loc_fill_loc()
272 operand1 = _dwarf_decode_uleb128(&p); in _dwarf_loc_fill_loc()
273 operand2 = _dwarf_decode_uleb128(&p); in _dwarf_loc_fill_loc()
281 operand1 = _dwarf_decode_uleb128(&p); in _dwarf_loc_fill_loc()
295 operand1 = _dwarf_decode_uleb128(&p); in _dwarf_loc_fill_loc()
345 operand1 = _dwarf_decode_uleb128(&p); in _dwarf_loc_fill_loc()
H A Dlibdwarf_lineno.c51 lf->lf_dirndx = _dwarf_decode_uleb128(&src); in _dwarf_lineno_add_file()
88 lf->lf_mtime = _dwarf_decode_uleb128(&src); in _dwarf_lineno_add_file()
89 lf->lf_size = _dwarf_decode_uleb128(&src); in _dwarf_lineno_add_file()
161 opsize = _dwarf_decode_uleb128(&p); in _dwarf_lineno_run_program()
197 address += _dwarf_decode_uleb128(&p) * in _dwarf_lineno_run_program()
204 file = _dwarf_decode_uleb128(&p); in _dwarf_lineno_run_program()
207 column = _dwarf_decode_uleb128(&p); in _dwarf_lineno_run_program()
226 (void) _dwarf_decode_uleb128(&p); in _dwarf_lineno_run_program()
H A Dlibdwarf_rw.c431 _dwarf_decode_uleb128(uint8_t **dp) in _dwarf_decode_uleb128() function
H A D_libdwarf.h514 uint64_t _dwarf_decode_uleb128(uint8_t **);