Searched defs:byte_word (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1015 uint8_t byte_word = *(sect + i + j); local
1016 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " ";
1037 uint8_t byte_word = *(sect + i + j + k); local
1038 outs() << format("%02" PRIx32, (uint32_t)byte_word) << " ";

Completed in 79 milliseconds