Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dicf.cc472 const char* str_char = in get_section_contents() local
478 buffer.append(str_char); in get_section_contents()
484 reinterpret_cast<const uint16_t*>(str_char); in get_section_contents()
489 buffer.append(str_char, strlen_16 * 2); in get_section_contents()
495 reinterpret_cast<const uint32_t*>(str_char); in get_section_contents()
500 buffer.append(str_char, strlen_32 * 4); in get_section_contents()