Searched refs:lbytes (Results 1 – 2 of 2) sorted by relevance
5011 int lbytes; in display_debug_str() local5013 lbytes = (bytes > 16 ? 16 : bytes); in display_debug_str()5019 if (j < lbytes) in display_debug_str()5028 for (j = 0; j < lbytes; j++) in display_debug_str()5039 start += lbytes; in display_debug_str()5040 addr += lbytes; in display_debug_str()5041 bytes -= lbytes; in display_debug_str()
11451 int lbytes; in dump_section_as_bytes() local11453 lbytes = (bytes > 16 ? 16 : bytes); in dump_section_as_bytes()11459 if (j < lbytes) in dump_section_as_bytes()11468 for (j = 0; j < lbytes; j++) in dump_section_as_bytes()11479 data += lbytes; in dump_section_as_bytes()11480 addr += lbytes; in dump_section_as_bytes()11481 bytes -= lbytes; in dump_section_as_bytes()12726 int lbytes = (bytes > 16 ? 16 : bytes); in display_raw_attribute() local12732 if (j < lbytes) in display_raw_attribute()12741 for (j = 0; j < lbytes; j++) in display_raw_attribute()[all …]