Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dgdb_jit.cpp246 void ConstructSymTab(Elf64_Sym *newSymtab, const StubAnInfo &info) in ConstructSymTab() argument
250 memset_s(newSymtab, sizeof(Elf64_Sym), 0, sizeof(Elf64_Sym)); in ConstructSymTab()
256 auto dst = newSymtab + newSymIdx; in ConstructSymTab()
263 auto bcSym = newSymtab + newSymIdx; in ConstructSymTab()
265 bcSym->st_info = newSymtab[1].st_info; in ConstructSymTab()
266 bcSym->st_other = newSymtab[1].st_other; in ConstructSymTab()
310 void ConstructShdrTab(Elf64_Shdr *newShdrTab, Elf64_Sym *newSymtab, uintptr_t baseAddr, void *ehFrame, in ConstructShdrTab() argument
339 newSymHdr->sh_offset = reinterpret_cast<uintptr_t>(newSymtab) - baseAddr; in ConstructShdrTab()
344 newSymHdr->sh_addr = reinterpret_cast<uintptr_t>(newSymtab); in ConstructShdrTab()
404 auto newSymtab in CreateDebuggerElf() local
[all...]

Completed in 2 milliseconds