Lines Matching refs:roff
86 const struct pt_regs_dwarfnum *roff;
87 for (roff = regdwarfnum_table; roff->name != NULL; roff++)
88 if (roff->dwarfnum == n)
89 return roff->name;
95 const struct pt_regs_dwarfnum *roff;
96 for (roff = regdwarfnum_table; roff->name != NULL; roff++)
97 if (!strcmp(roff->name, name))
98 return roff->ptregs_offset;