Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h413 uint64_t buildIdSize = secShdr.sh_size; in ParseELFSectionsForBuildId() local
416 if (buildIdSize - sizeof(*nhdr) < nhdr->n_namesz) { in ParseELFSectionsForBuildId()
424 if ((buildIdSize - sizeof(*nhdr) - AlignValues(nhdr->n_namesz, 4) < nhdr->n_descsz) || nhdr->n_descsz == 0) { in ParseELFSectionsForBuildId()

Completed in 1 milliseconds