Lines Matching refs:loc
93 } loc; member
755 fs->regs.reg[reg].loc.offset = offset; in execute_cfa_program()
791 fs->regs.reg[reg].loc.offset = offset; in execute_cfa_program()
813 fs->regs.reg[reg].loc.reg = reg2; in execute_cfa_program()
877 fs->regs.reg[reg].loc.exp = insn_ptr; in execute_cfa_program()
888 fs->regs.reg[reg].loc.offset = offset; in execute_cfa_program()
910 fs->regs.reg[reg].loc.offset = (reg - 16) * sizeof (void *); in execute_cfa_program()
926 fs->regs.reg[reg].loc.offset = -offset; in execute_cfa_program()
1053 state_in->reg_or_offset[reg] = fs.regs.reg[reg].loc.reg; in __frame_state_for()
1056 state_in->reg_or_offset[reg] = fs.regs.reg[reg].loc.offset; in __frame_state_for()
1140 context->reg[i] = cfa + fs->regs.reg[i].loc.offset; in uw_update_context_1()
1144 context->reg[i] = orig_context.reg[fs->regs.reg[i].loc.reg]; in uw_update_context_1()
1149 const unsigned char *exp = fs->regs.reg[i].loc.exp; in uw_update_context_1()