Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_define.h27 static const std::string NOTE_GNU_BUILD_ID = ".note.gnu.build-id"; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp432 …if ((GetSectionInfo(shdr, NOTE_GNU_BUILD_ID) || GetSectionInfo(shdr, NOTES)) && GetMmapPtr() != nu… in GetBuildId()