Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_builder.cpp695 int segNum = GetSegmentNum(); in PackELFSegment() local
696 auto phdrs = std::make_unique<llvm::ELF::Elf64_Phdr []>(segNum); in PackELFSegment()
741 file.write(reinterpret_cast<char *>(phdrs.get()), sizeof(llvm::ELF::Elf64_Phdr) * segNum); in PackELFSegment()

Completed in 2 milliseconds