Searched refs:dwarf_read_uleb128 (Results 1 – 1 of 1) sorted by relevance
/arch/sh/kernel/ |
D | dwarf.c | 148 static inline unsigned long dwarf_read_uleb128(char *addr, unsigned int *ret) in dwarf_read_uleb128() function 429 count = dwarf_read_uleb128(current_insn, &offset); in dwarf_cfa_execute_insns() 465 count = dwarf_read_uleb128(current_insn, ®); in dwarf_cfa_execute_insns() 467 count = dwarf_read_uleb128(current_insn, &offset); in dwarf_cfa_execute_insns() 472 count = dwarf_read_uleb128(current_insn, ®); in dwarf_cfa_execute_insns() 476 count = dwarf_read_uleb128(current_insn, ®); in dwarf_cfa_execute_insns() 482 count = dwarf_read_uleb128(current_insn, in dwarf_cfa_execute_insns() 485 count = dwarf_read_uleb128(current_insn, in dwarf_cfa_execute_insns() 492 count = dwarf_read_uleb128(current_insn, in dwarf_cfa_execute_insns() 498 count = dwarf_read_uleb128(current_insn, &offset); in dwarf_cfa_execute_insns() [all …]
|