HomeSort by: relevance | last modified time | path
    Searched defs:to_word (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
write.c 2289 addressT to_word = table_addr - S_GET_VALUE (untruth->sub); local
2291 TC_CHECK_ADJUSTED_BROKEN_DOT_WORD (to_word, untruth);
2293 md_number_to_chars (untruth->word_goes_here, to_word, 2);
  /src/external/gpl3/binutils.old/dist/gas/
write.c 2287 addressT to_word = table_addr - S_GET_VALUE (untruth->sub); local
2289 TC_CHECK_ADJUSTED_BROKEN_DOT_WORD (to_word, untruth);
2291 md_number_to_chars (untruth->word_goes_here, to_word, 2);

Completed in 30 milliseconds