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.c66 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()
101 byte = *leb128; in _dwarf_decode_u_leb128_chk()
123 ++leb128; in _dwarf_decode_u_leb128_chk()
127 byte = *leb128; in _dwarf_decode_u_leb128_chk()
151 if (leb128 >= endptr) { in _dwarf_decode_s_leb128_chk()
154 byte = *leb128; in _dwarf_decode_s_leb128_chk()
166 ++leb128; in _dwarf_decode_s_leb128_chk()
167 if (leb128 >= endptr) { in _dwarf_decode_s_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.com42 SGSCOMMONOBJ = leb128.o
/illumos-gate/usr/src/cmd/sgs/libld/
H A DMakefile.com63 E_X86_COMMONOBJ = leb128.o