Searched refs:dwarf_read_uleb128 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/sh/kernel/ |
D | dwarf.c | 145 static inline unsigned long dwarf_read_uleb128(char *addr, unsigned int *ret) in dwarf_read_uleb128() function 426 count = dwarf_read_uleb128(current_insn, &offset); in dwarf_cfa_execute_insns() 462 count = dwarf_read_uleb128(current_insn, ®); in dwarf_cfa_execute_insns() 464 count = dwarf_read_uleb128(current_insn, &offset); in dwarf_cfa_execute_insns() 469 count = dwarf_read_uleb128(current_insn, ®); in dwarf_cfa_execute_insns() 473 count = dwarf_read_uleb128(current_insn, ®); in dwarf_cfa_execute_insns() 479 count = dwarf_read_uleb128(current_insn, in dwarf_cfa_execute_insns() 482 count = dwarf_read_uleb128(current_insn, in dwarf_cfa_execute_insns() 489 count = dwarf_read_uleb128(current_insn, in dwarf_cfa_execute_insns() 495 count = dwarf_read_uleb128(current_insn, &offset); in dwarf_cfa_execute_insns() [all …]
|