Searched refs:NT_GNU_BUILD_ID (Results 1 – 3 of 3) sorted by relevance
31 #define NT_GNU_BUILD_ID 3 macro50 uint32_t type = NT_GNU_BUILD_ID; in TEST()
44 #define NT_GNU_BUILD_ID 3 macro117 if ((type == NT_GNU_BUILD_ID) && (p < end) && (strcmp(p, ELF_NOTE_GNU) == 0)) { in GetBuildIdFromNoteSection()
63 if (nhdr.n_type == NT_GNU_BUILD_ID) { in get_build_id()