Searched refs:dwarf_read_uleb128 (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sh/kernel/
H A Ddwarf.c136 * dwarf_read_uleb128 - read unsigned LEB128 data
145 static inline unsigned long dwarf_read_uleb128(char *addr, unsigned int *ret) function
426 count = dwarf_read_uleb128(current_insn, &offset);
462 count = dwarf_read_uleb128(current_insn, &reg);
464 count = dwarf_read_uleb128(current_insn, &offset);
469 count = dwarf_read_uleb128(current_insn, &reg);
473 count = dwarf_read_uleb128(current_insn, &reg);
479 count = dwarf_read_uleb128(current_insn,
482 count = dwarf_read_uleb128(current_insn,
489 count = dwarf_read_uleb128(current_ins
[all...]

Completed in 202 milliseconds