Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dgdbstub.c118 size_t txt_col = 3 * 16 + 4 + byte_ofs; in hexdump() local
125 line_buffer[txt_col + 0] = (value >= ' ' && value < 127) in hexdump()