Home
last modified time | relevance | path

Searched refs:NT_GNU_BUILD_ID (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dread_elf_test.cpp30 #define NT_GNU_BUILD_ID 3 macro
49 uint32_t type = NT_GNU_BUILD_ID; in TEST()
Dread_elf.cpp44 #define NT_GNU_BUILD_ID 3 macro
118 if ((type == NT_GNU_BUILD_ID) && (p < end) && (strcmp(p, ELF_NOTE_GNU) == 0)) { in GetBuildIdFromNoteSection()
/system/core/libunwindstack/tests/
DMapInfoGetBuildIDTest.cpp146 note_header.n_type = NT_GNU_BUILD_ID; in InitElfData()
DElfInterfaceTest.cpp1196 note_header.n_type = NT_GNU_BUILD_ID; in BuildID()
1250 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDTwoNotes()
1261 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDTwoNotes()
1315 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForName()
1369 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForDesc()
1423 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForHeader()
/system/core/libunwindstack/
DElfInterface.cpp275 if (name == "GNU" && hdr.n_type == NT_GNU_BUILD_ID) { in ReadBuildID()
619 if (name == "GNU" && hdr.n_type == NT_GNU_BUILD_ID) { in ReadBuildIDFromMemory()