Home
last modified time | relevance | path

Searched defs:shdr (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_reader.cpp52 llvm::ELF::Elf64_Shdr *shdr = reinterpret_cast<llvm::ELF::Elf64_Shdr *>(addr + ehdr->e_shoff); in ParseELFSections() local
H A Delf_builder.cpp326 void ElfBuilder::AllocateShdr(std::unique_ptr<llvm::ELF::Elf64_Shdr []> &shdr, const uint32_t &secNum) in AllocateShdr() argument
471 void ElfBuilder::FixSymtab(llvm::ELF::Elf64_Shdr* shdr) in FixSymtab() argument
551 std::unique_ptr<llvm::ELF::Elf64_Shdr []> shdr; in PackELFSections() local
[all...]
H A Dgdb_jit.cpp186 Elf64_Shdr *shdr = &shdrTab[i]; in CollectStubAnInfo() local
H A Delf_checker.h217 } shdr; member
312 llvm::ELF::Elf32_Shdr* shdr; /* Used when reading from a file. */ member
336 llvm::ELF::Elf64_Shdr* shdr; /* Used when reading from a file. */ member
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h395 llvm::ELF::Elf64_Shdr *shdr = reinterpret_cast<llvm::ELF::Elf64_Shdr *>(addr + ehdr->e_shoff); in ParseELFSectionsForBuildId() local

Completed in 9 milliseconds