Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.cpp428 const size_t scnMax = (scncnt ? scncnt : (cmd == ELF_CMD_RDWR || cmd == ELF_CMD_RDWR_MMAP) ? 1 : 0); in FileReadElf() local
429 Elf* elf = ElfAllocate(mapAddress, offset, maxSize, cmd, parent, ELF_KIND_ELF, scnMax * sizeof(ElfSectionBase)); in FileReadElf()
437 elf->state.elf32.sections.max = scnMax; in FileReadElf()

Completed in 2 milliseconds