Searched refs:sy (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | elf_builder.cpp | 491 Elf64_Sym* sy = &syms[i]; in FixSymtab() local 492 if (sy->getBinding() == llvm::ELF::STB_GLOBAL && firstGlobal == -1) { in FixSymtab() 495 if (sy->getType() == llvm::ELF::STT_SECTION) { in FixSymtab() 496 sy->st_shndx = static_cast<uint16_t>(shStrTabIndex); in FixSymtab() 497 } else if (sy->getType() == llvm::ELF::STT_FUNC) { in FixSymtab() 498 sy->st_shndx = static_cast<uint16_t>(textSecIndex); in FixSymtab() 499 sy->st_value += stubTextOffset_[idx]; in FixSymtab() 501 if (sy->st_shndx > secNum) { in FixSymtab() 502 sy->st_shndx = 0; in FixSymtab() 504 sy in FixSymtab() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_const.h | 216 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty) : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(0) {} in MIRAddrofConst() argument 218 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty, int32 ofst) in MIRAddrofConst() argument 219 : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(ofst) in MIRAddrofConst()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | [all...] |
Completed in 53 milliseconds