Searched refs:STRTAB (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | binary_section.h | 37 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 D | module_section_des.cpp | 40 case ElfSecName::STRTAB: in GetSecName()
|
H A D | elf_builder.cpp | 117 {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 D | elf_reader.cpp | 132 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 D | stub_file_info.cpp | 163 ElfSecName::STRTAB, in GetDumpSectionNames()
|
H A D | an_file_info.cpp | 165 ElfSecName::STRTAB, in GetDumpSectionNames()
|
Completed in 5 milliseconds