Home
last modified time | relevance | path

Searched refs:STRTAB (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbinary_section.h37 STRTAB, member in panda::ecmascript::ElfSecName
91 value_ = ElfSecName::STRTAB; in ElfSection()
115 case ElfSecName::STRTAB: in ShouldDumpToAOTFile()
164 {ElfSecName::STRTAB, {llvm::ELF::SHT_STRTAB, llvm::ELF::SHF_ALLOC}}, in InitShTypeAndFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dmodule_section_des.cpp40 case ElfSecName::STRTAB: in GetSecName()
H A Delf_builder.cpp117 {ElfSecName::STRTAB, 1}, in Initialize()
133 {ElfSecName::STRTAB, ElfSecName::DATA}, in Initialize()
398 uint32_t curSecSize = des.GetSecSize(ElfSecName::STRTAB); in MergeStrtabSections()
399 uint64_t curSecAddr = des.GetSecAddr(ElfSecName::STRTAB); in MergeStrtabSections()
427 strTabSize += des.GetSecSize(ElfSecName::STRTAB); in MergeSymtabSections()
478 uint32_t strTabIndex = GetShIndex(ElfSecName::STRTAB); in FixSymtab()
507 strTabSize += des_[idx].GetSecSize(ElfSecName::STRTAB); in FixSymtab()
522 [ 2] .strtab STRTAB 0000000000002000 00002000 0000000000000187 0000000000000000 A 0 0 1
524 [ 4] .shstrtab STRTAB 0000000000002350 00002350 000000000000003f 0000000000000000 A 0 0 8
535 [ 3] .shstrtab STRTAB 000000000008700
[all...]
H A Delf_reader.cpp132 case ElfSecName::STRTAB: { in ParseELFSections()
215 case ElfSecName::STRTAB: { in ParseELFSections()
328 des[i].SetSecAddrAndSize(ElfSecName::STRTAB, secAddr + secOffset, strtabSize); in SeparateStrtabSections()
406 des[i].SetSecAddrAndSize(ElfSecName::STRTAB, secAddr + secOffset, strtabSize); in SeparateStrtabSections()
H A Dstub_file_info.cpp163 ElfSecName::STRTAB, in GetDumpSectionNames()
H A Dan_file_info.cpp165 ElfSecName::STRTAB, in GetDumpSectionNames()

Completed in 5 milliseconds