Home | History | Annotate | Download | only in x86_64

Lines Matching refs:reg

32 linux_scratch_loc (struct cursor *c, unw_regnum_t reg)
39 return DWARF_REG_LOC (&c->dwarf, reg);
50 return DWARF_REG_LOC (&c->dwarf, reg);
55 x86_64_scratch_loc (struct cursor *c, unw_regnum_t reg)
58 return linux_scratch_loc (c, reg);
60 return DWARF_REG_LOC (&c->dwarf, reg);
65 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
72 switch (reg)
90 arg_num = reg - UNW_X86_64_RAX;
104 loc = c->dwarf.loc[(reg == UNW_X86_64_RAX) ? RAX : RDX];
123 Debug (1, "bad register number %u\n", reg);
134 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,