Home | History | Annotate | Download | only in elfcopy

Lines Matching defs:ofs

3458                     long l, ofs;
3515 ofs = byte_get (start, 1); start += 1;
3520 ofs * fc->code_factor,
3521 fc->pc_begin + ofs * fc->code_factor);
3522 fc->pc_begin += ofs * fc->code_factor;
3526 ofs = byte_get (start, 2); start += 2;
3531 ofs * fc->code_factor,
3532 fc->pc_begin + ofs * fc->code_factor);
3533 fc->pc_begin += ofs * fc->code_factor;
3537 ofs = byte_get (start, 4); start += 4;
3542 ofs * fc->code_factor,
3543 fc->pc_begin + ofs * fc->code_factor);
3544 fc->pc_begin += ofs * fc->code_factor;
3637 printf (" DW_CFA_def_cfa: r%d ofs %d\n",
3725 printf (" DW_CFA_def_cfa_sf: r%d ofs %d\n",
3737 ofs = byte_get (start, 8); start += 8;
3742 ofs * fc->code_factor,
3743 fc->pc_begin + ofs * fc->code_factor);
3744 fc->pc_begin += ofs * fc->code_factor;