Home
last modified time | relevance | path

Searched refs:tos (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/doc/
Dchew.c284 string_type *tos; variable
320 if (tos < stack) in check_range()
322 if (tos >= stack + STACK) in check_range()
393 if (tos->write_idx) in remchar()
394 tos->write_idx--; in remchar()
401 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1)) in strip_trailing_newlines()
402 || at (tos, tos->write_idx - 1) == '\n') in strip_trailing_newlines()
403 && tos->write_idx > 0) in strip_trailing_newlines()
404 tos->write_idx--; in strip_trailing_newlines()
421 tos++; in push_text()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dcoff-alpha.c743 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()
[all …]
Dieee.c2540 int *tos = stack; in copy_expression() local
2557 *tos++ = value; in copy_expression()
2567 *tos++ = value; in copy_expression()
2575 *tos++ = value; in copy_expression()
2581 *tos++ = value; in copy_expression()
2585 *tos++ = 0; in copy_expression()
2591 write_int (*(--tos)); in copy_expression()
2594 *tos++ = THIS (); in copy_expression()
2599 value = *(--tos); in copy_expression()
2600 value += *(--tos); in copy_expression()
[all …]
/toolchain/binutils/binutils-2.25/ld/
Dldlang.c3596 lang_output_section_statement_type *tos; in map_input_to_output_sections() local
3610 tos = &s->output_section_statement; in map_input_to_output_sections()
3611 if (tos->constraint != 0) in map_input_to_output_sections()
3613 if (tos->constraint != ONLY_IF_RW in map_input_to_output_sections()
3614 && tos->constraint != ONLY_IF_RO) in map_input_to_output_sections()
3616 tos->all_input_readonly = TRUE; in map_input_to_output_sections()
3617 check_input_sections (tos->children.head, tos); in map_input_to_output_sections()
3618 if (tos->all_input_readonly != (tos->constraint == ONLY_IF_RO)) in map_input_to_output_sections()
3620 tos->constraint = -1; in map_input_to_output_sections()
3624 map_input_to_output_sections (tos->children.head, in map_input_to_output_sections()
[all …]