Home
last modified time | relevance | path

Searched defs:funcSymValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
Djit_dump_elf.cpp152 void JsJitDumpElf::AppendSymbolToSymTab(int64 symIdx, uint64 funcSymValue, uint64 funcSymSize, in AppendSymbolToSymTab()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp159 uint64 funcSymValue = static_cast<uint64>(GetLabelRelOffset(symIdx)); in EmitFunctionFoot() local