Home | History | Annotate | Download | only in bfd

Lines Matching refs:tos

748   int tos = 0;
985 if (tos >= RELOC_STACKSIZE)
988 stack[tos++] = relocation;
1004 if (tos == 0)
1014 val |= (stack[--tos] & ((1 << size) - 1)) << offset;
1045 if (tos == 0)
1048 stack[tos - 1] -= relocation;
1078 if (tos == 0)
1081 stack[tos - 1] >>= relocation;
1131 if (tos != 0)
1349 int tos = 0;
1738 if (tos >= RELOC_STACKSIZE)
1740 stack[tos++] = addend;
1744 if (tos == 0)
1746 stack[tos - 1] -= addend;
1750 if (tos == 0)
1752 stack[tos - 1] >>= addend;
1769 if (tos == 0)
1785 val |= (stack[--tos] & mask) << (bfd_vma) r_offset;
1974 if (tos != 0)