Searched refs:NT_GNU_BUILD_ID (Results 1 – 5 of 5) sorted by relevance
31 #define NT_GNU_BUILD_ID 3 macro52 uint32_t type = NT_GNU_BUILD_ID; in TEST()
47 const static int NT_GNU_BUILD_ID = 3; variable107 if ((type == NT_GNU_BUILD_ID) && (p < end) && (strcmp(p, ELF_NOTE_GNU) == 0)) { in GetBuildIdFromNoteSection()
149 note_header.n_type = NT_GNU_BUILD_ID; in InitElfData()
1545 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()
260 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()