Searched refs:lbytes (Results 1 – 2 of 2) sorted by relevance
2504 int lbytes; in display_debug_str() local2506 lbytes = (bytes > 16 ? 16 : bytes); in display_debug_str()2512 if (j < lbytes) in display_debug_str()2521 for (j = 0; j < lbytes; j++) in display_debug_str()2532 start += lbytes; in display_debug_str()2533 addr += lbytes; in display_debug_str()2534 bytes -= lbytes; in display_debug_str()
7720 int lbytes; in dump_section() local7722 lbytes = (bytes > 16 ? 16 : bytes); in dump_section()7728 if (j < lbytes) in dump_section()7737 for (j = 0; j < lbytes; j++) in dump_section()7748 data += lbytes; in dump_section()7749 addr += lbytes; in dump_section()7750 bytes -= lbytes; in dump_section()