Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dgdb_jit.cpp154 const char SHSTR[] = "\0.shstrtab\0.strtab\0.symtab\0.text\0.eh_frame"; member
231 if (memcpy_s(shStrBuff, sizeof(SHSTR), SHSTR, sizeof(SHSTR)) != EOK) { in CopyStrTab()
234 char *newStrtab = shStrBuff + sizeof(SHSTR); in CopyStrTab()
323 newShstrHdr->sh_size = sizeof(SHSTR); in ConstructShdrTab()
389 uint32_t totalSize = sizeof(Elf64_Ehdr) + sizeof(Elf64_Phdr) + sizeof(SHSTR) + info.strtabHdr->sh_size; in CreateDebuggerElf()
398 const char *newStrtab = shStrBuff + sizeof(SHSTR); in CreateDebuggerElf()

Completed in 3 milliseconds