Searched refs:newShdrtab (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | gdb_jit.cpp | 273 void ConstructEhdrAndPhdr(Elf64_Ehdr *newEhdr, Elf64_Shdr *newShdrtab, uintptr_t baseAddr, const StubAnInfo &info) in ConstructEhdrAndPhdr() argument 286 newEhdr->e_shoff = reinterpret_cast<uintptr_t>(newShdrtab) - baseAddr; in ConstructEhdrAndPhdr() 413 auto newShdrtab = OffsetAlignUp<Elf64_Shdr *>(ehFrameBuffer, ehFrame.size(), sizeof(uintptr_t)); in CreateDebuggerElf() local 414 ConstructEhdrAndPhdr(newEhdr, newShdrtab, reinterpret_cast<uintptr_t>(buffer), info); in CreateDebuggerElf() 415 ConstructShdrTab(newShdrtab, newSymtab, reinterpret_cast<uintptr_t>(buffer), ehFrameBuffer, ehFrame.size(), info); in CreateDebuggerElf()
|
Completed in 1 milliseconds