Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c5223 int lbytes; in display_debug_str() local
5225 lbytes = (bytes > 16 ? 16 : bytes); in display_debug_str()
5231 if (j < lbytes) in display_debug_str()
5240 for (j = 0; j < lbytes; j++) in display_debug_str()
5251 start += lbytes; in display_debug_str()
5252 addr += lbytes; in display_debug_str()
5253 bytes -= lbytes; in display_debug_str()
Dreadelf.c12619 int lbytes; in dump_section_as_bytes() local
12621 lbytes = (bytes > 16 ? 16 : bytes); in dump_section_as_bytes()
12627 if (j < lbytes) in dump_section_as_bytes()
12636 for (j = 0; j < lbytes; j++) in dump_section_as_bytes()
12647 data += lbytes; in dump_section_as_bytes()
12648 addr += lbytes; in dump_section_as_bytes()
12649 bytes -= lbytes; in dump_section_as_bytes()
13952 int lbytes = (bytes > 16 ? 16 : bytes); in display_raw_attribute() local
13958 if (j < lbytes) in display_raw_attribute()
13967 for (j = 0; j < lbytes; j++) in display_raw_attribute()
[all …]