Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dfile_id.cc109 void* note_section; in FindElfBuildIDNote() local
112 (const void**)&note_section, &note_size)) { in FindElfBuildIDNote()
113 return ElfClassBuildIDNoteIdentifier(note_section, note_size, identifier); in FindElfBuildIDNote()