Searched refs:moduledr (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | elf_reader.cpp | 95 llvm::ELF::Elf64_Shdr moduledr = shdrs[ehdr->e_flags]; in ParseELFSections() local 96 size_t moduleInfoSize = moduledr.sh_size; in ParseELFSections() 122 SeparateTextSections(des, secAddr, secOffset, moduledr.sh_offset); in ParseELFSections() 128 SeparateArkStackMapSections(des, secAddr, secOffset, moduledr.sh_offset); in ParseELFSections() 134 SeparateStrtabSections(des, secAddr, secOffset, moduledr.sh_offset); in ParseELFSections() 140 SeparateSymtabSections(des, secAddr, secOffset, moduledr.sh_offset); in ParseELFSections() 176 llvm::ELF::Elf64_Shdr moduledr = shdrs[ehdr.e_flags]; in ParseELFSections() local 177 [[maybe_unused]] size_t moduleInfoSize = moduledr.sh_size; in ParseELFSections() 181 parser.ParseBuffer(moduleInfo_.data(), moduleInfoSize, moduledr.sh_offset); in ParseELFSections()
|
Completed in 2 milliseconds