Searched refs:strTabSection (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
H A D | jit_dump_elf.cpp | 44 header.e_shstrndx = strTabSection->GetIndex(); in Initx86ElfHeader() 67 header.e_shstrndx = strTabSection->GetIndex(); in InitArmElfHeader() 96 section->SetSectionHeaderNameIndex(static_cast<maplebe::Word>(strTabSection->AddString(section->GetName()))); in LayoutSections() 124 strTabSection = new StringSection(".strtab", SHT_STRTAB, 0, 1); in Init() 125 RegisterSection(*strTabSection); in Init() 128 symbolTabSection = new SymbolSection(".symtab", SHT_SYMTAB, 0, k8Bits, *strTabSection); in Init() 156 auto nameIndex = strTabSection->AddString(symbolName); in AppendSymbolToSymTab() 196 strTabSection->ClearData(); in ClearData()
|
H A D | jit_dump_elf.h | 352 StringSection *strTabSection = nullptr; member in panda::ecmascript::JsJitDumpElf
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | obj_emit.cpp | 128 strTabSection->GetDataSize(), strTabSection->GetAlign(), strTabSection->GetName().c_str()); in WriteObjFile() 129 memcpy_s(stringTabSpace, strTabSection->GetDataSize(), in WriteObjFile() 130 strTabSection->GetData().data(), strTabSection->GetDataSize()); in WriteObjFile() 157 auto symbolStrIndex = strTabSection->AddString(name); in AddFuncSymbol()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | elf_assembler.cpp | 42 strTabSection = new StringSection(".strtab", SHT_STRTAB, 0, 1); in InitialFileInfo() 43 RegisterSection(*strTabSection); in InitialFileInfo() 46 symbolTabSection = new SymbolSection(".symtab", SHT_SYMTAB, 0, k8Bits, *strTabSection); in InitialFileInfo() 106 auto nameIndex = strTabSection->AddString(symbolName); in EmitBssSectionVar() 113 auto nameIndex = strTabSection->AddString(symbolName); in EmitBssSectionVar() 180 auto nameIndex = strTabSection->AddString(symbolName); in EmitFunctionFoot() 298 auto index = strTabSection->AddString(symbolName); in PostEmitVariable() 303 auto index = strTabSection->AddString(symbolName); in PostEmitVariable() 655 header.e_shstrndx = strTabSection->GetIndex(); in InitElfHeader() 671 section->SetSectionHeaderNameIndex(static_cast<Word>(strTabSection in LayoutSections() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | obj_emit.h | 550 StringSection *strTabSection = nullptr; member in maplebe::ObjEmitter
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_obj_emitter.cpp | 234 strTabSection = memPool->New<StringSection>(".strtab", SHT_STRTAB, 0, 1, *this, *memPool); 236 memPool->New<SymbolSection>(".symtab", SHT_SYMTAB, 0, sizeof(Symbol), *this, *memPool, *strTabSection);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
H A D | elf_assembler.h | 621 StringSection *strTabSection = nullptr; member in assembler::ElfAssembler
|
Completed in 10 milliseconds