Searched refs:note_data (Results 1 – 1 of 1) sorted by relevance
33 static int read_build_id(void *note_data, size_t note_len, struct build_id *bid, in read_build_id() argument44 ptr = note_data; in read_build_id()45 while ((ptr + sizeof(*nhdr)) < (note_data + note_len)) { in read_build_id()