Home | History | Annotate | Download | only in libgcc

Lines Matching defs:utmp

427   _uleb128_t utmp;
450 p = read_uleb128 (p, &utmp);
451 fs->code_align = (_Unwind_Word)utmp;
458 p = read_uleb128 (p, &utmp);
459 fs->retaddr_column = (_Unwind_Word)utmp;
468 p = read_uleb128 (p, &utmp);
469 ret = p + utmp;
541 _uleb128_t reg, utmp;
627 op_ptr = read_uleb128 (op_ptr, &utmp);
628 result = (_Unwind_Word)utmp;
815 op_ptr = read_uleb128 (op_ptr, &utmp);
816 result += (_Unwind_Word)utmp;