Searched refs:ElfAllocate (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | elf_checker.cpp | 157 ElfChecker::Elf* ElfChecker::ElfAllocate( in ElfAllocate() function in panda::ecmascript::ElfChecker 429 Elf* elf = ElfAllocate(mapAddress, offset, maxSize, cmd, parent, ELF_KIND_ELF, scnMax * sizeof(ElfSectionBase)); in FileReadElf() 460 return ElfAllocate(mapAddress, offset, maxsize, cmd, parent, ELF_KIND_NONE, 0); in ReadMmapedFile()
|
H A D | elf_checker.h | 372 Elf* ElfAllocate(
|
Completed in 3 milliseconds