Searched refs:leb128 (Results 1 – 4 of 4) sorted by relevance
47 _dwarf_decode_u_leb128(Dwarf_Small * leb128, Dwarf_Word * leb128_length) in _dwarf_decode_u_leb128() argument59 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 …]
247 _dwarf_decode_u_leb128(Dwarf_Small * leb128,251 _dwarf_decode_s_leb128(Dwarf_Small * leb128,
40 TOOLOBJ = leb128.o
62 E_X86_TOOLOBJS = leb128.o