Searched refs:eIdent (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | elf_checker.cpp | 196 FromElfHeader* ehdr, size_t maxsize, unsigned char* eIdent, void* mapAddress, int64_t offset) in GetSectionHeaderNum() 207 if (eIdent[llvm::ELF::EI_DATA] == ELF_BYTEORDER && CheckAlign<FromElfSectionHeader>(dest) == true) { in GetSectionHeaderNum() 218 if (eIdent[llvm::ELF::EI_DATA] != ELF_BYTEORDER) { in GetSectionHeaderNum() 239 size_t ElfChecker::GetShnum(void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxsize) in GetShnum() argument 250 bool is32 = eIdent[llvm::ELF::EI_CLASS] == llvm::ELF::ELFCLASS32; in GetShnum() 258 bool isAligned = (is32 ? CheckAlign<llvm::ELF::Elf32_Ehdr>(eIdent) : CheckAlign<llvm::ELF::Elf64_Ehdr>(eIdent)); in GetShnum() 259 if (eIdent[llvm::ELF::EI_DATA] == ELF_BYTEORDER && isAligned) { in GetShnum() 260 ehdrPtr.p = eIdent; in GetShnum() 265 ehdrMem.e32.e_shnum = reinterpret_cast<llvm::ELF::Elf32_Ehdr*>(eIdent) in GetShnum() 195 GetSectionHeaderNum( FromElfHeader* ehdr, size_t maxsize, unsigned char* eIdent, void* mapAddress, int64_t offset) GetSectionHeaderNum() argument 306 GetElfItem(ElfItemField& elfItemField, void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxSize, ElfCommand cmd, size_t scnCnt, Elf* elf) GetElfItem() argument 396 FileReadElf( void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxSize, ElfCommand cmd, Elf* parent) FileReadElf() argument 454 unsigned char* eIdent = reinterpret_cast<unsigned char*>(mapAddress) + offset; ReadMmapedFile() local [all...] |
H A D | elf_checker.h | 379 FromElfHeader* ehdr, size_t maxsize, unsigned char* eIdent, void* mapAddress, int64_t offset); 383 Elf* GetElfItem(ElfItemField& elfItemField, void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxSize,
|
Completed in 3 milliseconds