Home
last modified time | relevance | path

Searched refs:noteAddr (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()
448 DFXLOGE("noteAddr overflow"); in GetBuildId()
452 uint64_t ptr = noteAddr; in GetBuildId()
458 ptr = noteAddr + offset; in GetBuildId()
469 ptr = noteAddr + offset; in GetBuildId()
488 ptr = noteAddr + offset; in GetBuildId()

Completed in 2 milliseconds