Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dgdb_jit.cpp317 Elf64_Shdr *newSymHdr = newStrtabHdr + 1; in ConstructShdrTab() local
318 Elf64_Shdr *newTextHdr = newSymHdr + 1; in ConstructShdrTab()
338 *newSymHdr = *info.symtabHdr; in ConstructShdrTab()
339 newSymHdr->sh_offset = reinterpret_cast<uintptr_t>(newSymtab) - baseAddr; in ConstructShdrTab()
340 newSymHdr->sh_size = info.symCnt * info.symtabHdr->sh_entsize; in ConstructShdrTab()
341 newSymHdr->sh_entsize = info.symtabHdr->sh_entsize; in ConstructShdrTab()
342 newSymHdr->sh_addralign = info.symtabHdr->sh_addralign; in ConstructShdrTab()
343 newSymHdr->sh_name = SYMTAB_NAME; in ConstructShdrTab()
344 newSymHdr->sh_addr = reinterpret_cast<uintptr_t>(newSymtab); in ConstructShdrTab()
345 newSymHdr in ConstructShdrTab()
[all...]

Completed in 1 milliseconds