Home
last modified time | relevance | path

Searched refs:newEhdr (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dgdb_jit.cpp228 Elf64_Ehdr *newEhdr = reinterpret_cast<Elf64_Ehdr *>(baseAddr); in CopyStrTab() local
229 Elf64_Phdr *newPhdr = reinterpret_cast<Elf64_Phdr *>(newEhdr + 1); in CopyStrTab()
273 void ConstructEhdrAndPhdr(Elf64_Ehdr *newEhdr, Elf64_Shdr *newShdrtab, uintptr_t baseAddr, const StubAnInfo &info) in ConstructEhdrAndPhdr() argument
275 Elf64_Phdr *newPhdr = reinterpret_cast<Elf64_Phdr *>(newEhdr + 1); in ConstructEhdrAndPhdr()
277 *newEhdr = *info.ehdr; in ConstructEhdrAndPhdr()
278 newEhdr->e_flags = info.ehdr->e_flags; in ConstructEhdrAndPhdr()
279 newEhdr->e_machine = info.ehdr->e_machine; in ConstructEhdrAndPhdr()
280 if (memcpy_s(newEhdr->e_ident, sizeof(info.ehdr->e_ident), in ConstructEhdrAndPhdr()
284 newEhdr->e_version = 1; in ConstructEhdrAndPhdr()
285 newEhdr in ConstructEhdrAndPhdr()
395 Elf64_Ehdr *newEhdr = reinterpret_cast<Elf64_Ehdr *>(buffer); CreateDebuggerElf() local
[all...]

Completed in 1 milliseconds