Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_reader.cpp61 char *curShName = reinterpret_cast<char *>(addr) + shName + strdr.sh_offset; in ParseELFSections() local
62 if (sectionName.compare(curShName) == 0) { in ParseELFSections()
105 char *curShName = reinterpret_cast<char *>(addr) + shName + strdr.sh_offset; in ParseELFSections() local
106 if (sectionName.compare(curShName) == 0) { in ParseELFSections()
188 char *curShName = reinterpret_cast<char *>(parser.GetAddr()) + shName + strdr.sh_offset; in ParseELFSections() local
189 if (sectionName.compare(curShName) == 0) { in ParseELFSections()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h402 char *curShName = reinterpret_cast<char *>(addr) + shName + strdr.sh_offset; in ParseELFSectionsForBuildId() local
403 if (strcmp(sectionName, curShName) == 0) { in ParseELFSectionsForBuildId()

Completed in 3 milliseconds