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

/linux-4.1.27/arch/sh/kernel/
H A Ddwarf.c139 * dwarf_read_uleb128 - read unsigned LEB128 data
148 static inline unsigned long dwarf_read_uleb128(char *addr, unsigned int *ret) dwarf_read_uleb128() function
429 count = dwarf_read_uleb128(current_insn, &offset); dwarf_cfa_execute_insns()
465 count = dwarf_read_uleb128(current_insn, &reg); dwarf_cfa_execute_insns()
467 count = dwarf_read_uleb128(current_insn, &offset); dwarf_cfa_execute_insns()
472 count = dwarf_read_uleb128(current_insn, &reg); dwarf_cfa_execute_insns()
476 count = dwarf_read_uleb128(current_insn, &reg); dwarf_cfa_execute_insns()
482 count = dwarf_read_uleb128(current_insn, dwarf_cfa_execute_insns()
485 count = dwarf_read_uleb128(current_insn, dwarf_cfa_execute_insns()
492 count = dwarf_read_uleb128(current_insn, dwarf_cfa_execute_insns()
498 count = dwarf_read_uleb128(current_insn, &offset); dwarf_cfa_execute_insns()
503 count = dwarf_read_uleb128(current_insn, &expr_len); dwarf_cfa_execute_insns()
513 count = dwarf_read_uleb128(current_insn, &reg); dwarf_cfa_execute_insns()
523 count = dwarf_read_uleb128(current_insn, &reg); dwarf_cfa_execute_insns()
532 count = dwarf_read_uleb128(current_insn, &offset); dwarf_cfa_execute_insns()
536 count = dwarf_read_uleb128(current_insn, &reg); dwarf_cfa_execute_insns()
538 count = dwarf_read_uleb128(current_insn, &offset); dwarf_cfa_execute_insns()
766 count = dwarf_read_uleb128(p, &cie->code_alignment_factor); dwarf_parse_cie()
780 count = dwarf_read_uleb128(p, &cie->return_address_reg); dwarf_parse_cie()
788 count = dwarf_read_uleb128(p, &length); dwarf_parse_cie()
912 count = dwarf_read_uleb128(p, &length); dwarf_parse_fde()

Completed in 67 milliseconds