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.cpp30 #define ELF_NOTE_GNU "GNU" macro
58 MoveToBinaryFormat(ELF_NOTE_GNU, 4, p); in TEST()
Dread_elf.cpp46 const static char* ELF_NOTE_GNU = "GNU"; variable
107 if ((type == NT_GNU_BUILD_ID) && (p < end) && (strcmp(p, ELF_NOTE_GNU) == 0)) { in GetBuildIdFromNoteSection()