Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dicf.cc550 unsigned int strlen_32 = 0; in get_section_contents() local
552 while(*(ptr_32 + strlen_32) != 0) in get_section_contents()
553 strlen_32++; in get_section_contents()
554 buffer.append(str_char, strlen_32 * 4); in get_section_contents()