Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1885 uint8_t byte_word = *(sect + i + j); in DumpRawSectionContents() local
1886 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " "; in DumpRawSectionContents()
1907 uint8_t byte_word = *(sect + i + j + k); in DumpRawSectionContents() local
1908 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " "; in DumpRawSectionContents()