Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.cpp128 symbolTabSection = new SymbolSection(".symtab", SHT_SYMTAB, 0, k8Bits, *strTabSection); in Init()
129 RegisterSection(*symbolTabSection); in Init()
147 symbolTabSection->AppendSymbol(symbol); in AppendGlobalSymsToSymTabSec()
148 symbolTabSection->AppendIdxInSymbols(symIdx); in AppendGlobalSymsToSymTabSec()
195 symbolTabSection->ClearData(); in ClearData()
H A Djit_dump_elf.h350 SymbolSection *symbolTabSection = nullptr; member in panda::ecmascript::JsJitDumpElf
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Delf_assembler.cpp46 symbolTabSection = new SymbolSection(".symtab", SHT_SYMTAB, 0, k8Bits, *strTabSection); in InitialFileInfo()
47 RegisterSection(*symbolTabSection); in InitialFileInfo()
732 static_cast<Xword>((symbolTabSection->GetIdxInSymbols(rodataSecSymIdx) << kLeftShift32Bits) + in AppendRela()
739 static_cast<Xword>((symbolTabSection->GetIdxInSymbols(label.GetlabelIdx()) << kLeftShift32Bits) + in AppendRela()
747 static_cast<Xword>((symbolTabSection->GetIdxInSymbols(dataSecSymIdx) << kLeftShift32Bits) + in AppendRela()
755 static_cast<Xword>((symbolTabSection->GetIdxInSymbols(bssSecSymIdx) << kLeftShift32Bits) + in AppendRela()
762 static_cast<Xword>((symbolTabSection->GetIdxInSymbols(label.GetlabelIdx()) << kLeftShift32Bits) + in AppendRela()
771 static_cast<Xword>((symbolTabSection->GetIdxInSymbols(textSecSymIdx) << kLeftShift32Bits) + in AppendRela()
779 static_cast<Xword>((symbolTabSection->GetIdxInSymbols(textSecSymIdx) << kLeftShift32Bits) + in AppendRela()
785 if (!symbolTabSection in AppendRela()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp124 symbolTabSection->GetDataSize(), symbolTabSection->GetAlign(), symbolTabSection->GetName().c_str()); in WriteObjFile()
125 memcpy_s(symtabSpace, symbolTabSection->GetDataSize(), in WriteObjFile()
126 symbolTabSection->GetAddr(), symbolTabSection->GetDataSize()); in WriteObjFile()
158 symbolTabSection->AppendSymbol({static_cast<Word>(symbolStrIndex), in AddFuncSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dobj_emit.h551 SymbolSection *symbolTabSection = nullptr; member in maplebe::ObjEmitter
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_assembler.h622 SymbolSection *symbolTabSection = nullptr; member in assembler::ElfAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_obj_emitter.cpp235 symbolTabSection =

Completed in 10 milliseconds