Searched refs:byte_word (Results 1 – 2 of 2) sorted by relevance
1015 uint8_t byte_word = *(sect + i + j); in DumpRawSectionContents() local1016 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " "; in DumpRawSectionContents()1037 uint8_t byte_word = *(sect + i + j + k); in DumpRawSectionContents() local1038 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " "; in DumpRawSectionContents()
1679 uint8_t byte_word = *(sect + i + j); in DumpRawSectionContents() local1680 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " "; in DumpRawSectionContents()1701 uint8_t byte_word = *(sect + i + j + k); in DumpRawSectionContents() local1702 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " "; in DumpRawSectionContents()