Home
last modified time | relevance | path

Searched refs:shStrBuff (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dgdb_jit.cpp230 char *shStrBuff = reinterpret_cast<char *>(newPhdr + 1); in CopyStrTab() local
231 if (memcpy_s(shStrBuff, sizeof(SHSTR), SHSTR, sizeof(SHSTR)) != EOK) { in CopyStrTab()
234 char *newStrtab = shStrBuff + sizeof(SHSTR); in CopyStrTab()
397 const char *shStrBuff = reinterpret_cast<const char *>(newPhdr + 1); in CreateDebuggerElf() local
398 const char *newStrtab = shStrBuff + sizeof(SHSTR); in CreateDebuggerElf()

Completed in 1 milliseconds