Home
last modified time | relevance | path

Searched refs:reg_count (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_frame.c255 unsigned reg_count = dbg->de_frame_reg_rules_entry_count; in _dwarf_exec_frame_instr() local
256 struct Dwarf_Reg_Rule_s *localregtab = calloc(reg_count, in _dwarf_exec_frame_instr()
350 dwarf_init_reg_rules_ru(localregtab,0,reg_count, in _dwarf_exec_frame_instr()
413 ERROR_IF_REG_NUM_TOO_HIGH(reg_no, reg_count); in _dwarf_exec_frame_instr()
437 ERROR_IF_REG_NUM_TOO_HIGH(reg_no, reg_count); in _dwarf_exec_frame_instr()
583 ERROR_IF_REG_NUM_TOO_HIGH(reg_no, reg_count); in _dwarf_exec_frame_instr()
610 ERROR_IF_REG_NUM_TOO_HIGH(reg_no, reg_count); in _dwarf_exec_frame_instr()
632 ERROR_IF_REG_NUM_TOO_HIGH(reg_no, reg_count); in _dwarf_exec_frame_instr()
678 if (reg_noB > reg_count) { in _dwarf_exec_frame_instr()
701 for (i = 0; i < reg_count; i++) in _dwarf_exec_frame_instr()
[all …]