Searched refs:byte_word (Results 1 – 1 of 1) 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()