Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h52 static std::string GetBuildId(uint64_t noteAddr, uint64_t noteSize);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp444 std::string DfxElf::GetBuildId(uint64_t noteAddr, uint64_t noteSize) in GetBuildId() argument
447 if (__builtin_add_overflow(noteAddr, noteSize, &tmp)) { in GetBuildId()
453 while (offset < noteSize) { in GetBuildId()
455 if (noteSize - offset < sizeof(nhdr)) { in GetBuildId()
464 if (noteSize - offset < nhdr.n_namesz) { in GetBuildId()
484 if (noteSize - offset < nhdr.n_descsz || nhdr.n_descsz == 0) { in GetBuildId()

Completed in 3 milliseconds