Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h414 llvm::ELF::Elf64_Nhdr *nhdr = reinterpret_cast<llvm::ELF::Elf64_Nhdr *>(addr + buildIdOffset); in ParseELFSectionsForBuildId() local
415 char *curShNameForNhdr = reinterpret_cast<char *>(addr + buildIdOffset + sizeof(*nhdr)); in ParseELFSectionsForBuildId()
416 if (buildIdSize - sizeof(*nhdr) < nhdr->n_namesz) { in ParseELFSectionsForBuildId()
421 if (strcmp(curShNameForNhdr, gnu) != 0 || nhdr->n_type != NT_GNU_BUILD_ID) { in ParseELFSectionsForBuildId()
424 if ((buildIdSize - sizeof(*nhdr) - AlignValues(nhdr->n_namesz, 4) < nhdr->n_descsz) || nhdr->n_descsz == 0) { in ParseELFSectionsForBuildId()
428 char *curShNameValueForNhdr = reinterpret_cast<char *>(addr + buildIdOffset + sizeof(*nhdr) in ParseELFSectionsForBuildId()
[all...]

Completed in 2 milliseconds