Home
last modified time | relevance | path

Searched refs:noteAddr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp443 std::string DfxElf::GetBuildId(uint64_t noteAddr, uint64_t noteSize) in GetBuildId() argument
446 if (__builtin_add_overflow(noteAddr, noteSize, &tmp)) { in GetBuildId()
451 uint64_t ptr = noteAddr; in GetBuildId()
457 ptr = noteAddr + offset; in GetBuildId()
468 ptr = noteAddr + offset; in GetBuildId()
487 ptr = noteAddr + offset; in GetBuildId()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h52 static std::string GetBuildId(uint64_t noteAddr, uint64_t noteSize);