Searched defs:elf (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_checker.cpp | 126 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
|
| D | elf_checker.h | 212 struct Elf* elf; /* The underlying ELF file. */ member 307 } elf; member
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | created_object_file.cpp | 43 auto elf = llvm::object::ObjectFile::createObjectFile(copy->getMemBufferRef()); in CopyOf() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | dwarf_builder.cpp | 59 DwarfBuilder::DwarfBuilder(Arch arch, ELFIO::elfio *elf) : elfBuilder_(elf), arch_(arch) in DwarfBuilder()
|