Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.cpp126 Elf* elf = ElfMemory(elfData_, elfLen_); in CheckValidElf() local
305 int64_t offset, size_t maxSize, ElfCommand cmd, size_t scnCnt, Elf* elf) in GetElfItem()
427 …Elf* elf = ElfAllocate(mapAddress, offset, maxSize, cmd, parent, ELF_KIND_ELF, scnMax * sizeof(Elf… in FileReadElf() local
Delf_checker.h212 struct Elf* elf; /* The underlying ELF file. */ member
307 } elf; member
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp43 auto elf = llvm::object::ObjectFile::createObjectFile(copy->getMemBufferRef()); in CopyOf() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp59 DwarfBuilder::DwarfBuilder(Arch arch, ELFIO::elfio *elf) : elfBuilder_(elf), arch_(arch) in DwarfBuilder()