Searched refs:symbolTabSection (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
H A D | jit_dump_elf.cpp | 128 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 D | jit_dump_elf.h | 350 SymbolSection *symbolTabSection = nullptr; member in panda::ecmascript::JsJitDumpElf
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | elf_assembler.cpp | 46 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 D | obj_emit.cpp | 124 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 D | obj_emit.h | 551 SymbolSection *symbolTabSection = nullptr; member in maplebe::ObjEmitter
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
H A D | elf_assembler.h | 622 SymbolSection *symbolTabSection = nullptr; member in assembler::ElfAssembler
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_obj_emitter.cpp | 235 symbolTabSection =
|
Completed in 10 milliseconds