Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dicf.cc468 unsigned int strlen_16 = 0; in get_section_contents() local
470 while(*(ptr_16 + strlen_16) != 0) in get_section_contents()
471 strlen_16++; in get_section_contents()
472 buffer.append(str_char, strlen_16 * 2); in get_section_contents()