Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dicf.cc526 const char* str_char = in get_section_contents() local
532 buffer.append(str_char); in get_section_contents()
538 reinterpret_cast<const uint16_t*>(str_char); in get_section_contents()
543 buffer.append(str_char, strlen_16 * 2); in get_section_contents()
549 reinterpret_cast<const uint32_t*>(str_char); in get_section_contents()
554 buffer.append(str_char, strlen_32 * 4); in get_section_contents()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dicf.cc526 const char* str_char = in get_section_contents() local
532 buffer.append(str_char); in get_section_contents()
538 reinterpret_cast<const uint16_t*>(str_char); in get_section_contents()
543 buffer.append(str_char, strlen_16 * 2); in get_section_contents()
549 reinterpret_cast<const uint32_t*>(str_char); in get_section_contents()
554 buffer.append(str_char, strlen_32 * 4); in get_section_contents()
/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c199 static int str_char (lua_State *L) { in str_char() function
1862 {"char", str_char},