Searched refs:leb128 (Results 1 – 4 of 4) sorted by relevance
54 _dwarf_decode_u_leb128_chk(Dwarf_Small * leb128, in _dwarf_decode_u_leb128_chk() argument66 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 …]
372 int _dwarf_decode_u_leb128_chk(Dwarf_Small * leb128,381 int _dwarf_decode_s_leb128_chk(Dwarf_Small * leb128,
43 SGSCOMMONOBJ = leb128.o
63 E_X86_COMMONOBJ = leb128.o