Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c16263 int lbytes; in dump_section_as_bytes() local
16265 lbytes = (bytes > 16 ? 16 : bytes); in dump_section_as_bytes()
16271 if (j < lbytes) in dump_section_as_bytes()
16280 for (j = 0; j < lbytes; j++) in dump_section_as_bytes()
16291 data += lbytes; in dump_section_as_bytes()
16292 addr += lbytes; in dump_section_as_bytes()
16293 bytes -= lbytes; in dump_section_as_bytes()
18294 int lbytes = (bytes > 16 ? 16 : bytes); in display_raw_attribute() local
18300 if (j < lbytes) in display_raw_attribute()
18309 for (j = 0; j < lbytes; j++) in display_raw_attribute()
[all …]
Ddwarf.c7595 int lbytes; in display_debug_str() local
7597 lbytes = (bytes > 16 ? 16 : bytes); in display_debug_str()
7603 if (j < lbytes) in display_debug_str()
7612 for (j = 0; j < lbytes; j++) in display_debug_str()
7623 start += lbytes; in display_debug_str()
7624 addr += lbytes; in display_debug_str()
7625 bytes -= lbytes; in display_debug_str()