Searched refs:DATA_SEC_ALIGN (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | elf_builder.cpp | 118 {ElfSecName::SYMTAB, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize() 119 {ElfSecName::SHSTRTAB, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize() 120 {ElfSecName::ARK_STACKMAP, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize() 121 {ElfSecName::ARK_FUNCENTRY, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize() 122 {ElfSecName::ARK_ASMSTUB, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize() 123 {ElfSecName::ARK_MODULEINFO, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize() 382 curSecOffset = AlignUp(curSecOffset, AOTFileInfo::DATA_SEC_ALIGN); in MergeTextSections()
|
H A D | aot_file_info.h | 39 static constexpr uint32_t DATA_SEC_ALIGN = 8; member in panda::ecmascript::AOTFileInfo
|
H A D | elf_reader.cpp | 296 secOffset = AlignUp(secOffset, AOTFileInfo::DATA_SEC_ALIGN); in SeparateTextSections() 368 secOffset = AlignUp(secOffset, AOTFileInfo::DATA_SEC_ALIGN); in SeparateTextSections()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | file_generators.cpp | 206 aotInfo.AlignTextSec(AOTFileInfo::DATA_SEC_ALIGN); in CollectFuncEntryInfo() 270 aotInfo.AlignTextSec(AOTFileInfo::DATA_SEC_ALIGN); in CollectFuncEntryInfoByLiteCG() 437 textStart = AlignDown(textStart, AOTFileInfo::DATA_SEC_ALIGN); in RollbackTextSize()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_codegen.cpp | 224 addr = curSec.isSequentialAOTSec() ? (this->*allocaInReqSecBuffer)(size, AOTFileInfo::DATA_SEC_ALIGN) in AllocaDataSectionImp() 225 : (this->*allocaInNotReqSecBuffer)(size, AOTFileInfo::DATA_SEC_ALIGN); in AllocaDataSectionImp()
|
Completed in 6 milliseconds