Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame.h113 struct Dwarf_Reg_Rule_s { struct
169 struct Dwarf_Reg_Rule_s fr_cfa_rule; argument
174 struct Dwarf_Reg_Rule_s *fr_reg;
H A Ddwarf_frame.c70 static void _dwarf_init_regrule_table(struct Dwarf_Reg_Rule_s *t1reg,
82 struct Dwarf_Reg_Rule_s *reg_rule);
198 struct Dwarf_Reg_Rule_s *localregtab = calloc(reg_count, in _dwarf_exec_frame_instr()
200 Dwarf_Reg_Rule_s)); in _dwarf_exec_frame_instr()
202 struct Dwarf_Reg_Rule_s cfa_reg; in _dwarf_exec_frame_instr()
280 struct Dwarf_Reg_Rule_s *t1reg = localregtab; in _dwarf_exec_frame_instr()
281 struct Dwarf_Reg_Rule_s *t1end = t1reg + reg_count; in _dwarf_exec_frame_instr()
284 struct Dwarf_Reg_Rule_s *t2reg = in _dwarf_exec_frame_instr()
995 struct Dwarf_Reg_Rule_s *t2reg = table->fr_reg; in _dwarf_exec_frame_instr()
996 struct Dwarf_Reg_Rule_s *t3reg = localregtab; in _dwarf_exec_frame_instr()
[all …]