Home
last modified time | relevance | path

Searched defs:eIdent (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.cpp194 FromElfHeader* ehdr, size_t maxsize, unsigned char* eIdent, void* mapAddress, int64_t offset) in GetSectionHeaderNum()
237 size_t ElfChecker::GetShnum(void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxsize) in GetShnum()
304 …r::Elf* ElfChecker::GetElfItem(ElfItemField& elfItemField, void* mapAddress, unsigned char* eIdent, in GetElfItem()
395 …void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxSize, ElfCommand cmd, Elf* pare… in FileReadElf()
452 unsigned char* eIdent = reinterpret_cast<unsigned char*>(mapAddress) + offset; in ReadMmapedFile() local