Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.c2504 int lbytes; in display_debug_str() local
2506 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()
H A Dreadelf.c7720 int lbytes; in dump_section() local
7722 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()