Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf_test.cpp29 #define ELF_NOTE_GNU "GNU" macro
55 MoveToBinaryFormat(ELF_NOTE_GNU, 4, p); in TEST()
Dread_elf.cpp43 #define ELF_NOTE_GNU "GNU" macro
118 if ((type == NT_GNU_BUILD_ID) && (p < end) && (strcmp(p, ELF_NOTE_GNU) == 0)) { in GetBuildIdFromNoteSection()