Searched refs:strtabHdr (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | gdb_jit.cpp | 134 Elf64_Shdr *strtabHdr; member 184 Elf64_Shdr *strtabHdr = nullptr; in CollectStubAnInfo() local 195 strtabHdr = shdr; in CollectStubAnInfo() 200 const char *strtab = reinterpret_cast<const char *>(fileAddr + strtabHdr->sh_offset); in CollectStubAnInfo() 221 fileAddr, ehdr, shdrTab, shStrIdx, shStrHdr, textHdr, asmstubHdr, symtabHdr, strtabHdr, in CollectStubAnInfo() 235 if (memcpy_s(newStrtab, info.strtabHdr->sh_size, in CopyStrTab() 236 reinterpret_cast<void *>(info.fileAddr + info.strtabHdr->sh_offset), info.strtabHdr->sh_size) != EOK) { in CopyStrTab() 249 const char *strtab = reinterpret_cast<const char *>(info.fileAddr + info.strtabHdr->sh_offset); in ConstructSymTab() 330 newStrtabHdr->sh_size = info.strtabHdr in ConstructShdrTab() [all...] |
Completed in 2 milliseconds