Lines Matching refs:tos
743 int tos = 0; in alpha_ecoff_get_relocated_section_contents() local
980 if (tos >= RELOC_STACKSIZE) in alpha_ecoff_get_relocated_section_contents()
983 stack[tos++] = relocation; in alpha_ecoff_get_relocated_section_contents()
999 if (tos == 0) in alpha_ecoff_get_relocated_section_contents()
1009 val |= (stack[--tos] & ((1 << size) - 1)) << offset; in alpha_ecoff_get_relocated_section_contents()
1040 if (tos == 0) in alpha_ecoff_get_relocated_section_contents()
1043 stack[tos - 1] -= relocation; in alpha_ecoff_get_relocated_section_contents()
1073 if (tos == 0) in alpha_ecoff_get_relocated_section_contents()
1076 stack[tos - 1] >>= relocation; in alpha_ecoff_get_relocated_section_contents()
1131 if (tos != 0) in alpha_ecoff_get_relocated_section_contents()
1348 int tos = 0; in alpha_relocate_section() local
1739 if (tos >= RELOC_STACKSIZE) in alpha_relocate_section()
1741 stack[tos++] = addend; in alpha_relocate_section()
1745 if (tos == 0) in alpha_relocate_section()
1747 stack[tos - 1] -= addend; in alpha_relocate_section()
1751 if (tos == 0) in alpha_relocate_section()
1753 stack[tos - 1] >>= addend; in alpha_relocate_section()
1770 if (tos == 0) in alpha_relocate_section()
1786 val |= (stack[--tos] & mask) << (bfd_vma) r_offset; in alpha_relocate_section()
1981 if (tos != 0) in alpha_relocate_section()