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.cpp31 #define NT_GNU_BUILD_ID 3 macro
52 uint32_t type = NT_GNU_BUILD_ID; in TEST()
Dread_elf.cpp44 #define NT_GNU_BUILD_ID 3 macro
106 if ((type == NT_GNU_BUILD_ID) && (p < end) && (strcmp(p, ELF_NOTE_GNU) == 0)) { in GetBuildIdFromNoteSection()
/system/core/libunwindstack/tests/
DMapInfoGetBuildIDTest.cpp147 note_header.n_type = NT_GNU_BUILD_ID; in InitElfData()
DElfInterfaceTest.cpp1537 note_header.n_type = NT_GNU_BUILD_ID; in BuildID()
1597 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDTwoNotes()
1608 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDTwoNotes()
1668 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForName()
1728 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForDesc()
1788 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForHeader()
/system/core/libunwindstack/
DElfInterface.cpp312 if (name == "GNU" && hdr.n_type == NT_GNU_BUILD_ID) { in ReadBuildID()
663 if (name == "GNU" && hdr.n_type == NT_GNU_BUILD_ID) { in ReadBuildIDFromMemory()