Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dicf.cc455 const char* str_char = in get_section_contents() local
461 buffer.append(str_char); in get_section_contents()
467 reinterpret_cast<const uint16_t*>(str_char); in get_section_contents()
472 buffer.append(str_char, strlen_16 * 2); in get_section_contents()
478 reinterpret_cast<const uint32_t*>(str_char); in get_section_contents()
483 buffer.append(str_char, strlen_32 * 4); in get_section_contents()