Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf_test.cpp31 #define NT_GNU_BUILD_ID 3 macro
50 uint32_t type = NT_GNU_BUILD_ID; in TEST()
Dread_elf.cpp44 #define NT_GNU_BUILD_ID 3 macro
117 if ((type == NT_GNU_BUILD_ID) && (p < end) && (strcmp(p, ELF_NOTE_GNU) == 0)) { in GetBuildIdFromNoteSection()
/system/core/debuggerd/libdebuggerd/
Delf_utils.cpp63 if (nhdr.n_type == NT_GNU_BUILD_ID) { in get_build_id()