Home
last modified time | relevance | path

Searched refs:byte_word (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-objdump/
DMachODump.cpp1015 uint8_t byte_word = *(sect + i + j); in DumpRawSectionContents() local
1016 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " "; in DumpRawSectionContents()
1037 uint8_t byte_word = *(sect + i + j + k); in DumpRawSectionContents() local
1038 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " "; in DumpRawSectionContents()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp1679 uint8_t byte_word = *(sect + i + j); in DumpRawSectionContents() local
1680 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " "; in DumpRawSectionContents()
1701 uint8_t byte_word = *(sect + i + j + k); in DumpRawSectionContents() local
1702 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " "; in DumpRawSectionContents()