Lines Matching refs:untruth
1919 struct broken_word *untruth; in write_object_file() local
1930 for (untruth = lie; in write_object_file()
1931 untruth && untruth->dispfrag == fragP; in write_object_file()
1932 untruth = untruth->next_broken_word) in write_object_file()
1933 if (untruth->added == 1) in write_object_file()
1955 for (untruth = (struct broken_word *) (fragP->fr_symbol); in write_object_file()
1956 untruth && untruth->dispfrag == fragP; in write_object_file()
1957 untruth = untruth->next_broken_word) in write_object_file()
1959 if (untruth->use_jump == lie) in write_object_file()
1965 addressT to_word = table_addr - S_GET_VALUE (untruth->sub); in write_object_file()
1967 TC_CHECK_ADJUSTED_BROKEN_DOT_WORD (to_word, untruth); in write_object_file()
1969 md_number_to_chars (untruth->word_goes_here, to_word, 2); in write_object_file()
2514 struct broken_word *untruth; in relax_segment() local
2554 for (untruth = (struct broken_word *) (fragP->fr_symbol); in relax_segment()
2555 untruth && untruth->dispfrag == lie->dispfrag; in relax_segment()
2556 untruth = untruth->next_broken_word) in relax_segment()
2557 if ((symbol_get_frag (untruth->add) in relax_segment()
2559 && (S_GET_VALUE (untruth->add) in relax_segment()
2562 untruth->added = 2; in relax_segment()
2563 untruth->use_jump = lie; in relax_segment()