Home
last modified time | relevance | path

Searched refs:leb128 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_leb.c54 _dwarf_decode_u_leb128_chk(Dwarf_Small * leb128, in _dwarf_decode_u_leb128_chk() argument
66 if (leb128 >=endptr) { in _dwarf_decode_u_leb128_chk()
73 if ((*leb128 & 0x80) == 0) { in _dwarf_decode_u_leb128_chk()
77 *outval = *leb128; in _dwarf_decode_u_leb128_chk()
80 if ((leb128+1) >=endptr) { in _dwarf_decode_u_leb128_chk()
83 if ((*(leb128 + 1) & 0x80) == 0) { in _dwarf_decode_u_leb128_chk()
87 word_number = *leb128 & 0x7f; in _dwarf_decode_u_leb128_chk()
88 word_number |= (*(leb128 + 1) & 0x7f) << 7; in _dwarf_decode_u_leb128_chk()
101 byte = *leb128; in _dwarf_decode_u_leb128_chk()
123 ++leb128; in _dwarf_decode_u_leb128_chk()
[all …]
H A Ddwarf_util.h372 int _dwarf_decode_u_leb128_chk(Dwarf_Small * leb128,
381 int _dwarf_decode_s_leb128_chk(Dwarf_Small * leb128,
/illumos-gate/usr/src/cmd/sgs/elfdump/
H A DMakefile.com43 SGSCOMMONOBJ = leb128.o
/illumos-gate/usr/src/cmd/sgs/libld/
H A DMakefile.com63 E_X86_COMMONOBJ = leb128.o