Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_leb.c47 _dwarf_decode_u_leb128(Dwarf_Small * leb128, Dwarf_Word * leb128_length) in _dwarf_decode_u_leb128() argument
59 if ((*leb128 & 0x80) == 0) { in _dwarf_decode_u_leb128()
62 return (*leb128); in _dwarf_decode_u_leb128()
63 } else if ((*(leb128 + 1) & 0x80) == 0) { in _dwarf_decode_u_leb128()
67 word_number = *leb128 & 0x7f; in _dwarf_decode_u_leb128()
68 word_number |= (*(leb128 + 1) & 0x7f) << 7; in _dwarf_decode_u_leb128()
70 } else if ((*(leb128 + 2) & 0x80) == 0) { in _dwarf_decode_u_leb128()
74 word_number = *leb128 & 0x7f; in _dwarf_decode_u_leb128()
75 word_number |= (*(leb128 + 1) & 0x7f) << 7; in _dwarf_decode_u_leb128()
76 word_number |= (*(leb128 + 2) & 0x7f) << 14; in _dwarf_decode_u_leb128()
[all …]
H A Ddwarf_util.h247 _dwarf_decode_u_leb128(Dwarf_Small * leb128,
251 _dwarf_decode_s_leb128(Dwarf_Small * leb128,
/titanic_41/usr/src/cmd/sgs/elfdump/
H A DMakefile.com40 TOOLOBJ = leb128.o
/titanic_41/usr/src/cmd/sgs/libld/
H A DMakefile.com62 E_X86_TOOLOBJS = leb128.o