Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dgdb_jit.cpp263 auto bcSym = newSymtab + newSymIdx; in ConstructSymTab() local
264 bcSym->st_name = 1; in ConstructSymTab()
265 bcSym->st_info = newSymtab[1].st_info; in ConstructSymTab()
266 bcSym->st_other = newSymtab[1].st_other; in ConstructSymTab()
267 bcSym->st_shndx = TEXT_HDR_IDX; in ConstructSymTab()
268 bcSym->st_value = info.bcStubBegin - info.textHdr->sh_offset; in ConstructSymTab()
270 bcSym->st_size = info.bcStubEnd - info.bcStubBegin; in ConstructSymTab()

Completed in 2 milliseconds