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.cpp47 const static int NT_GNU_BUILD_ID = 3; variable
107 if ((type == NT_GNU_BUILD_ID) && (p < end) && (strcmp(p, ELF_NOTE_GNU) == 0)) { in GetBuildIdFromNoteSection()
/system/unwinding/libunwindstack/tests/
DMapInfoGetBuildIDTest.cpp149 note_header.n_type = NT_GNU_BUILD_ID; in InitElfData()
DElfInterfaceTest.cpp1545 note_header.n_type = NT_GNU_BUILD_ID; in BuildID()
1605 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDTwoNotes()
1616 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDTwoNotes()
1676 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForName()
1736 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForDesc()
1796 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForHeader()
/system/unwinding/libunwindstack/
DElfInterface.cpp260 if (name == "GNU" && hdr.n_type == NT_GNU_BUILD_ID) { in ReadBuildID()
616 if (name == "GNU" && hdr.n_type == NT_GNU_BUILD_ID) { in ReadBuildIDFromMemory()