Searched refs:untruth (Results 1 – 1 of 1) sorted by relevance
1919 struct broken_word *untruth; in write_object_file() local1930 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()[all …]